Skip to content

Latest commit

 

History

History
2 lines (1 loc) · 230 Bytes

File metadata and controls

2 lines (1 loc) · 230 Bytes

KNN, which is used for classification and regression, is one of the simplest algorithms in machine learning. This material reflects the implementation by numpy, pandas and plotting of the KNN algorithm from scratch. with K=5 98%