Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
311 stars 364 forks source link

KNN Algorithm #929

Closed ayan-joshi closed 1 month ago

ayan-joshi commented 1 year ago

Is your feature request related to a problem? Please describe. K-Nearest Neighbors (KNN) is a simple and intuitive classification algorithm.

Describe the solution you'd like The algorithm classifies a new instance by considering the class labels of its K nearest neighbors in the feature space.

Describe alternatives you've considered I will add all it's steps in the readme file and explain with a coding explaination.

Additional context @Kumar-laxmi Please assign me this issue I'm a SSOC contributor

Kumar-laxmi commented 1 year ago

This algo. is yet to be implemented in Java & Python (please don't use ML Libraries)

Assigned! @ayan-joshi : Python

ayan-joshi commented 1 year ago

okay

github-actions[bot] commented 1 month ago

This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem