Skip to contents

A toy forecast 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 TaskFcst.

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: “fcst”

  • Dimensions: 144x2

  • Properties: “ordered”

  • Has Missings: FALSE

  • Target: “passengers”

  • Features: “date”

See also

Other Task: TaskFcst, mlr_tasks_electricity, mlr_tasks_livestock