Published August 15, 2022
| Version v0.18.0
Software
Open
scikit-survival
Authors/Creators
Description
This release adds support for scikit-learn 1.1, which includes more informative error messages. Support for Python 3.7 has been dropped, and the minimum supported versions of dependencies are updated to
- numpy 1.17.3
- Pandas 1.0.5
- scikit-learn 1.1.0
- scipy 1.3.2
- Add
n_iter_attribute to all estimators in sksurv.svm (#277). - Add
return_arrayargument to all models providingpredict_survival_functionandpredict_cumulative_hazard_function(#268).
- The
loss_attribute of ComponentwiseGradientBoostingSurvivalAnalysis and GradientBoostingSurvivalAnalysis has been deprecated. - The default for the
max_featuresargument has been changed from'auto'to'sqrt'for RandomSurvivalForest and ExtraSurvivalTrees.'auto'and'sqrt'have the same effect.
Full Changelog: https://github.com/sebp/scikit-survival/compare/v0.17.2...v0.18.0
Files
sebp/scikit-survival-v0.18.0.zip
Files
(1.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:1647f9c6002f974e34fad9a21c474aeb
|
1.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/sebp/scikit-survival/tree/v0.18.0 (URL)