Obesity Prediction
Predict the obesity using the features
@kaggle.mrsimple07_obesity_prediction
Predict the obesity using the features
@kaggle.mrsimple07_obesity_prediction
The Obesity Prediction Dataset provides a comprehensive collection of attributes related to individuals' demographics, lifestyle habits, and health indicators, aimed at facilitating the prediction of obesity prevalence. This dataset offers a valuable resource for researchers, data scientists, and healthcare professionals interested in exploring the complex interplay of factors contributing to obesity and developing effective intervention strategies.
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.