mlr_tasks_faithful {mlr3proba}R Documentation

Old Faithful Eruptions Density Task

Description

A density task for the faithful data set.

Format

R6::R6Class inheriting from TaskDens.

Details

Only the eruptions column is kept in this task.

Construction

mlr3::mlr_tasks$get("faithful")
mlr3::tsk("faithful")

[Package mlr3proba version 0.4.2 Index]