Skip to content

AndrewSLowe/KNN_from_Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNN_from_Scratch

KNN_from_Scratch contains the code for my medium article: https://medium.com/@andrewlowe_22850/k-nearest-neighbors-by-hand-a-computer-science-exercise-for-the-data-scientist-72b5821c8941

In the article, I show the reader how to build a KNNClassifier by hand. If you read the article you will learn:

1. How a KNNClassifier model works
2. How to perform KNNClassifier in scikit-learn
3. How to build a KNNClassifier model by hand

Looking at the code, you can see where each code snippet from the article comes from. I have them all labeled as code snippet 1, 2, 3 ....

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published