There is a newer version of the record available.

Published October 7, 2020 | Version v0.14.0
Software Open

scikit-survival

Description

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.

Files

sebp/scikit-survival-v0.14.0.zip

Files (1.6 MB)

Name Size Download all
md5:7017855153b660b8dcdfe009e9298ca7
1.6 MB Preview Download

Additional details

Related works