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

https://github.com/vibhuti03/iris-classification

Applying SVM classifier
https://github.com/vibhuti03/iris-classification

classification-algorithm iris-classification jupyter-notebook machine-learning-algorithms python3 svm-classifier

Last synced: about 1 year ago
JSON representation

Applying SVM classifier

Awesome Lists containing this project

README

          

# Iris-Classification
Applying SVM Classifier

## Language Used
1. Python

## Libraries Used
1. pandas
2. matplotlib
3. seaborn
4. sklearn
5. numpy

## Screenshots

### Types of iris
1. Iris Setosa
![alt](https://github.com/vibhuti03/Iris-Classification/blob/master/Iris-setosa.jpg)

2. Iris Versicolor
![alt](https://github.com/vibhuti03/Iris-Classification/blob/master/Iris-versicolor.jpg)

3. Iris Virginica
![alt](https://github.com/vibhuti03/Iris-Classification/blob/master/Iris-virginica.jpg)

### Pairplot of features
![alt](https://github.com/vibhuti03/Iris-Classification/blob/master/pairplot.png)

### Accuracy Check (Confusion Matrix)
![alt](https://github.com/vibhuti03/Iris-Classification/blob/master/confusionmatrix.png)

### Accuracy Check (Classification Report)
![alt](https://github.com/vibhuti03/Iris-Classification/blob/master/classificationreport.png)