Skip to content

MNaveenNaidu/Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

KNNClassifier

This Repositiry consist of a KNN algoritm for a classification problem. The Challenge is always how to get best 'K' nearest neighbors. To achive it, i have used the following techniques:-

  1. Grid Search
  2. Elbow Plot.
  3. Loop through different values of 'K' and model them to get the accuracy(Consumes time.)

Through my analysis i found that 'Grid search' performs well and gives more accurate results as compared to Elbow plot.

About

KNN Classifier Algirithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages