Skip to contents

A forecast task for the tsibbledata::aus_livestock data set. The task represents a monthly time series and is ordered by month.

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("livestock")
tsk("livestock")

Meta Information

  • Task type: “fcst”

  • Dimensions: 29364x4

  • Properties: “ordered”, “keys”

  • Has Missings: FALSE

  • Target: “count”

  • Features: “animal”, “month”, “state”

See also

Other Task: TaskFcst, mlr_tasks_airpassengers, mlr_tasks_electricity