Published April 15, 2020
| Version v0.12.0
Software
Open
scikit-survival
Authors/Creators
Description
This release adds support for scikit-learn 0.22, thereby dropping support for older versions. Moreover, the regularization strength of the ridge penalty in sksurv.linear_model.CoxPHSurvivalAnalysis can now be set per feature. If you want one or more features to enter the model unpenalized, set the corresponding penalty weights to zero. Finally, sklearn.pipeline.Pipeline will now be automatically patched to add support for predict_cumulative_hazard_function and predict_survival_function if the underlying estimator supports it.
- Add scikit-learn's deprecation of
presortin sksurv.tree.SurvivalTree and sksurv.ensemble.GradientBoostingSurvivalAnalysis. - Add warning that default
alpha_min_ratioin sksurv.linear_model.CoxnetSurvivalAnalysis will depend on the ratio of the number of samples to the number of features in the future (#41).
- Add references to API doc of sksurv.ensemble.GradientBoostingSurvivalAnalysis (#91).
- Add support for pandas 1.0 (#100).
- Add
ccp_alphaparameter for Minimal Cost-Complexity Pruning to sksurv.ensemble.GradientBoostingSurvivalAnalysis. - Patch sklearn.pipeline.Pipeline to add support for
predict_cumulative_hazard_functionandpredict_survival_functionif the underlying estimator supports it. - Allow per-feature regularization for sksurv.linear_model.CoxPHSurvivalAnalysis (#102).
- Clarify API docs of :func:
sksurv.metrics.concordance_index_censored(#96).
Files
sebp/scikit-survival-v0.12.0.zip
Files
(1.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:561e5813322bf6dd7514296b7660a870
|
1.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/sebp/scikit-survival/tree/v0.12.0 (URL)