Skip to content

amirkasaei/K-Nearest-Neighbors-Classification-with-scikit-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

K-Nearest Neighbors Classification with scikit-learn

Description

  • In this project Abalone dataset is used for classification on both sex and rings

  • The scikit-learn KNeighborsClassifier is used for both classification tasks

  • The best K for each task is measured using 10-Fold Cross validation

    You can see the evaluation results in the notebook file attached here.