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
Copy file name to clipboardExpand all lines: NEWS.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# mlr3proba 0.8.1
2
+
3
+
* feat: `surv.logloss` and `surv.rcll` now use linear interpolation of S(t) to calculate the density f(t)
4
+
* fix: `surv.mae`/`surv.mse`/`surv.rmse` scores return `NA` when test set has only censored observations
5
+
* fix: fix bug in msr(`surv.brier`) that resulted in 0 division instead of `eps` division (`Inf` values are filtered out so this was kinda masking the inflation of ISBS)
6
+
* refactor: remove `se` argument from most of the scores (not practically used)
7
+
* refactor: remove `method` argument from integrated survival scores (the previous default, `method = 2`, time-weighted integration, is now always used)
8
+
***BREACKING CHANGE**: we removed all experimental `proper` scoring rules (and `remove_obs` argument).
9
+
Scores yield the same results as before with the default option `proper = FALSE`
10
+
* refactor: all private functions start with `.` now and are adequately (privately) documented. Code was refactored for clarity
11
+
* refactor: all internal `Rcpp` measure functions
12
+
* refine doc in lots of measures
13
+
1
14
# mlr3proba 0.8.0
2
15
3
16
* Compatibility with `mlr3` v1.0.0 (`weights_learner`) and `mlr3pipelines` v0.8.0
0 commit comments