Skip to contents

A survival task for the mgus data set.

Format

R6::R6Class inheriting from TaskSurv.

Dictionary

This Task can be instantiated via the dictionary mlr_tasks or with the associated sugar function tsk():

mlr_tasks$get("mgus")
tsk("mgus")

Meta Information

  • Task type: “surv”

  • Dimensions: 176x9

  • Properties: -

  • Has Missings: FALSE

  • Target: “time”, “status”

  • Features: “age”, “alb”, “creat”, “dxyr”, “hgb”, “mspike”, “sex”

Pre-processing

  • Removed columns id, pcdx and pctime.

  • Renamed target columns from (fultime, death) to (time, status).

  • Kept only complete cases (no missing values).