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()
Usage
modeltime_nested_refit(object, control = control_nested_refit())
Arguments
- object
A Nested Modeltime Table
- control
Used to control verbosity and parallel processing. See
control_nested_refit()
.