Skip to content

mlr3proba 0.8.1

Choose a tag to compare

@bblodfon bblodfon released this 01 Jul 11:29
· 142 commits to main since this release
c885c1c
  • ✨ New: surv.logloss and surv.rcll now use linear interpolation of the survival function for density estimation.
  • 🛠️ Fixes:
    • surv.mae, surv.mse, and surv.rmse return NA if the test set is fully censored.
    • Division-by-zero in surv.brier now correctly uses eps instead of returning Inf.
  • 🔧 Refactoring:
    • Removed se and method arguments from most scores (time-weighted integration is now the default).
    • All internal/private functions now start with a dot (.) and are documented accordingly.
    • Full cleanup of internal Rcpp scoring functions.
  • 💥 Removed all experimental proper scoring rule options and the remove_obs argument. Default behavior remains unchanged (proper = FALSE).
  • 📚 Improved documentation across many measures.