Spaces:
Running
Running
Amol Kaushik commited on
Commit ·
0dfa673
1
Parent(s): 6425691
minor
Browse files- A2/A2_Report.ipynb +8 -10
A2/A2_Report.ipynb
CHANGED
|
@@ -40,7 +40,7 @@
|
|
| 40 |
},
|
| 41 |
{
|
| 42 |
"cell_type": "code",
|
| 43 |
-
"execution_count":
|
| 44 |
"id": "f201d267",
|
| 45 |
"metadata": {},
|
| 46 |
"outputs": [
|
|
@@ -54,9 +54,9 @@
|
|
| 54 |
"Total features: 40\n",
|
| 55 |
"\n",
|
| 56 |
"Feature tyoes:\n",
|
| 57 |
-
" - FMS Angle deviations: 13 features\n",
|
| 58 |
-
" - NASM deviations: 25 features\n",
|
| 59 |
-
" - Time deviations: 2 features\n",
|
| 60 |
"\n",
|
| 61 |
"Target: AimoScore (range: 0.01 - 0.99)\n"
|
| 62 |
]
|
|
@@ -79,9 +79,9 @@
|
|
| 79 |
"print(f\"Test samples: {len(test_df)}\")\n",
|
| 80 |
"print(f\"Total features: {len(train_df.columns) - 2}\")\n",
|
| 81 |
"print(f\"\\nFeature tyoes:\")\n",
|
| 82 |
-
"print(f\" - FMS Angle deviations: 13 features\")\n",
|
| 83 |
-
"print(f\" - NASM deviations: 25 features\")\n",
|
| 84 |
-
"print(f\" - Time deviations: 2 features\")\n",
|
| 85 |
"print(f\"\\nTarget: AimoScore (range: {train_df['AimoScore'].min():.2f} - {train_df['AimoScore'].max():.2f})\")"
|
| 86 |
]
|
| 87 |
},
|
|
@@ -188,7 +188,7 @@
|
|
| 188 |
"id": "a33098c9",
|
| 189 |
"metadata": {},
|
| 190 |
"source": [
|
| 191 |
-
"### 3.3 Expert-Defined Feature Weights
|
| 192 |
"\n",
|
| 193 |
"Not all features are equally important for scoring:\n",
|
| 194 |
"\n",
|
|
@@ -469,8 +469,6 @@
|
|
| 469 |
"---\n",
|
| 470 |
"## 9. Conclusion\n",
|
| 471 |
"\n",
|
| 472 |
-
"### Key Achievements\n",
|
| 473 |
-
"\n",
|
| 474 |
"| Aspect | Result |\n",
|
| 475 |
"|--------|--------|\n",
|
| 476 |
"| **Model Performance** | R² = ~0.59 (explains 59% of variance) |\n",
|
|
|
|
| 40 |
},
|
| 41 |
{
|
| 42 |
"cell_type": "code",
|
| 43 |
+
"execution_count": 80,
|
| 44 |
"id": "f201d267",
|
| 45 |
"metadata": {},
|
| 46 |
"outputs": [
|
|
|
|
| 54 |
"Total features: 40\n",
|
| 55 |
"\n",
|
| 56 |
"Feature tyoes:\n",
|
| 57 |
+
" - FMS Angle deviations (body joints): 13 features\n",
|
| 58 |
+
" - NASM deviations (mvmt patterns): 25 features\n",
|
| 59 |
+
" - Time deviations (phases of squat): 2 features\n",
|
| 60 |
"\n",
|
| 61 |
"Target: AimoScore (range: 0.01 - 0.99)\n"
|
| 62 |
]
|
|
|
|
| 79 |
"print(f\"Test samples: {len(test_df)}\")\n",
|
| 80 |
"print(f\"Total features: {len(train_df.columns) - 2}\")\n",
|
| 81 |
"print(f\"\\nFeature tyoes:\")\n",
|
| 82 |
+
"print(f\" - FMS Angle deviations (body joints): 13 features\")\n",
|
| 83 |
+
"print(f\" - NASM deviations (mvmt patterns): 25 features\")\n",
|
| 84 |
+
"print(f\" - Time deviations (phases of squat): 2 features\")\n",
|
| 85 |
"print(f\"\\nTarget: AimoScore (range: {train_df['AimoScore'].min():.2f} - {train_df['AimoScore'].max():.2f})\")"
|
| 86 |
]
|
| 87 |
},
|
|
|
|
| 188 |
"id": "a33098c9",
|
| 189 |
"metadata": {},
|
| 190 |
"source": [
|
| 191 |
+
"### 3.3 Expert-Defined Feature Weights\n",
|
| 192 |
"\n",
|
| 193 |
"Not all features are equally important for scoring:\n",
|
| 194 |
"\n",
|
|
|
|
| 469 |
"---\n",
|
| 470 |
"## 9. Conclusion\n",
|
| 471 |
"\n",
|
|
|
|
|
|
|
| 472 |
"| Aspect | Result |\n",
|
| 473 |
"|--------|--------|\n",
|
| 474 |
"| **Model Performance** | R² = ~0.59 (explains 59% of variance) |\n",
|