Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 303 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 303 Bytes

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