Icon

Energy Demand Prediction - Training

Simple auto-regressive model to predict a time series

- Simple means just raw data: no seasonality correction, stationarity assumption
- Auto means usage of past of the same time series for prediction. No other exogenous time series/data used.
- Regressive refers to the model: either a linear or a polynomial regression

Nodes

Extensions

Links