Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 214 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 214 Bytes

k-nearest-neighbors

Implementation of KNN algorithm in Python 3

  • Value of k = 3
  • Currently the algorithm is applicable only to Iris data set in specific format
  • It will be generalized in subsequent updates