Skip to contents

A survival task for the grace 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("grace")
tsk("grace")

Meta Information

  • Task type: “surv”

  • Dimensions: 1000x8

  • Properties: -

  • Has Missings: FALSE

  • Target: “time”, “status”

  • Features: “age”, “los”, “revasc”, “revascdays”, “stchange”, “sysbp”

Preprocessing

  • Column id is removed.

  • Target columns (days, death) have been renamed to (time, status).