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: README.Rmd
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ Probabilistic Supervised Learning for **[mlr3](https://github.com/mlr-org/mlr3/)
25
25
26
26
## What is mlr3proba?
27
27
28
-
`mlr3proba` is a machine learning toolkit for making probabilistic predictions within the **[mlr3](https://github.com/mlr-org/mlr3)** ecosystem.
29
-
It currently supports the following tasks:
28
+
`mlr3proba` is a machine learning toolkit for **probabilistic supervised learning** within the **[mlr3](https://github.com/mlr-org/mlr3)** ecosystem.
30
29
31
-
1.**Predictive survival analysis**: survival analysis where individual hazards and survival distributions can be queried.
32
-
2.**Unconditional distribution estimation**: main returned output is the distribution.
33
-
Sub-cases are density estimation and unconditional survival estimation.
30
+
It currently supports:
31
+
32
+
1.**Predictive survival analysis**: with support for right-censoring single-event and competing risks.
33
+
2.**Unconditional distribution estimation**: including density and unconditional survival estimation.
34
34
3.**Probabilistic supervised regression**: Supervised regression with a predictive distribution as the return type.
35
35
36
36
The survival analysis part is considered in a mature state, the rest are in early stages of development.
@@ -39,7 +39,7 @@ The survival analysis part is considered in a mature state, the rest are in earl
39
39
40
40
Key features of `mlr3proba` focus on survival analysis and are:
41
41
42
-
- Task frameworks for survival analysis (`TaskSurv`)
42
+
- Task frameworks for survival analysis (`TaskSurv`, `TaskCompetingRisks`)
43
43
- A comprehensive **selection of survival learners** (mostly via
-[Core learners](https://mlr3proba.mlr-org.com/reference/index.html#survival-learners) are implemented in `mlr3proba` and include the Kaplan-Meier Estimator, the Cox Proportional Hazards model and the Survival Tree learner.
73
-
- In [mlr3extralearners](https://github.com/mlr-org/mlr3extralearners) we have interfaced several advanced ML survival learners.
72
+
-[Core learners](https://mlr3proba.mlr-org.com/reference/index.html#survival-learners) are implemented in `mlr3proba` and include the Kaplan-Meier Estimator, the Cox Proportional Hazards model, the Survival Tree learner and the Aalen-Johansen estimator for competing risks.
73
+
- In [mlr3extralearners](https://github.com/mlr-org/mlr3extralearners) we have interfaced several more advanced ML learners.
74
74
Use the [interactive search table](https://mlr-org.com/learners.html) to search for the available survival learners and see the [learner status page](https://mlr3extralearners.mlr-org.com/articles/learner_status.html) for their live status.
75
75
76
76
## Measures
77
77
78
78
For density estimation and probabilistic regression only the **log-loss** is currently implemented.
79
-
For survival analysis, see full list [here](https://mlr3proba.mlr-org.com/reference/index.html#survival-measures).
79
+
For competing risk, see list [here](https://mlr3proba.mlr-org.com/reference/index.html#competing-risk-measures).
80
+
For survival analysis, see list [here](https://mlr3proba.mlr-org.com/reference/index.html#survival-measures).
80
81
81
-
Some commonly used measures are the following:
82
+
Some commonly used measures for right-censored single-event tasks are the following:
82
83
83
84
| ID | Measure | Package | Category | Prediction Type
0 commit comments