Skip to content

anjanakri/iris-flower-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Iris Flower Classification using Machine Learning

Project Description

This Repo is a Machine Learning program that classifies Iris flowers into three species: Iris-setosa, Iris-versicolor, and Iris-virginica based on their sepal and petal measurements. The program uses Logistic Regression, a simple and effective classification algorithm, to train a model on the Iris dataset and predict the species of new flowers.

Flower Image


Dataset Structure / Features

The dataset contains the following columns:

  1. sepal_length
  2. sepal_width
  3. petal_length
  4. petal_width are used as Features (numerical features used for training the model)
  5. speciesTarget variable indicating the species of the flower. Possible classes:
    • Iris-setosa
    • Iris-versicolor
    • Iris-virginica

Data Set Image

---

Installation / Requirements

This project requires Python 3.x and the following Python libraries:

  • pandas
  • scikit-learn

Install the required packages using pip:

pip install pandas

pip install  scikit-learn 

About

This is a machine learning project to classify Iris flowers into species using Logistic Regression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages