Skip to contents

A forecast task for the popular datasets::USAccDeaths data set. The task represents the monthly totals of accidental deaths in the US from 1973 to 1978.

Format

R6::R6Class inheriting from TaskFcst.

Source

Brockwell, J. P, Davis, A. R (1991). Time Series: Theory and Methods. Springer, New York.

Dictionary

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

mlr_tasks$get("usaccdeaths")
tsk("usaccdeaths")

Meta Information

  • Task type: “fcst”

  • Dimensions: 72x1

  • Properties: “ordered”

  • Has Missings: FALSE

  • Target: “deaths”

  • Features: -

See also

Other Task: TaskFcst, mlr_tasks_airpassengers, mlr_tasks_electricity, mlr_tasks_livestock, mlr_tasks_lynx