WebClub-NITK / Hacktoberfest-2k19

19 stars 115 forks source link

Build a KNN Classifier from scratch #236

Closed shruthanr closed 4 years ago

shruthanr commented 4 years ago

Description

You are given some starter code. You are required to build on it in order to build a K-Nearest Neighbors classifier using only NumPy (and possibly other libraries for individual sub parts like calculating mode of a list, sorting a list etc). However you cannot use a ready made classifier of any sort from any library.

Details

Resources

https://docs.scipy.org/doc/ https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm

Directory Structure

The starter code to be modified is given in the KNN directory under machineLearning.

Note

Please claim the issue first by commenting here before starting to work on it. While submitting a PR, please request a review from @shruthanr

shashikanthgk commented 4 years ago

I am taking up this issue

SaurabhAgarwala commented 4 years ago

Hacktoberfest 2019 ends. Closing the issue.