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
- A task framework for survival analysis (`TaskSurv`)
43
40
- A unified `$train()`/`$predict()` model interface to any probabilistic predictive model (frequentist, Bayesian, Deep Learning, or other)
44
-
- Use of the **[distr6](https://github.com/alan-turing-institute/distr6)** interface for the survival probability distribution prediction
45
-
- A comprehensive selection of **measures** for evaluating the performance of survival learners, with respect to prognostic index (continuous rank) prediction, and probabilistic (distribution) prediction
-**Reduction strategies** to transform survival to classification/regression problems
41
+
- Use of the [distr6](https://github.com/xoopR/distr6) interface for the survival probability distribution prediction
42
+
- A comprehensive selection of **measures** for evaluating model performance, with respect to prognostic index (continuous rank) prediction, and probabilistic (distribution) prediction
43
+
- Basic **ML pipeline building** integrated with [mlr3pipelines](https://github.com/mlr-org/mlr3pipelines) (e.g. to transform prediction types)
44
+
-**Reduction strategies** to transform survival to classification/regression tasks
48
45
49
46
## Installation
50
47
51
-
`mlr3proba`is not currently on CRAN.
48
+
`mlr3proba`will not be on CRAN.
52
49
Please follow one of the two following methods to install it:
53
50
54
51
### R-universe
@@ -70,13 +67,24 @@ pak::pak("mlr-org/mlr3proba")
70
67
71
68
## Learners
72
69
73
-
-[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.
74
-
- In [mlr3extralearners](https://github.com/mlr-org/mlr3extralearners) we have interfaced several more advanced ML learners.
70
+
### Survival Analysis
71
+
72
+
-[Core survival 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 more advanced ML learners suited for survival tasks.
75
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.
76
75
76
+
### Density Estimation
77
+
78
+
See list of available density learners [here](https://mlr3proba.mlr-org.com/reference/index.html#density-learners).
79
+
80
+
### Probabilistic Regression
81
+
82
+
Probabilistic regression is enabled via [mlr3pipelines](https://github.com/mlr-org/mlr3pipelines).
83
+
See the available [pipeline](https://mlr3proba.mlr-org.com/reference/mlr_graphs_probregr.html) and associated distribution composition [PipeOp](http://mlr3proba.mlr-org.com/reference/mlr_pipeops_compose_probregr.html).
84
+
77
85
## Measures
78
86
79
-
For density estimation and probabilistic regression only the **log-loss** is currently implemented.
87
+
For density estimation and probabilistic regression only the **log-loss** is implemented.
80
88
For survival analysis, see list [here](https://mlr3proba.mlr-org.com/reference/index.html#survival-measures).
81
89
82
90
Some commonly used measures for right-censored single-event tasks are the following:
0 commit comments