Baselight

Obesity Prediction

Predict the obesity using the features

@kaggle.mrsimple07_obesity_prediction

Loading...
Loading...

About this Dataset

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.

Tables

Obesity Data

@kaggle.mrsimple07_obesity_prediction.obesity_data
  • 34.97 kB
  • 1,000 rows
  • 7 columns
Loading...
CREATE TABLE obesity_data (
  "age" BIGINT,
  "gender" VARCHAR,
  "height" DOUBLE,
  "weight" DOUBLE,
  "bmi" DOUBLE,
  "physicalactivitylevel" BIGINT,
  "obesitycategory" VARCHAR
);

Share link

Anyone who has the link will be able to view this.