matakshay / Air_quality_pred

Machine Learning model which uses closed-form solution of Locally Weighted Regression (LOWESS) Algorithm to predict the Quality of Air

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Air_quality_pred

Implemented Locally Weighted Regression (LOWESS) algorithm to predict the quality of Air Pollution. Each training/testing example has 5 features on the basis of which, the quality is predicted

It uses the Closed Form Solution for this algorithm, with bandwidth parameter set to 0.1

An accuracy of 96% (Coeff. of Determinaton converted to percentage, rounded to nearest integer) has been achieved on the testing dataset.

About

Machine Learning model which uses closed-form solution of Locally Weighted Regression (LOWESS) Algorithm to predict the Quality of Air


Languages

Language:Python 100.0%