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