Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 613 Bytes

README.md

File metadata and controls

23 lines (10 loc) · 613 Bytes

Air Quality in Dar Es Salaam

Project Idea:

Time Series for Predicting Air Quality (PM2.5/PM2) with analysis to show the PM2 levels and their changes with ACF and PACF plots that represent the average correlation between data points in time series and previous values of the series measured for different lag lengths

with a Baseline model to show the maximum MAE that a good model will reach it

The Evaluation of the model showed WFV predictions (Walk-forward predictions) and represented the predictions and actual data

Tools used

  1. Pandas
  2. Matplotlib
  3. Sci-kit learn
  4. Stats Models