Obesity Prediction
Predict the obesity using the features
@kaggle.mrsimple07_obesity_prediction
Predict the obesity using the features
@kaggle.mrsimple07_obesity_prediction
CREATE TABLE obesity_data (
"age" BIGINT,
"gender" VARCHAR,
"height" DOUBLE,
"weight" DOUBLE,
"bmi" DOUBLE,
"physicalactivitylevel" BIGINT,
"obesitycategory" VARCHAR
);
Anyone who has the link will be able to view this.