View source: R/modeltime-forecast.R
mdl_time_forecast | R Documentation |
Used for low-level forecasting of modeltime, parnsip and workflow models. These functions are not intended for user use.
mdl_time_forecast(
object,
calibration_data,
new_data = NULL,
h = NULL,
actual_data = NULL,
bind_actual = TRUE,
keep_data = FALSE,
arrange_index = FALSE,
...
)
object |
A Modeltime Table |
calibration_data |
Data that has been calibrated from a testing set |
new_data |
A |
h |
The forecast horizon (can be used instead of |
actual_data |
Reference data that is combined with the output tibble and given a |
bind_actual |
Logical. Whether or not to skip rowwise binding of 'actual_data“ |
keep_data |
Whether or not to keep the |
arrange_index |
Whether or not to sort the index in rowwise chronological order (oldest to newest) or to
keep the original order of the data.
Default: |
... |
Not currently used |
A tibble with forecast features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.