The goal is to forecast electricity consumption (kW) for 17/2/2010. Two forecasts should be returned, in one Excel file, with two columns (one columns per forecast) and 96 rows:
- the first one without using outdoor temperature,
- the second one using outdoor temperature.
R language
In this repository the used skills are:
- Linear regression
- Holt-Winters
- SES (simple exponential smoothing)
- ARIMA model
- SARIMA model
- Neural Network
- Vectorial Auto Regressive Model