Skip to contents

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

Meta Information

  • Task type: “surv”

  • Dimensions: 1151x13

  • Properties: -

  • Has Missings: FALSE

  • Target: “time”, “status”

  • Features: “age”, “cd4”, “hemophil”, “ivdrug”, “karnof”, “priorzdv”, “raceth”, “sexF”, “strat2”, “tx”, “txgrp”

Pre-processing

  • Column sex has been renamed to sexF and censor has been renamed to status.

  • Columns id, time_d, and censor_d have been removed so target is time to AIDS diagnosis (in days).