ScriptsDump icon indicating copy to clipboard operation
ScriptsDump copied to clipboard

Iris dataset

Open m-payal opened this issue 5 years ago • 0 comments

Prediction using SVM machine learning algorithm

# Description

A Machine Learning algorithm to classify iris plants into 3 species.


The columns in this dataset are:

sepal_length
sepal_width
petal_length
petal_width
specie

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.

m-payal avatar Oct 05 '20 14:10 m-payal