Skip to content

Kumarsuraj7/Air_Quality_Index

Repository files navigation

Air Quality Index

Data Fetch

  • https://en.tutiempo.net/climate website for the year 2013 to 2018
  • HTML pages are stored for 12 months coresponding to each year in 2013-2018
  • Python code to acomplish this task: Html_script.py

Cleaning the HTML data

  • HTML data are further stored in the real_year.csv files
  • Data cleansing is performed before storing the data
  • All the year data is combined into the real_combine.csv

EDA

  • Expolatory Data analysis performed on the available data

image

Model Selection

  • Different Regression models are fitted on the data like Linear regression, Decision Tree Regressor, Random Forest Regressor and XGBoost Regressor.
  • Hyper parameter tunning is applied to best tune the parameters.
  • Selected the Random Forest Regressor as it is giving the best RMSE value among the other ML models.

Deployement

  • Deployed the model on local server using Flask

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published