You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.