Skip to content

Implementing a k-nearest-neighbor (KNN) classifier. The file Cities.zip contains a dataset of weather, climate and pollution measurements from five Chinese cities. The target variable is called "PM_HIGH" and represents the event that the pollution level, measured as a concentration of particles called PM2.5, is higher than 100 ug/m^3. Applying t…

Notifications You must be signed in to change notification settings

sivajeet/KNN-Chinese-Cities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNN-Chinese-Cities

Implementing a k-nearest-neighbor (KNN) classifier. The file Cities.zip contains a dataset of weather, climate and pollution measurements from five Chinese cities. The target variable is called "PM_HIGH" and represents the event that the pollution level, measured as a concentration of particles called PM2.5, is higher than 100 ug/m^3. Applying the classifier to the Chinese city pollution dataset, by predicting the binary target variable PM_HIGH

About

Implementing a k-nearest-neighbor (KNN) classifier. The file Cities.zip contains a dataset of weather, climate and pollution measurements from five Chinese cities. The target variable is called "PM_HIGH" and represents the event that the pollution level, measured as a concentration of particles called PM2.5, is higher than 100 ug/m^3. Applying t…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published