Diff of /README.md [000000] .. [cdc8e8]

Switch to unified view

a b/README.md
1
<h1>About Dataset</h1>
2
3
<p>
4
This dataset is designed to analyze the impact of complex scheduling algorithms on injury rates and athletic performance in a collegiate sports environment.
5
It provides synthetic but realistic data for athletes, capturing their demographics, training regimes, schedules, fatigue levels, and injury risks.
6
</p>
7
8
<h2>Features Overview</h2>
9
10
<h3>Athlete Information</h3>
11
<ul>
12
  <li><strong>Athlete_ID:</strong> Unique identifier for each athlete (e.g., A001, A002)</li>
13
  <li><strong>Age:</strong> Athlete's age (18–25 years)</li>
14
  <li><strong>Gender:</strong> Gender of the athlete (Male/Female)</li>
15
  <li><strong>Height_cm:</strong> Height in centimeters (160–200 cm)</li>
16
  <li><strong>Weight_kg:</strong> Weight in kilograms (55–100 kg)</li>
17
  <li><strong>Position:</strong> Playing position (Guard, Forward, Center)</li>
18
</ul>
19
20
<h3>Training Information</h3>
21
<ul>
22
  <li><strong>Training_Intensity:</strong> Average session intensity (1 = low, 10 = high)</li>
23
  <li><strong>Training_Hours_Per_Week:</strong> Total training hours per week (5–20 hours)</li>
24
  <li><strong>Recovery_Days_Per_Week:</strong> Recovery days per week (1–3 days)</li>
25
</ul>
26
27
<h3>Schedule Information</h3>
28
<ul>
29
  <li><strong>Match_Count_Per_Week:</strong> Matches per week (1–4 matches)</li>
30
  <li><strong>Rest_Between_Events_Days:</strong> Average rest days between matches (1–3 days)</li>
31
</ul>
32
33
<h3>Derived Features</h3>
34
<ul>
35
  <li><strong>Load_Balance_Score:</strong> Score (0–100) indicating the balance between training and recovery</li>
36
  <li><strong>ACL_Risk_Score:</strong> Predicted risk score (0–100) for ACL injury</li>
37
</ul>
38
39
<h3>Injury Information</h3>
40
<ul>
41
  <li><strong>Injury_Indicator:</strong> 1 if athlete sustained an ACL injury, 0 otherwise</li>
42
</ul>
43
44
<h3>Performance Metrics</h3>
45
<ul>
46
  <li><strong>Fatigue_Score:</strong> Subjective fatigue level (1 = low, 10 = high)</li>
47
  <li><strong>Performance_Score:</strong> Composite score (50–100) based on points, assists, etc.</li>
48
  <li><strong>Team_Contribution_Score:</strong> Overall contribution to team success (50–100)</li>
49
</ul>