Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ pretty_name: Gym Activity and Calories Burned Analysis
|
|
| 8 |
# 🏋️ Gym Activity and Calories Burned Analysis
|
| 9 |
**Author:** Daniel Halali
|
| 10 |
|
| 11 |
-
**Project Overview:** Exploratory Data Analysis (EDA) on Gym Member Behavior
|
| 12 |
|
| 13 |
## 🎯 Research Goal
|
| 14 |
The primary objective of this project is to analyze the factors influencing calorie expenditure among gym members. By examining workout types, session durations, and member demographics, this study aims to identify the most effective patterns for energy output.
|
|
@@ -18,15 +18,17 @@ The primary objective of this project is to analyze the factors influencing calo
|
|
| 18 |
### 1. How does the Workout Type affect Calories Burned?
|
| 19 |
- **Visualization:** Grouped Boxplot
|
| 20 |
- **Insight:** HIIT and Strength Training show a higher median calorie burn compared to Yoga and Cardio.
|
| 21 |
-

|
| 29 |
- **Insight:** Average calorie burn is consistent across all gender categories, suggesting duration and intensity are more critical factors.
|
|
|
|
| 30 |
|
| 31 |
## 📊 Visualizations Included
|
| 32 |
In the attached `.ipynb` file, I have included:
|
|
|
|
| 8 |
# 🏋️ Gym Activity and Calories Burned Analysis
|
| 9 |
**Author:** Daniel Halali
|
| 10 |
|
| 11 |
+
**Project Overview:** Exploratory Data Analysis (EDA) on Gym Member Behavior
|
| 12 |
|
| 13 |
## 🎯 Research Goal
|
| 14 |
The primary objective of this project is to analyze the factors influencing calorie expenditure among gym members. By examining workout types, session durations, and member demographics, this study aims to identify the most effective patterns for energy output.
|
|
|
|
| 18 |
### 1. How does the Workout Type affect Calories Burned?
|
| 19 |
- **Visualization:** Grouped Boxplot
|
| 20 |
- **Insight:** HIIT and Strength Training show a higher median calorie burn compared to Yoga and Cardio.
|
| 21 |
+

|
| 22 |
|
| 23 |
### 2. Is there a correlation between Workout Duration and Calories Burned?
|
| 24 |
+
- **Visualization:** Scatter Plot
|
| 25 |
- **Insight:** There is a strong positive correlation; as session length increases, calorie expenditure consistently rises.
|
| 26 |
+

|
| 27 |
|
| 28 |
### 3. Does gender influence the average calories burned?
|
| 29 |
+
- **Visualization:** Bar Chart (Means)
|
| 30 |
- **Insight:** Average calorie burn is consistent across all gender categories, suggesting duration and intensity are more critical factors.
|
| 31 |
+

|
| 32 |
|
| 33 |
## 📊 Visualizations Included
|
| 34 |
In the attached `.ipynb` file, I have included:
|