uleeberber commited on
Commit
7582b3f
·
verified ·
1 Parent(s): 1c4286b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -9,15 +9,15 @@
9
 
10
  This dataset comes from kaggle "Life Style Data", it captures detailed personal, nutritional, and fitness-related data for 20,000 individuals with 54 features. It contains health parameters such as age, weight, and BMI; exercise variables including BPM, duration, and activity type; and nutritional information such as macronutrient breakdown and meal classifications. Several derived metrics further estimate calorie balance, lean body mass, and workout effectiveness.
11
 
12
- The numeric target variable will be calories_burned.
13
 
14
  **The predictor variables:**
15
 
16
- Physiological: age, Gender, Weight (kg), Height (m), Fat_percentage, BMI, Resting_BPM
17
 
18
- Workout: Session_duration (hours), Avg_BPM, Max_BPM, Workout_Type, Experience_Level, Workout_Frequency (day/week)
19
 
20
- Lifestyle: Water_Intake (liters), diet_type
21
 
22
  **Project overview**
23
 
 
9
 
10
  This dataset comes from kaggle "Life Style Data", it captures detailed personal, nutritional, and fitness-related data for 20,000 individuals with 54 features. It contains health parameters such as age, weight, and BMI; exercise variables including BPM, duration, and activity type; and nutritional information such as macronutrient breakdown and meal classifications. Several derived metrics further estimate calorie balance, lean body mass, and workout effectiveness.
11
 
12
+ The numeric target variable will be **calories_burned**.
13
 
14
  **The predictor variables:**
15
 
16
+ > Physiological: age, Gender, Weight (kg), Height (m), Fat_percentage, BMI, Resting_BPM
17
 
18
+ > Workout: Session_duration (hours), Avg_BPM, Max_BPM, Workout_Type, Experience_Level, Workout_Frequency (day/week)
19
 
20
+ > Lifestyle: Water_Intake (liters), diet_type
21
 
22
  **Project overview**
23