Skip to content

This repository has been created for air pollution forecast in the coming hours in Beijing.

Notifications You must be signed in to change notification settings

newsteps8/Air-Pollution-Forecast-Based-On-DL-and-ML-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Air-Pollution-Forecast-Based-On-DL-and-ML-Models

This repository has been created for air pollution forecast in the coming hours in Beijing.

Feature Engineering

Two new featues are added to dataset. First feature is week_day feature that is based on a date weekday or weekend. I use this information, because of weekday has more air pollution using cars and industrial machines. Second feature is seasonal_rate that is based on a date winter, fall, spring or summer. There is more air pollution on winter and fall because of using coal and other fuels for warming.

Comments

Root Mean Square Error of Random Forest Regressor: 74.45430231198172 | Root Mean Square Error of XGBOOST Regressor: 65.8382656621441 | Root Mean Square Error of LSTM Sequential Model: 23.484

Best model is LSTM model. Because I convert the dataset to time series version based on multivarible and use a Sequential model on it. XGBOOST and Random Forest Regressor models errors must be less than above values. One of the reasons is XGBOOST is a Gradient boosting algorithm. So, Gradient boosting can be used to minimize any sensible loss function, and it is very effective in doing it. In addition, for XGBOOST and Random Forest Regressor models with hyperparemeter tuning, parameter values can be improved and better results can be obtained.

Also lstm model can be improved based on optimizer, more epochs and decreasing loss value of each iteration. I think RMSE value can be decreased around 10.0 - 20.0 values with the help of optimizations and better models.

About

This repository has been created for air pollution forecast in the coming hours in Beijing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published