powered by
Base class for time series regression models built on sliding-window representations.
ts_regsw(preprocess = NA, input_size = NA)
A ts_regsw object (S3) to be extended by concrete models.
ts_regsw
Normalization preprocessor (e.g., ts_norm_gminmax()).
ts_norm_gminmax()
Integer. Number of lagged inputs per example.
This class provides helpers to map ts_data matrices into the input window expected by ML backends and to apply pre/post processing (e.g., normalization) consistently during fit and predict.
ts_data
# Abstract base class for sliding-window regressors # Use concrete subclasses such as ts_mlp(), ts_rf(), ts_svm(), ts_elm()
Run the code above in your browser using DataLab