Skip to contents

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

Meta Information

  • Task type: “surv”

  • Dimensions: 686x10

  • Properties: -

  • Has Missings: FALSE

  • Target: “time”, “status”

  • Features: “age”, “er”, “grade”, “hormon”, “meno”, “nodes”, “pgr”, “size”

Pre-processing

  • Removed column pid.

  • Column meno has been converted to factor and 0/1 values have been replaced with premenopausal and postmenopausal respectively.

  • Column hormon has been converted to factor and 0/1 values have been replaced with no and yes respectively.

  • Column grade has been converted to factor.

  • Renamed target column rfstime to time.