Skip to content

A time-series forecasting model which forecasts CO2 emission levels based on available past data.

Notifications You must be signed in to change notification settings

alokthakur93/Forecasting-CO2-emission

Repository files navigation

Forecasting Carbon Dioxide Emission level

Project Overview:

  • Designed a Forecasting model which forecasts CO2 emission levels, taking number of years you want to forecast as input.
  • Analyzed time series for stationary and used different transformation.
  • Implemented different forecasting model like ARIMA, Smoothing techniques like Holt - winter's method etc.
  • Compared different model based on MAPE value which were built both on stationary and non - stationary data.
  • Deployed model using Streamlit.
  • Please visit the PPT provided in this repository for in-depth understanding.

How to run ?

  1. Download this project folder.
  2. Open Anaconda prompt in root project directory and run this command: streamlit run TS.py
  3. After opening of browser, Upload CO2_dataset.csv provided in the folder.
  4. Enter the number of years you want to forecast and press enter.

Business Problem / Objective:

To forecast the Carbon Dioxide emission levels for an industry so as the emission levels are within the standard limit, so that the organization can follow the government norms with respect to Carbon Dioxide emission levels.

Dataset details:

Got dataset from Gap Minder.

Exploratory Data Analysis:

  • Visualized time series data and found data to be non - stationary. Done ADFuller test to cross - check whether data is stationary or not.
  • Transformed data to stationary using differencing and decomposing.

Model Building:

  • Done data partition of time series keeping in view that order of must not be disturbed.
  • Implemented different forecasting models on both stationary and non - stationary data.

Model evaluation and comparison:

  • Compared all the models build on basis of MAPE values.
  • ARIMA(3,1,4) gave best results so chosen it as final model.
  • Trained model using full dataset and used this model for deployment.

About

A time-series forecasting model which forecasts CO2 emission levels based on available past data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages