There is a newer version of the record available.

Published June 28, 2020 | Version v0.13.0
Software Open

scikit-survival

Authors/Creators

Description

The highlights of this release include the addition of sksurv.metrics.brier_score and sksurv.metrics.integrated_brier_score and compatibility with scikit-learn 0.23.

predict_survival_function and predict_cumulative_hazard_function of sksurv.ensemble.RandomSurvivalForest and sksurv.tree.SurvivalTree can now return an array of sksurv.functions.StepFunction, similar to :class:sksurv.linear_model.CoxPHSurvivalAnalysis by specifying return_array=False. This will be the default behavior starting with 0.14.0.

Note that this release fixes a bug in estimating inverse probability of censoring weights (IPCW), which will affect all estimators relying on IPCW.

Enhancements Deprecations Bug fixes

Files

sebp/scikit-survival-v0.13.0.zip

Files (1.1 MB)

Name Size Download all
md5:c819c4d31743649f3021467ddda53890
1.1 MB Preview Download

Additional details

Related works