GitHub - N3ll/KNN

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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