Skip to contents

A toy regression task for the datasets::AirPassengers data set. The task represents a monthly time series and is ordered by its only feature date.

Format

R6::R6Class inheriting from mlr3::TaskRegr.

Dictionary

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

mlr_tasks$get("airpassengers")
tsk("airpassengers")

Meta Information

  • Task type: “regr”

  • Dimensions: 144x2

  • Properties: “ordered”

  • Has Missings: FALSE

  • Target: “passengers”

  • Features: “date”

See also