Subhajeet-Das / KNN-Classification-on-IRIS-Dataset

Here K-Nearest Neighbor Classifier is used to classify IRIS flower based on their Sepal Length, Sepal Width, Petal Length & Petal Width, each in Centimeters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KNN-Classificaton-on-IRIS-Dataset

Here K-Nearest Neighbor Classifier is used to classify IRIS flower i.e., whether it is Setosa, Versicolor or Verginica based on their Sepal Length, Sepal Width, Petal Length & Petal Width, each in Centimeters.

For this model, Number of Neighbors(K) = 5 and thereby 97% accuracy is achieved.

About

Here K-Nearest Neighbor Classifier is used to classify IRIS flower based on their Sepal Length, Sepal Width, Petal Length & Petal Width, each in Centimeters.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%