Skip to content

Beginner-friendly implementation of KNN classification using NumPy and Pandas

Notifications You must be signed in to change notification settings

bhavishyasharma10/KNN-algo-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KNN algo from scratch

This repo contains implementation of KNN from scratch using pandas and numpy library.
As a beginner, i found it difficult to undestand this algoritm so I have tried to comment most of the code so it's easier to understand. ( Enjoy! )
NOTE** It can be modified for categorical target column by encoding the target column