View source: R/nested-modeltime_refit.R
modeltime_nested_refit | R Documentation |
Refits a Nested Modeltime Table to actual data using the following process:
Models are iteratively refit to .actual_data.
Any model that returns an error is logged.
Errors can be retrieved with extract_nested_error_report()
Forecast is predicted on future_data and is logged.
Forecast can be retrieved with extract_nested_future_forecast()
modeltime_nested_refit(object, control = control_nested_refit())
object |
A Nested Modeltime Table |
control |
Used to control verbosity and parallel processing. See |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.