Wine Dataset
Wine recognition for data exploration and Classification.
@kaggle.tawfikelmetwally_wine_dataset
Wine recognition for data exploration and Classification.
@kaggle.tawfikelmetwally_wine_dataset
CREATE TABLE wine_dataset (
"class" BIGINT,
"alcohol" DOUBLE,
"malic_acid" DOUBLE,
"ash" DOUBLE,
"alcalinity_of_ash" DOUBLE,
"magnesium" BIGINT,
"total_phenols" DOUBLE,
"flavanoids" DOUBLE,
"nonflavanoid_phenols" DOUBLE,
"proanthocyanins" DOUBLE,
"color_intensity" DOUBLE,
"hue" DOUBLE,
"od280_od315_of_diluted_wines" DOUBLE,
"proline" BIGINT
);
Anyone who has the link will be able to view this.