Forecaster
DirRecTabularRegressionForecaster
Dir-rec reduction from forecasting to tabular regression.
Quickstart
python
from sktime.forecasting.compose import DirRecTabularRegressionForecaster
estimator = DirRecTabularRegressionForecaster(estimator, window_length=10, transformers=None, pooling='local')Parameters(2)
- estimatorsklearn estimator object
- Tabular regressor.
- window_lengthint, optional (default=10)
- The length of the sliding window used to transform the series into a tabular matrix