What’s new in 0.3#
scikit-survival 0.3 (2017-08-01)#
This release adds sksurv.linear_model.CoxPHSurvivalAnalysis.predict_survival_function()
and sksurv.linear_model.CoxPHSurvivalAnalysis.predict_cumulative_hazard_function(),
which return the survival function and cumulative hazard function using Breslow’s
estimator.
Moreover, it fixes a build error on Windows (#3)
and adds the sksurv.preprocessing.OneHotEncoder class, which can be used in
a scikit-learn pipeline.