Iris Species
Classify iris plants into three species in this classic dataset
@kaggle.uciml_iris
Classify iris plants into three species in this classic dataset
@kaggle.uciml_iris
CREATE TABLE iris (
"id" BIGINT,
"sepallengthcm" DOUBLE,
"sepalwidthcm" DOUBLE,
"petallengthcm" DOUBLE,
"petalwidthcm" DOUBLE,
"species" VARCHAR
);
Anyone who has the link will be able to view this.