Setup:
-
Download the 'All India Air Quality Data.csv' from the following link: https://drive.google.com/drive/folders/12CoOmE5SN8p_hkLUV4B16e9DsKbuK5kQ?usp=sharing
-
Place the downloaded dataset in the following manner: AirPol\India\All India Air Quality Data.csv
3)You're ready to go.
Dependencies:
- Python 3.7
- Tensorflow = 2.x.x
- Scikit Learn
- Matplotlib
- Seaborn
- Numpy
- Pandas
- Scipy
AirPol is a project that aims to use various meteorological, geographical and current air pollutant concentration to predict accurate future concentration of air pollutants in advance.
The current work has succesfully conducted a comparative study between various estimators to predict the air pollutant concentration. The algorithms considered during the comparative study were:
- Linear Regression
- Stochastic Gradient Descent
- Neural Network
- Decision Tree Regression
- Boosted Decision Tree Regression
- Random Forest
- Boosted Random Forest Regression
Other data analysis included splitting the dataset according to seasons, including and excluding meteorological factors etc.
For any queries contact me: [email protected]