Publication | Open Access
CamDavidsonPilon/lifelines: v0.21.3
10
Citations
0
References
2019
Year
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. <code>CoxPHFitter.plot</code> now accepts a <code>hazard_ratios</code> (boolean) parameter that will plot the hazard ratios (and CIs) instead of the log-hazard ratios. <code>CoxPHFitter.check_assumptions</code> now accepts a <code>columns</code> parameter to specify only checking a subset of columns. Bug fixes <code>covariates_from_event_matrix</code> handle nulls better