Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.03 KB

Iris-Flower-Prediction

This project aims to classify the different species of iris flower by Machine Learning.

About the dataset:

Dataset for this can be found at:

The dataset for this project originates from the UCI Machine Learning Repository. 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 50 samples from each of three species of Iris (Iris setosa, Iris virginica and Iris versicolor).
  • Four features were measured from each sample (in centimetres):
    • Length of the sepals
    • Width of the sepals
    • Length of the petals
    • Width of the petals