Iris Dataset
Classify iris plants into three species in this classic dataset
@kaggle.himanshunakrani_iris_dataset
Classify iris plants into three species in this classic dataset
@kaggle.himanshunakrani_iris_dataset
It includes three iris species with 50 samples each as well as some properties of each flower. One flower species is linearly separable from the other two, but the other two are not linearly separable from each other.
FIle name: iris.csv
CREATE TABLE iris (
"sepal_length" DOUBLE,
"sepal_width" DOUBLE,
"petal_length" DOUBLE,
"petal_width" DOUBLE,
"species" VARCHAR
);Anyone who has the link will be able to view this.