Skip to contents

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

Meta Information

  • Task type: “surv”

  • Dimensions: 168x9

  • Properties: -

  • Has Missings: FALSE

  • Target: “time”, “status”

  • Features: “age”, “meal.cal”, “pat.karno”, “ph.ecog”, “ph.karno”, “sex”, “wt.loss”

Pre-processing

  • Column inst has been removed.

  • Column sex has been converted to a factor, all others have been converted to integer.

  • Kept only complete cases (no missing values).