Update README.md
Browse files
README.md
CHANGED
|
@@ -13,11 +13,11 @@ The numeric target variable will be **calories_burned**.
|
|
| 13 |
|
| 14 |
**The predictor variables:**
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
**Project overview**
|
| 23 |
|
|
@@ -29,6 +29,7 @@ Regression: Predicting the exact number of Calories_Burned.
|
|
| 29 |
|
| 30 |
Classification: Categorizing a workout as Low, Medium, or High intensity.
|
| 31 |
|
|
|
|
| 32 |
|
| 33 |
**Part 2: Exploratory Data Analysis (EDA)**
|
| 34 |
|
|
|
|
| 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 |
|
|
|
|
| 29 |
|
| 30 |
Classification: Categorizing a workout as Low, Medium, or High intensity.
|
| 31 |
|
| 32 |
+
---
|
| 33 |
|
| 34 |
**Part 2: Exploratory Data Analysis (EDA)**
|
| 35 |
|