Skip to content

N3ll/KNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

K-nearest neighbor

The code in the jupyter notebook follows the hands-on analysis from the book Data Mining and Predictive Analytics by Larose & Larose, Part III, Chapter 10.

Dataset

The dataset (ClasifyRisk) used in the notebook could be downloaded from the repository.

Python version

Python 2