Iris Flower Dataset
Iris flower data set used for multi-class classification.
@kaggle.arshid_iris_flower_dataset
Iris flower data set used for multi-class classification.
@kaggle.arshid_iris_flower_dataset
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.