ForecastingΒΆ

DummyForecaster()

Dummy forecaster always predicts the last value seen in training.

BaseForecaster(horizon, axis)

Abstract base class for time series forecasters.

RegressionForecaster(window[, horizon, ...])

Regression based forecasting.

ETSForecaster([error_type, trend_type, ...])

Exponential Smoothing forecaster.