Skip to contents

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

Meta Information

  • Task type: “surv”

  • Dimensions: 137x8

  • Properties: -

  • Has Missings: FALSE

  • Target: “time”, “status”

  • Features: “age”, “celltype”, “diagtime”, “karno”, “prior”, “trt”

Pre-processing

  • Columns age, time, status, diagtime and karno have been converted to integer.

  • Columns trt, prior have been converted to factors. Prior therapy values are no/yes instead of 0/10.