Skip to contents

A density task for the precip data set.

Format

R6::R6Class inheriting from TaskDens.

Dictionary

This Task can be instantiated via the dictionary mlr_tasks or with the associated sugar function tsk():

mlr_tasks$get("precip")
tsk("precip")

Meta Information

  • Task type: “dens”

  • Dimensions: 70x1

  • Properties: -

  • Has Missings: FALSE

  • Target: -

  • Features: “precip”

Preprocessing

  • Only the precip column is kept in this task.