Skip to content

Releases: mlr-org/mlr3proba

mlr3proba 0.7.0

22 Oct 11:15
Compare
Choose a tag to compare

mlr3proba 0.7.0

  • Add mlr3pipelines to Imports, refactoring/simplify code, set minimum latest version from CRAN (0.7.0) in DESCRIPTION
  • Add new reduction method, a survival => classification pipeline (via IPCW, Vock et al. 2016)
  • Improved the way integrated survival scores (eg surv.graf) handles the times argument and the t_max (results are the same as before if the times argument is not used)
  • Improved documentation of integrated survival scores and some pipelines (add references)
  • Add experimental lifecycle badge for some pipelines and pipeops - these are currently either not supported by literature or tested enough

mlr3proba 0.6.8

14 Sep 16:00
a3318b7
Compare
Choose a tag to compare
  • Rcpp code optimizations
  • Fixed ERV scoring to comply with mlr3 dev version (no bugs before)
  • Skipping survtoregr pipelines due to bugs (to be refactored in the future)
  • Deprecate crank to distr composition in distrcompose pipeop (only from lp => distr works now)
  • Add get_mortality() function (from survivalmodels::surv_to_risk()
  • Add Rcpp function assert_surv_matrix()
  • Update and simplify crankcompose pipeop and respective pipeline (no response is created anymore)
  • Add responsecompositor pipeline with rmst and median

mlr3proba 0.6.6

31 Jul 13:08
49a9783
Compare
Choose a tag to compare
  • Some fixes from v0.6.5

mlr3proba 0.6.5

25 Jul 17:21
6548c5b
Compare
Choose a tag to compare
  • Compatibility with [email protected]
  • t_max updates and fixes on surv.cindex and surv.ibrier metrics
  • New methods to TaskSurv
  • coxed task generator
  • Lots of refactoring
  • Support for discrete-time survival analysis

mlr3proba 0.6.0

26 Feb 10:00
ed6c351
Compare
Choose a tag to compare
  • Optimized surv.logloss and calib_alpha measures (bypassing distr6)
  • Update/refine all measure docs (naming conventions from upcoming scoring rules paper) + doc templates
  • fix very rare bugs in calib_alpha, surv.logloss and surv.graf (version with proper = FALSE)

mlr3proba 0.5.7

28 Dec 12:36
dc2832a
Compare
Choose a tag to compare

What's Changed

  • Add breslow function for estimating the cumulative baseline hazard of proportional hazard models
  • Add PipeOpBreslow to wrap a survival learner and generate distr predictions from lp predictions
  • Add option breslow estimator option in distrcompositor
  • Add extend_quantile to autoplot.PredictionSurv for type = "dcalib", which imputes NAs with the maximum observed survival time
  • Fixes default in autoplot.PredictionSurv, now "calib"
  • Update msr("surv.dcalib") default for truncate to Inf
  • Add $reverse() method to TaskSurv, which returns the same task but with 1-status.
  • Add reverse parameter to TaskSurv$kaplan() method, which calculates Kaplan-Meier on the censoring distribution of the task (1-status).
  • Fix bottlenecks in Dcalib and RCLL

mlr3proba 0.5.3

16 Oct 08:13
5a92942
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.13...v0.5.3

mlr3proba 0.4.13

20 Oct 09:08
132291a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.7...v0.4.13

mlr3proba 0.4.7

31 Mar 21:39
b646587
Compare
Choose a tag to compare

mlr3proba 0.4.7

  • Add right-censored log loss
  • Fix bug in {rpart} where model was being discarded when set to be kept. Parameter model now called keep_model.

mlr3proba 0.4.6

  • Patch for upstream breakages
  • Add TaskSurv$kaplan method
  • {survivalmodels} now imported (previously suggested)

mlr3proba 0.4.5

  • Improved reduction from survival matrix predictions to ranking predictions
  • Fixed cindex bug when all predictions equal
  • Fix for valgrind

mlr3proba 0.4.4

18 Feb 09:09
1ec7b2a
Compare
Choose a tag to compare
  • Minor change to how distributions are created to better support improper distributions
  • Fixed bug in simsurv task that made it impossible to predict the target