A competing risks task for the pbc data set.
Format
R6::R6Class inheriting from TaskCompRisks.
Dictionary
This Task can be instantiated via the dictionary mlr_tasks or with the associated sugar function tsk():
Meta Information
Task type: “cmprsk”
Dimensions: 276x19
Properties: -
Has Missings:
FALSETarget: “time”, “status”
Features: “age”, “albumin”, “alk.phos”, “ascites”, “ast”, “bili”, “chol”, “copper”, “edema”, “hepato”, “platelet”, “protime”, “sex”, “spiders”, “stage”, “trig”, “trt”
Pre-processing
Removed column
id.Kept only complete cases (no missing values).
Column
agehas been converted tointeger.Columns
trt,stage,hepato,edemaandasciteshave been converted tofactors.Column
trthas levelsDpenicillmainandplaceboinstead of 1 and 2.Column
statushas 0 for censored, 1 for transplant and 2 for death.Column
timeas been converted from days to months.
See also
Chapter in the mlr3book: https://mlr3book.mlr-org.com/chapters/chapter2/data_and_basic_modeling.html
as.data.table(mlr_tasks)for a table of available Tasks in the running session
Other Task:
TaskCompRisks,
TaskDens,
TaskSurv,
mlr_tasks_actg,
mlr_tasks_faithful,
mlr_tasks_gbcs,
mlr_tasks_gbsg,
mlr_tasks_grace,
mlr_tasks_lung,
mlr_tasks_mgus,
mlr_tasks_precip,
mlr_tasks_rats,
mlr_tasks_veteran,
mlr_tasks_whas