Skip to content

v0.24.0

Latest
Compare
Choose a tag to compare
@sebp sebp released this 24 Feb 20:45
· 4 commits to master since this release

This release adds support for scikit-learn 1.6, which includes missing-values support for sksurv.ensemble.ExtraSurvivalTrees. Moreover, the release features sksurv.nonparametric.cumulative_incidence_competing_risks() which implements a non-parameteric estimator of the cumulative incidence function for competing risks. See the user guide on the analysis of competing risks.

Bug fixes

Enhancements

Documentation

Backwards incompatible changes

  • Support for scikit-learn versions before 1.6.1 has been dropped (#504).
  • Support for Python versions before 3.10 has been dropped.

New Contributors

Full Changelog: v0.23.1...v0.24.0