0.21.3 - 2019-06-04
New features
- include in lifelines is a scikit-learn adapter so lifeline's models can be used with scikit-learn's API. See documentation here.
CoxPHFitter.plot
now accepts ahazard_ratios
(boolean) parameter that will plot the hazard ratios (and CIs) instead of the log-hazard ratios.CoxPHFitter.check_assumptions
now accepts acolumns
parameter to specify only checking a subset of columns.
Bug fixes
covariates_from_event_matrix
handle nulls better