Skip to content

Commit 8d94b8b

Browse files
committed
improve README a bit
1 parent 55c94a1 commit 8d94b8b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.Rmd

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ The survival analysis part is considered in a mature state, the rest are in earl
4040
Key features of `mlr3proba` focus on survival analysis and are:
4141

4242
- Task frameworks for survival analysis (`TaskSurv`)
43-
- A comprehensive selection of predictive survival learners (mostly via
43+
- A comprehensive **selection of survival learners** (mostly via
4444
[mlr3extralearners](https://github.com/mlr-org/mlr3extralearners/))
45-
- A unified `train`/`predict` model interface to any probabilistic predictive model (frequentist, Bayesian, Deep Learning, or other)
46-
- Use of the **[distr6](https://github.com/alan-turing-institute/distr6)**
47-
probability distribution interface as its probabilistic predictive return type
48-
- A comprehensive selection of measures for evaluating the performance of survival learners, with respect to prognostic index (continuous rank) prediction, and probabilistic (distribution) prediction
49-
- Basic ML pipeline building integrated with **[mlr3pipelines](https://github.com/mlr-org/mlr3pipelines)**
50-
- Reduction/composition strategies using linear predictors and baseline hazards
45+
- A unified `$train()`/`$predict()` model interface to any probabilistic predictive model (frequentist, Bayesian, Deep Learning, or other)
46+
- Use of the **[distr6](https://github.com/alan-turing-institute/distr6)** interface for the survival probability distribution prediction
47+
- A comprehensive selection of **measures** for evaluating the performance of survival learners, with respect to prognostic index (continuous rank) prediction, and probabilistic (distribution) prediction
48+
- Basic **ML pipeline building** integrated with **[mlr3pipelines](https://github.com/mlr-org/mlr3pipelines)** (e.g. transform prediction types)
49+
- **Reduction strategies** to transform survival to classification/regression problems
5150

5251
## Installation
5352

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,22 @@ in early stages of development.
3838
Key features of `mlr3proba` focus on survival analysis and are:
3939

4040
- Task frameworks for survival analysis (`TaskSurv`)
41-
- A comprehensive selection of predictive survival learners (mostly via
41+
- A comprehensive **selection of survival learners** (mostly via
4242
[mlr3extralearners](https://github.com/mlr-org/mlr3extralearners/))
43-
- A unified `train`/`predict` model interface to any probabilistic
43+
- A unified `$train()`/`$predict()` model interface to any probabilistic
4444
predictive model (frequentist, Bayesian, Deep Learning, or other)
4545
- Use of the
4646
**[distr6](https://github.com/alan-turing-institute/distr6)**
47-
probability distribution interface as its probabilistic predictive
48-
return type
49-
- A comprehensive selection of measures for evaluating the performance
50-
of survival learners, with respect to prognostic index (continuous
51-
rank) prediction, and probabilistic (distribution) prediction
52-
- Basic ML pipeline building integrated with
47+
interface for the survival probability distribution prediction
48+
- A comprehensive selection of **measures** for evaluating the
49+
performance of survival learners, with respect to prognostic index
50+
(continuous rank) prediction, and probabilistic (distribution)
51+
prediction
52+
- Basic **ML pipeline building** integrated with
5353
**[mlr3pipelines](https://github.com/mlr-org/mlr3pipelines)**
54-
- Reduction/composition strategies using linear predictors and baseline
55-
hazards
54+
(e.g. transform prediction types)
55+
- **Reduction strategies** to transform survival to
56+
classification/regression problems
5657

5758
## Installation
5859

0 commit comments

Comments
 (0)