Skip to contents

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

Meta Information

  • Task type: “dens”

  • Dimensions: 272x1

  • Properties: -

  • Has Missings: FALSE

  • Target: -

  • Features: “eruptions”

Preprocessing

  • Only the eruptions column is kept in this task.