An open API service indexing awesome lists of open source software.

https://github.com/abhinav330/iris-dataset-classic-ml-problem

This repository demonstrates the classification of Iris flowers into three species (Setosa, Versicolor, Virginica) using a Support Vector Machine (SVM) classifier.
https://github.com/abhinav330/iris-dataset-classic-ml-problem

classification data-science iris-dataset jupyter machine-learning numpy pandas python sklearn support-vector-machines svm-classifier

Last synced: 19 days ago
JSON representation

This repository demonstrates the classification of Iris flowers into three species (Setosa, Versicolor, Virginica) using a Support Vector Machine (SVM) classifier.

Awesome Lists containing this project

README

          

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a03fae58e5264da4a7a52ccc5f9cdc3a)](https://app.codacy.com/gh/Abhinav330/Irish-dataset-classic-ml-problem/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![GitHub Pipenv locked dependency version](https://img.shields.io/github/pipenv/locked/dependency-version/Abhinav330/Irish-dataset-classic-ml-problem/matplotlib?color=silver)
![GitHub Pipenv locked dependency version](https://img.shields.io/github/pipenv/locked/dependency-version/Abhinav330/Irish-dataset-classic-ml-problem/numpy?color=beige)
![GitHub Pipenv locked dependency version](https://img.shields.io/github/pipenv/locked/dependency-version/Abhinav330/Irish-dataset-classic-ml-problem/pandas?color=beige)
![GitHub Pipenv locked dependency version](https://img.shields.io/github/pipenv/locked/dependency-version/Abhinav330/Irish-dataset-classic-ml-problem/scikit-learn?color=green)
![GitHub Pipenv locked dependency version](https://img.shields.io/github/pipenv/locked/dependency-version/Abhinav330/Irish-dataset-classic-ml-problem/scipy?color=red)
![GitHub Pipenv locked dependency version](https://img.shields.io/github/pipenv/locked/dependency-version/Abhinav330/Irish-dataset-classic-ml-problem/seaborn?color=beige)
![GitHub Pipenv locked Python version](https://img.shields.io/github/pipenv/locked/python-version/Abhinav330/Irish-dataset-classic-ml-problem?color=dark%20green)
![GitHub repo size](https://img.shields.io/github/repo-size/Abhinav330/Irish-dataset-classic-ml-problem)

# Irish-dataset-classic-ml-problem
This repository demonstrates the classification of Iris flowers into three species (Setosa, Versicolor, Virginica) using a Support Vector Machine (SVM) classifier.

1. **Data Preparation:** Loads the Iris dataset and performs necessary preprocessing.
2. **Data Exploration:** Visualizes the data to understand relationships between features and species.
3. **Model Training:** Trains an SVM classifier on the training data.
4. **Model Evaluation:** Evaluates the model's performance using metrics like confusion matrix and classification report.
5. **Hyperparameter Tuning:** Optimizes the SVM model using GridSearchCV to find the best hyperparameters.