ScriptsDump
ScriptsDump copied to clipboard
Iris dataset
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.