Obesity Classification Dataset
Multiple Classification Dataset
@kaggle.sujithmandala_obesity_classification_dataset
Multiple Classification Dataset
@kaggle.sujithmandala_obesity_classification_dataset
CREATE TABLE obesity_classification (
"id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"height" BIGINT,
"weight" BIGINT,
"bmi" DOUBLE,
"label" VARCHAR
);
Anyone who has the link will be able to view this.