mlr3cmprsk
Competing Risks Machine Learning for mlr3
Competing risks arrive in mlr3, going from a non-parametric baseline to Fine-Gray regression in seven weeks.
◆Recent moves
- 4mo ago
Brier score for competing risks and an AUC refactor
msr("cmprsk.brier") adds fixed-time-point prediction error evaluation, and MeasureCompRisksAUC gains a cause_weights parameter with time_horizon renamed to time. Test coverage passes 80%.
View source ↗ - 4mo ago
Fine-Gray learner brings regression modelling to competing risks
⚡ SPARKLearnerCompRisksFineGray arrives via the cmprsk package, giving the framework a subdistribution-hazard regression model alongside the non-parametric Aalen-Johansen estimator it launched with. merge_cifs() is also renamed to align_cifs().
View source ↗ - 4mo ago
Aalen-Johansen learner gains standard mlr3 properties
Adds missings, importance and selected_features properties plus native_model() support to the Aalen-Johansen learner, and moves its CIF predictions to unique event times. The mlr3 floor rises to 1.4.0.
View source ↗ - 4mo ago
CIF interpolation pulled from survdistr
Picks up an interpolation function from survdistr 0.0.2 for CIF curves; internal plumbing with no interface change.
View source ↗ - 5mo ago
First release on mlr-org.r-universe
The package's initial deployment on mlr-org.r-universe, establishing competing risks as a task type within the mlr3 ecosystem.
View source ↗