sunnynjoy / KNN-classification_IRIS_dataset

KNN classification with IRIS_dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KNN classification with IRIS flower dataset

The Iris flower data set or Fisher's Iris data set is a multivariate data set introduced by the British statistician and biologist Ronald Fisher in his 1936 paper.

The use of multiple measurements in taxonomic problems as an example of linear discriminant analysis.

The data set consists of 150 samples from each of three species of Iris (Iris setosa, Iris virginica and Iris versicolor).

Four features were measured from each sample: the length and the width of the sepals and petals, in centimetres. Based on the combination of these four features, Fisher developed a linear discriminant model to distinguish the species from each other.

https://en.wikipedia.org/wiki/Iris_flower_data_set

About

KNN classification with IRIS_dataset


Languages

Language:Jupyter Notebook 100.0%