Skip to content

Kirthi-Raman/Iris_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Iris_Analysis

Analyzing the Iris flower dataset containing 3 species using Scikit and determining the accuracy in predictting the right species.

Documentation

The website related to the project:
https://scikit-learn.org/stable/datasets/
https://en.wikipedia.org/wiki/Iris_flower_data_set
https://www.graphviz.org/

Steps

In this project:

  1. Iris dataset is loaded from sklearn
  2. The 3 species of Iris: Iris setosa, Iris virginica and Iris versicolor is differentiated based on the length and width of the sepals and petals.
  3. Using graphviz, the flowchart depicting the flower prediction model is plotted
  4. Given a new flower, its species is predicted.
  5. The accuracy in prediction is estimated.

Details

  1. Classifier created to differentiate the 3 species
  2. Cross validation performed using train and test dataset to determine the accuracy efficiently

Future Steps

  1. Try the differentiation of species based on a different classifier

About

Analyzing the Iris dataset containing 3 species and determining the accuracy in predicting the species correctly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published