Skip to content

Mehul-5/2_iris-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Iris Flower Species Classifier 🌸

A classic machine learning project that trains a Logistic Regression model to classify the species of Iris flowers based on their sepal and petal measurements.

Project Overview

This project demonstrates a complete, beginner-friendly machine learning workflow:

  • Data Loading: Using the built-in Iris dataset from scikit-learn.
  • Data Visualization: Using seaborn's pairplot to explore relationships between features.
  • Model Training: Implementing a Logistic Regression classifier.
  • Model Evaluation: Checking the model's performance with an accuracy report and a confusion matrix.

Technologies Used

  • Python
  • scikit-learn
  • pandas
  • seaborn
  • Matplotlib
  • Jupyter Notebook

About

A classic machine learning project that trains a Logistic Regression model to classify the species of Iris flowers based on their sepal and petal measurements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors