Skip to contents

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

Meta Information

  • Task type: “surv”

  • Dimensions: 686x10

  • Properties: -

  • Has Missings: FALSE

  • Target: “time”, “status”

  • Features: “age”, “estrg_recp”, “grade”, “hormone”, “menopause”, “nodes”, “prog_recp”, “size”

Preprocessing

  • Column id and all date columns have been removed, as well as rectime and censrec.

  • Target columns (survtime, censdead) have been renamed to (time, status).