Skip to content

This project aims to identify and classify Iris flower species.

Notifications You must be signed in to change notification settings

Sreeja9428/Iris-flower-Classification

Repository files navigation

Iris Flower Classification

Context

The Iris flower 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. 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. 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: the length and the width of the sepals and petals, in centimeters.

This dataset became a typical test case for many statistical classification techniques in machine learning such as support vector machines

Content

The dataset contains a set of 150 records under 5 attributes - Petal Length, Petal Width, Sepal Length, Sepal width and Class(Species).

Objective

Classify Iris flowers using machine learning algorithms for supervised and unsupervised learning.

Algorithms Used

  1. Decision Tree Classifier
  2. K-Nearest Neighbors (KNN)
  3. Support Vector Machine (SVM)
  4. Logistic Regression

Additional Tools/Methods

  • Metrics (for evaluating model performance)
  • Train-Test Split (for splitting the dataset into training and testing sets)

Dataset

Iris Dataset

Acknowledgements

This dataset is free and is publicly available at the UCI Machine Learning Repository

About

This project aims to identify and classify Iris flower species.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published