Skip to content

v0.22.0

Compare
Choose a tag to compare
@sebp sebp released this 01 Oct 14:05
· 166 commits to master since this release

This release adds support for scikit-learn 1.3, which includes missing value support for sksurv.tree.SurvivalTree. Support for previous versions of scikit-learn has been dropped.

Moreover, a low_memory option has been added to sksurv.ensemble.RandomSurvivalForest, sksurv.ensemble.ExtraSurvivalTrees, and sksurv.tree.SurvivalTree which reduces the memory footprint of calling predict, but disables the use of predict_cumulative_hazard_function and predict_survival_function.

Bug fixes

  • Fix issue where an estimator could be fit to data containing negative event times (#410).

Enhancements

Documentation

Backwards incompatible changes

Full Changelog: v0.21.0...v0.22.0