Back to models
Forecaster

DirRecTimeSeriesRegressionForecaster

Dir-rec reduction from forecasting to time-series regression.

Quickstart

python
from sktime.forecasting.compose import DirRecTimeSeriesRegressionForecaster

estimator = DirRecTimeSeriesRegressionForecaster(estimator, window_length=10, transformers=None, pooling='local')

Parameters(2)

estimatorsktime estimator object
Time-series regressor.
window_lengthint, optional (default=10)
The length of the sliding window used to transform the series into a tabular matrix