mdl_time_refit {modeltime} | R Documentation |
Modeltime Refit Helpers
Description
Used for low-level refitting of modeltime, parnsip and workflow models These functions are not intended for user use.
Usage
mdl_time_refit(object, data, ..., control = NULL)
Arguments
object |
A Modeltime Table |
data |
A |
... |
Additional arguments to control refitting. Ensemble Model Spec ( When making a meta-learner with |
control |
Used to control verbosity and parallel processing.
See |
Value
A tibble with forecast features
[Package modeltime version 1.3.1 Index]