This project uses Logistic Regression and Decision Tree classifiers to identify iris flower species based on petal and sepal measurements.
Classify iris flowers into one of three species: Setosa, Versicolor, or Virginica using scikit-learn.
- Python 3.x
- Jupyter Notebook
- NumPy, Pandas
- Scikit-learn
- Seaborn, Matplotlib
iris_classification.ipynb— Jupyter Notebook with complete workflow (data loading, visualization, training, evaluation).requirements.txt— Python dependencies..gitignore— ignored files/folders.
- Clone the repository:
git clone https://github.com/<your-username>/iris-classification.git cd iris-classification