Diet Analysis , Predict The Weight
Analyzing diet, exercise, and lifestyle effects on weight change
@kaggle.abdullah0a_comprehensive_weight_change_prediction
Analyzing diet, exercise, and lifestyle effects on weight change
@kaggle.abdullah0a_comprehensive_weight_change_prediction
CREATE TABLE weight_change_dataset (
"participant_id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"current_weight_lbs" DOUBLE,
"bmr_calories" DOUBLE,
"daily_calories_consumed" DOUBLE,
"daily_caloric_surplus_deficit" DOUBLE,
"weight_change_lbs" DOUBLE,
"duration_weeks" BIGINT,
"physical_activity_level" VARCHAR,
"sleep_quality" VARCHAR,
"stress_level" BIGINT,
"final_weight_lbs" DOUBLE
);
Anyone who has the link will be able to view this.