Published January 9, 2022
| Version v0.17.0
Software
Open
scikit-survival
Authors/Creators
Description
This release adds support for scikit-learn 1.0, which includes support for feature names. If you pass a pandas dataframe to fit, the estimator will set a feature_names_in_ attribute containing the feature names. When a dataframe is passed to predict, it is checked that the column names are consistent with those passed to fit. See the scikit-learn release highlights for details.
- Fix a variety of build problems with LLVM (#243).
- Add support for
feature_names_in_andn_features_in_to all estimators and transforms. - Add
sksurv.preprocessing.OneHotEncoder.get_feature_names_out. - Update bundeled version of Eigen to 3.3.9.
- Drop
min_impurity_splitparameter fromsksurv.ensemble.GradientBoostingSurvivalAnalysis. base_estimatorsandmeta_estimatorattributes ofsksurv.meta.Stackingdo not contain fitted models anymore, useestimators_andfinal_estimator_, respectively.
- The
normalizeparameter ofsksurv.linear_model.IPCRidgeis deprecated and will be removed in a future version. Instead, use a sciki-learn pipeline:make_pipeline(StandardScaler(with_mean=False), IPCRidge()).
Files
sebp/scikit-survival-v0.17.0.zip
Files
(1.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:0855d453a06843524f50641ec9e2872f
|
1.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/sebp/scikit-survival/tree/v0.17.0 (URL)