Skip to content

Commit 1727750

Browse files
committed
update NEWS.md / add myself to authors
1 parent dc3b192 commit 1727750

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

DESCRIPTION

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3proba
22
Title: Probabilistic Supervised Learning for 'mlr3'
3-
Version: 0.6.3
3+
Version: 0.6.4
44
Authors@R:
55
c(person(given = "Raphael",
66
family = "Sonabend",
@@ -34,7 +34,11 @@ Authors@R:
3434
family = "Burk",
3535
email = "github@quantenbrot.de",
3636
role = "ctb",
37-
comment = c(ORCID = "0000-0001-7528-3795")))
37+
comment = c(ORCID = "0000-0001-7528-3795")),
38+
person(given = "Philip",
39+
family = "Studener",
40+
role = "aut",
41+
email = "philip.studener@gmx.de"))
3842
Description: Provides extensions for probabilistic supervised learning for
3943
'mlr3'. This includes extending the regression task to probabilistic
4044
and interval regression, adding a survival task, and other specialized

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# mlr3proba 0.6.4
2+
3+
* Add `PipeTaskSurvClassif`, `PipeOpPredClassifSurv` and `pipeline_survtoclassif` to transform a survival task into a classification task by discretizing the status.
4+
15
# mlr3proba 0.6.3
26

37
* Add new tasks from `survival` package: `veteran`, `pbc`, `mgus`, `gbsg`

0 commit comments

Comments
 (0)