Skip to content

Wittig18/iris-classification-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

iris-classification-project

๐ŸŒธ Iris Species Classification (Scikit-Learn)

A simple machine learning project that uses the classic Iris dataset from scikit-learn to classify flower species using supervised learning algorithms. The final model achieved an impressive 96% accuracy on the test data.

๐Ÿ“Œ Project Overview

This project demonstrates a complete ML workflow:

Loading the Iris dataset

Exploratory Data Analysis (EDA)

Preprocessing

Model training (Logistic Regression)

Model evaluation

Generating predictions

๐Ÿ“Š Dataset

The Iris dataset contains:

150 samples

4 numeric features:

Sepal Length

Sepal Width

Petal Length

Petal Width

3 target classes:

Iris Setosa

Iris Versicolor

Iris Virginica

Dataset is loaded directly from sklearn.datasets.

๐Ÿง  Model Used

Algorithm: Logistic Regression Accuracy Score: 96%

๐Ÿ“ˆ Results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors