What’s new in 0.9#
scikit-survival 0.9 (2019-07-26)#
This release adds support for sklearn 0.21 and pandas 0.24.
Enhancements#
Add reference to IPCRidge (#65).
Use scipy.special.comb instead of deprecated scipy.misc.comb.
Add support for pandas 0.24 and drop support for 0.20.
Add support for scikit-learn 0.21 and drop support for 0.20 (#71).
Explain use of intercept in ComponentwiseGradientBoostingSurvivalAnalysis (#68)
Bump Eigen to 3.3.7.
Bug fixes#
Disallow scipy 1.3.0 due to scipy regression (#66).