Used for low-level refitting of modeltime, parnsip and workflow models These functions are not intended for user use.
mdl_time_refit(object, data, ..., control = NULL)
A tibble with forecast features
A Modeltime Table
A tibble
that contains data to retrain the model(s) using.
Additional arguments to control refitting.
Ensemble Model Spec (modeltime.ensemble
):
When making a meta-learner with modeltime.ensemble::ensemble_model_spec()
,
used to pass resamples
argument containing results
from modeltime.resample::modeltime_fit_resamples()
.
Used to control verbosity and parallel processing.
See control_refit()
.