k-nearest-neighbors
k-nearest-neighbors copied to clipboard
Implementation of KNN algorithm in Python 3
Results
1
k-nearest-neighbors issues
Sort by
recently updated
recently updated
newest added
Hi, nice project on the KNN algorithm but could you make the algorithm a bit more obscure and expandable? why not use library like sklearn ? feel free to check...