| ts_reg | R Documentation |
Base class for time series regression models that operate directly on time series (non-sliding-window specialization).
ts_reg()
This class is intended to be subclassed by modeling backends that
do not require the sliding-window interface. Methods such as fit(),
predict(), and evaluate() dispatch on this class.
A ts_reg object (S3) to be extended by concrete models.
# Abstract base class — instantiate concrete subclasses instead
# Examples: ts_mlp(), ts_rf(), ts_svm(), ts_arima()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.