Skip to content

A Knn algorithm used for train a model and prediction

Notifications You must be signed in to change notification settings

Pantzan/KNearestNeighbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

K Nearest Neighbor written in Python.

A Knn algorithm used for Classification. It trains a model and predicts a class. It uses the known IRIS dataset but it can be used in nearly any array-shape dataset

Requirements: Python >= 3.4 Sklearn Numpy Matplotlib

Preferable Anaconda with Jupyter Notebook

Releases

No releases published

Packages

No packages published

Languages