modeltime_nested_refit: Refits a Nested Modeltime Table

View source: R/nested-modeltime_refit.R

modeltime_nested_refitR Documentation

Refits a Nested Modeltime Table

Description

Refits a Nested Modeltime Table to actual data using the following process:

  1. Models are iteratively refit to .actual_data.

  2. Any model that returns an error is logged. Errors can be retrieved with extract_nested_error_report()

  3. 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().


modeltime documentation built on Sept. 2, 2023, 5:06 p.m.