RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49 stars 69 forks source link

Addition in knn model #180

Closed devyani-code closed 3 years ago

devyani-code commented 3 years ago

…Added knn plot of error rate vs k values graph code in models.py.Added knn classification example file. Added knn regression error vs k values plot.Added knn classification dataset.

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments