Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1017 Bytes

File metadata and controls

17 lines (10 loc) · 1017 Bytes

Q: How well can biological characteristics and lifestyle factors predict an individual’s weight category?

Methodology: Classification Decision Tree with 4 levels: Insufficient Weight, Normal Weight, Overweight, Obese

Background

https://www.cdc.gov/obesity/risk-factors/risk-factors.html

The CDC cites physical activity, eating patterns, sleep quality and quantity, and electronic use as risk factors for obesity. Our dataset, which we found in the class data folder, contains many of these risk factors as features. Our goal is to explore a decision tree classifier for obesity level to see how well these lifestyle choices, as well as some biological traits, impact obesity level. We also explore how much each risk factor contributes to obesity.

This exploration has potential application in the field of public health; it would be most beneficial to pour resources into prevention through the most important risk factors.

Result: Model is slightly skewed towards obesity and overweight.