What’s new in 0.14#

scikit-survival 0.14.0 (2020-10-07)#

This release features a complete overhaul of the documentation. It features a new visual design, and the inclusion of several interactive notebooks in the User Guide.

In addition, it includes important bug fixes. It fixes several bugs in sksurv.linear_model.CoxnetSurvivalAnalysis where predict, predict_survival_function, and predict_cumulative_hazard_function returned wrong values if features of the training data were not centered. Moreover, the score function of sksurv.ensemble.ComponentwiseGradientBoostingSurvivalAnalysis and sksurv.ensemble.GradientBoostingSurvivalAnalysis will now correctly compute the concordance index if loss='ipcwls' or loss='squared'.

Bug fixes#

Enhancements#

  • Add sksurv.show_versions() that prints the version of all dependencies.

  • Add support for pandas 1.1

  • Include interactive notebooks in documentation on readthedocs.

  • Add user guide on penalized Cox models.

  • Add user guide on gradient boosted models.