Skip to content

This is a very simple model to predict Iris flower species. we have three types of species in it (Versicolor, Verginica, Setosa).

Notifications You must be signed in to change notification settings

Pushpendra9350/Iris-flower-classification-with-EDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris Flower Classification

About Dataset

  • In this dataset we have 3 species of flower of iris family
  • Data have 4 dimentions
    1. Sepat length
    2. Sepal width
    3. Petal length
    4. Petal length
  • Total number of points are 150 50 for each species

In this project i have done Exploratory data analysis in detail.

Algorithms used

  • Stochastic Gradient Descent (SGD) classifier basically implements a plain SGD learning routine supporting various loss functions and penalties for classification. Scikit-learn provides SGDClassifier module to implement SGD classification(Source Scikit-learn).

Programming language used is Python

Framework used Flask for Api

Libraries used:

  • Scikit-learn
  • Pandas
  • Matplotlib
  • Seaborn
  • Numpy
  • Joblib

About

This is a very simple model to predict Iris flower species. we have three types of species in it (Versicolor, Verginica, Setosa).

Topics

Resources

Stars

Watchers

Forks