/Iris

Analysis to compare different types of algorithms to predict Iris species

Primary LanguageJupyter Notebook

Iris

Iris species prediction using different types of algorithm

Context

The Iris dataset was used in R.A. Fisher's classic 1936 paper, The Use of Multiple Measurements in Taxonomic Problems, and can also be found on the UCI Machine Learning Repository.

It includes three iris species with 50 samples each as well as some properties about each flower. One flower species is linearly separable from the other two, but the other two are not linearly separable from each other.

The columns in this dataset are:

Id SepalLengthCm SepalWidthCm PetalLengthCm PetalWidthCm Species

Result

The Support Vector Machine had an accuracy of 100%, this is the best model.

Dataset

This datset was gotten from Kaggle

Update

Principal component analysis and Kmeans clustering has been performed on the dataset to reduce the feautures and to group the flowers into cluster