You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 out my kNN repository! also give the user options for input...
cheers!
The text was updated successfully, but these errors were encountered:
I did not use sklearn on purpose. I implemented this as I was trying to understand how KNN actually works under the hood of abstractions such as fit() and predict() methods provided by sklearn. Still, the code could use some refactoring, I'll work on it.
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 out my kNN repository! also give the user options for input...
cheers!
The text was updated successfully, but these errors were encountered: