Applies a fitted LOGISTIC
to a new dataset.
Usage
# S3 method for LOGISTIC
refit(object, new_data, specials = NULL, reestimate = FALSE, ...)
Arguments
- object
A fitted model object.
- new_data
A tsibble containing the time points and exogenous regressors for which a refit is required.
- specials
A list of special functions used in the model, (passed by
fabletools::forecast.mdl_df
).- reestimate
If TRUE, the networks will be initialized with random starting weights to suit the new data. If FALSE, for every network the best individual set of weights found in the pre-estimation process is used as the starting weight vector.
- ...
Other arguments passed to methods