Skip to content

priyanshujain/KNN-Classifer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

KNN-Classifer

My implementation of KNN

Dependencies

  • Python
  • Scikit-Learn
  • SciPy

Resulting Accuracy Score

Running classifiers in IRIS dataset

  • Acuuracy of KNN in scikit learn: 92.1052631579 %

  • Acuuracy of KNN in our Implementation: 73.6842105263 %

Run

''' python knn.py '''

About

My implementation of KNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages