Skip to content

Latest commit

Β 

History

History
29 lines (19 loc) Β· 624 Bytes

File metadata and controls

29 lines (19 loc) Β· 624 Bytes

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