What’s new in 0.11#

scikit-survival 0.11 (2019-12-21)#

This release adds sksurv.tree.SurvivalTree and sksurv.ensemble.RandomSurvivalForest, which are based on the log-rank split criterion. It also adds the OSQP solver as option to sksurv.svm.MinlipSurvivalAnalysis and sksurv.svm.HingeLossSurvivalSVM, which will replace the now deprecated cvxpy and cvxopt options in a future release.

This release removes support for sklearn 0.20 and requires sklearn 0.21.

Deprecations#

Enhancements#

Bug fixes#

  • Exclude Cython-generated files from source distribution because they are not forward compatible.