https://github.com/mlr-org/mlr3cmprsk
Competing Risks Machine Learning for mlr3
https://github.com/mlr-org/mlr3cmprsk
competing-risks machine-learning r survival-analysis
Last synced: about 22 hours ago
JSON representation
Competing Risks Machine Learning for mlr3
- Host: GitHub
- URL: https://github.com/mlr-org/mlr3cmprsk
- Owner: mlr-org
- License: other
- Created: 2025-09-04T10:35:48.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-10-03T21:33:04.000Z (2 days ago)
- Last Synced: 2025-10-03T23:15:05.469Z (2 days ago)
- Topics: competing-risks, machine-learning, r, survival-analysis
- Language: R
- Homepage: http://mlr3cmprsk.mlr-org.com/
- Size: 2.26 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
lgr::get_logger("mlr3")$set_threshold("warn")
set.seed(1)
options(datatable.print.class = FALSE, datatable.print.keys = FALSE)
```# mlr3cmprsk
This package is **under development**
Package website: [release](https://mlr3cmprsk.mlr-org.com/)
`mlr3cmprsk` extends the [mlr3](https://mlr3.mlr-org.com/) ecosystem with a unified interface for machine learning in **competing risks survival analysis**.
It provides consistent task, learner, and prediction abstractions, enabling seamless benchmarking, model comparison, and integration with the broader `mlr3` framework.[](https://github.com/mlr-org/mlr3cmprsk/actions/workflows/r-cmd-check.yml)
[](https://cran.r-project.org/package=mlr3cmprsk)
[](https://lmmisld-lmu-stats-slds.srv.mwn.de/mlr_invite/)## Installation
Install the development version from GitHub:
```{r eval = FALSE}
# install.packages("pak")
pak::pak("mlr-org/mlr3cmprsk")
```## Example
## Code of Conduct
Please note that the mlr3cmprsk project is released with a [Contributor Code of Conduct](https://mlr3cmprsk.mlr-org.com/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.