Skip to content

emre-cil/knn-classification-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNN-classification-demo

In this project, a k-NN classifier is trained to predict whether a customer makes a purchase based on gender, age, and salary characteristics. Training takes place with k-NN classifier with Euclidean distance.

Run

pip install -r requirements.txt
python knnPredict.py

Libraries

matplotlib
pandas
scikit_learn

About

KNN Classification training on demo dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages