/knn_iris_dataset

k-NN Iris Dataset Classification - Using scikit-learn

Primary LanguageJupyter NotebookMIT LicenseMIT

k-NN Iris Dataset Classification

Iris flower Dataset using K-NN for classification

About the Iris 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. It is sometimes called Anderson's Iris data set because Edgar Anderson collected the data to quantify the morphologic variation of Iris flowers of three related species. Two of the three species were collected in the Gaspé Peninsula "all from the same pasture, and picked on the same day and measured at the same time by the same person with the same apparatus". Fonte: Wikipedia.

Iris Setosa Iris Versicolor Iris Virginica
iris-setosa iris-versicolor iris-virginica
iris-setosa iris-versicolor iris-virginica

iris

Download Iris dataset: https://archive.ics.uci.edu/ml/datasets/Iris

About k-nearest neighbors algorithm (k-NN)

View: wikipedia

Results view notebook.

License

MIT License © Fábio Schmidt