/Electric-Production-Forecast

Time Series Analysis and Forecast on Electricity Production using ARIMA and FB Prophet.

Primary LanguageJupyter Notebook

Electricity Production Forecast

Notebook Link: Kaggle interactive notebook.

  • This is Time Series Project that predicts the consumption of electricity.
  • The prediction is based on the previous time series data provided.

This project covers

  1. Reading time series data in proper format.
  2. Time series visualizations.
  3. Checking for stationarity of the series. (AD Fuller Test).
  4. Making series stationary for modelling.
  5. Using ARIMA and Facebook Prophet for forecasting.
  6. Analysis.