rhino_health.lib.metrics.kaplan_meier#

Module Contents#

Classes#

KaplanMeier

A metric that calculates the Kaplan-Meier survival curve for a dataset.

class rhino_health.lib.metrics.kaplan_meier.KaplanMeier(**kwargs)#

Bases: rhino_health.lib.metrics.base_metric.AggregatableMetric

A metric that calculates the Kaplan-Meier survival curve for a dataset.

property metric_response#
time_variable: rhino_health.lib.metrics.filter_variable.FilterVariableTypeOrColumnName#
event_variable: rhino_health.lib.metrics.filter_variable.FilterVariableTypeOrColumnName#