You are on page 1of 1

Time Series Forecasting

Given the data for hourly consumption of electricity for a past few years, you need to forecast
the consumption for the next month from the latest month data available. Apply the following
methods for prediction of the electricity consumption. Plot your results appropriately. Present
the metric of your choice for measuring the error in prediction. (Write the python codes and
provide screenshots showing the clear codes)
1. Moving Average
2. Weighted Moving Average (with appropriate weight selection)
3. Exponential Smoothing (with alpha=0.2, and alpha 0.7)
4. ARMA (2,2)
5. ARIMA (using Python PMDARIMA Library)
6. SARIMA (for seasonality component =12)
7. Random Forest regression
8. XGBoost

Note: You can refer to “Supply Chain Analytics” Book by Kurt Liu.

You might also like