Wagtail commited on
Commit
f1dc59c
·
1 Parent(s): 4681753

correct AimoScare range statement

Browse files
Files changed (1) hide show
  1. A2/A2_Report.ipynb +1 -1
A2/A2_Report.ipynb CHANGED
@@ -24,7 +24,7 @@
24
  "| Aspect | Description |\n",
25
  "|--------|-------------|\n",
26
  "| **Input** | 3D skeleton data from Kinect camera → 40 preprocessed features with angle andtiming deviations |\n",
27
- "| **Output** | AimoScore of 0-100 |\n",
28
  "\n",
29
  "**Scoring Approach:** Linear regression with feature engineering to map movements to expert scores."
30
  ]
 
24
  "| Aspect | Description |\n",
25
  "|--------|-------------|\n",
26
  "| **Input** | 3D skeleton data from Kinect camera → 40 preprocessed features with angle andtiming deviations |\n",
27
+ "| **Output** | AimoScore of 0-1.0 |\n",
28
  "\n",
29
  "**Scoring Approach:** Linear regression with feature engineering to map movements to expert scores."
30
  ]