Algo-Phantoms / Algo-ScriptML

Scripts of Machine Learning Algorithms from Scratch. Implementations of machine learning models and algorithms using nothing but NumPy with a focus on accessibility. Aims to cover everything from basic to advance.
MIT License
90 stars 65 forks source link

KNN Base model #143

Closed Abheeshth closed 3 years ago

Abheeshth commented 3 years ago

I have added kNN base model file please let me know if there are any changes I should do @ashwani-rathee issue #26

ashwani-rathee commented 3 years ago

@Abheeshth Can you provide a example for testing in the comment,will be helpful for someone using this later

Abheeshth commented 3 years ago

@Abheeshth Can you provide a example for testing in the comment,will be helpful for someone using this later

Sure I will do that as soon as possible

Abheeshth commented 3 years ago

I have provided a example for testing in the comments. please have a look