Skip to content

mickeypatil/iris_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Iris Classification 🌸

A simple machine learning project to classify iris flowers using Python and scikit-learn.

πŸ“Š Dataset

The famous Iris dataset containing:

  • Sepal length & width
  • Petal length & width
  • 3 classes: Setosa, Versicolor, Virginica

🧠 ML Models Used

  • Logistic Regression
  • K-Nearest Neighbors (KNN)
  • Support Vector Machine (SVM)

πŸ“ Project Structure

iris_classification/ β”‚ β”œβ”€β”€ iris.ipynb # Jupyter notebook with training & testing β”œβ”€β”€ iris.csv # Dataset

βœ… Requirements

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published