Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Jan 4, 2025
1 parent d48c44c commit 7d89a30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# mlr3proba 0.7.3

* feat: added new calibration measure => `msr("surv.calib_index")`
* refactor: `autoplot.PredictionSurv`
* The default `"calib"` plot uses the survival matrix directly now (so faster)
* `"dcalib"` has extra barplot + better documentation
* **BREAKING CHANGE**: `"preds"` is now called `"isd"` (individual survival distribution) and `row_ids` can be used to filter the observations for which you draw the survival curves.

# mlr3proba 0.7.2

* fix: `lrn("surv.coxph")` is now trained with `model=TRUE` which fixes an issue with using observation weights [stackoverflow link](https://stackoverflow.com/questions/79297386/mlr3-predicted-values-for-surv-coxph-learner-with-case-weights).
Expand Down

0 comments on commit 7d89a30

Please sign in to comment.