do_fit | R Documentation |
The actual time series model fitting. This method should be override by descendants.
do_fit(obj, x, y = NULL)
obj |
an object representing the model or algorithm to be fitted |
x |
a matrix or data.frame containing the input features for training the model |
y |
a vector or matrix containing the output values to be predicted by the model |
returns a fitted object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.