Skip to content

mlr3proba 0.7.3

Latest
Compare
Choose a tag to compare
@bblodfon bblodfon released this 06 Jan 23:45
· 10 commits to main since this release
273911d
  • feat: added new calibration measure => msr("surv.calib_index")
  • refactor: autoplot.PredictionSurv
    • The default "calib" plot uses the survival matrix directly now which is faster
    • "dcalib" has extra barplot + better documentation
    • Added new type = "scalib" which constructs the smoothed calibration plots as in Austin et al. (2020)
    • BREAKING CHANGE: type = "preds" is now called "isd" (individual survival distribution). row_ids can now be used to filter the observations for which you draw the survival curves.