powered by
The actual time series model fitting. This method should be override by descendants.
do_fit(obj, x, y = NULL)
returns a fitted object
an object representing the model or algorithm to be fitted
a matrix or data.frame containing the input features for training the model
a vector or matrix containing the output values to be predicted by the model