Skip to content

LNischala/Iris-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Iris Classification

Overview

This project implements machine learning models to classify the famous Iris flower dataset. It utilizes Logistic Regression and Decision Tree classifiers to predict the species of Iris flowers based on sepal and petal measurements.

Features

  • 🌸 Iris Flower Classification – Predicts Iris species using machine learning.
  • 📊 Multiple Models – Implements Logistic Regression and Decision Tree classifiers.
  • 🔍 Feature-Based Prediction – Uses petal and sepal measurements as input features.
  • 📈 Performance Evaluation – Evaluates model accuracy and performance metrics.

Tech Stack

  • Programming Language: Python
  • Libraries: Pandas, NumPy, Scikit-learn, Matplotlib
  • Dataset: Iris dataset from sklearn.datasets

Usage

  • Load the dataset and preprocess the data.
  • Train the models using Logistic Regression and Decision Tree classifiers.
  • Evaluate the models and visualize results using Matplotlib.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published