PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 57 minutes 56 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
64 399
Rejected
0
llm:38c0ab15921bab0463b916fd67dd53d0254e3283f4e3b2984aa628a54068e0e2
Edit
{
"action": "final",
"content": "Based on the dataset's rich fighter attributes, match outcomes, and judge scoring data, here are the **3 most interesting analytical questions** this boxing matches dataset could answer:\n\n## 1. **Does physical advantage (height, reach, weight) predict match outcomes, and which attribute matters most?**\n\n**Why it's interesting:** The dataset contains detailed physical measurements for both fighters in 387,427 matches. Initial analysis shows fighters who win (win_A) have on average +0.99 cm height advantage and +1.17 cm reach advantage over their opponents, while fighters who lose (win_B) show negative differentials (-0.80 cm height, -0.32 cm reach). This suggests physical advantages correlate with outcomes, but the question invites deeper investigation:\n- Which physical attribute (height/reach/weight) has the strongest predictive power?\n- Are there threshold effects (e.g., 5+ cm reach advantage)?\n- Do advantages compound (tall + long reach vs. just one)?\n- Does it vary by weight class or experience level?\n\nThe dataset has sufficient coverage (only ~35-65% nulls on physical measures) to answer this robustly.\n\n## 2. **How do stance matchups affect win rates — is there a \"southpaw advantage\" against orthodox fighters?**\n\n**Why it's interesting:** Boxing folklore holds that southpaw (left-handed) fighters have an advantage because orthodox fighters face them less often. The data shows intriguing patterns:\n- **Orthodox vs Orthodox:** 86.78% win rate for fighter A\n- **Southpaw vs Southpaw:** 88.81% win rate for fighter A \n- **Missing stance data:** 76.95% win rate for fighter A (156,418 matches)\n\nThis invites analysis of:\n- Cross-stance matchups (orthodox vs southpaw) — does the southpaw win more often?\n- Whether the advantage persists after controlling for experience/physical attributes\n- If fighters with missing stance data represent a different population (amateur/early-career matches?)\n\nWith 190,232 orthodox-orthodox and 40,777 southpaw-southpaw matches, plus cross-stance data, this question has strong statistical power.\n\n## 3. **What patterns exist in judge scoring disagreement, and do certain decision types (split decision, unanimous, etc.) correlate with fighter attributes or match closeness?**\n\n**Why it's interesting:** The dataset includes scores from 3 judges for many matches, plus 11 decision types (UD, SD, MD, DQ, etc.). This enables investigation of:\n- How often do judges disagree (split vs unanimous decisions)?\n- Are split decisions more common when fighters have similar records/physical attributes?\n- Do certain judge score patterns predict controversial outcomes?\n- Is there systematic bias in scoring (does fighter A get scored higher independent of actual performance)?\n\nWhile judge scores have high null rates (~84-87%), the 52,000+ matches with complete scoring data provide a substantial sample to detect patterns in judging behavior — a topic of perennial controversy in boxing.\n\n---\n\n**Why these 3?** Each question:\n1. Leverages the dataset's unique strengths (paired fighter attributes, outcomes, judge scores)\n2. Has sufficient data volume and coverage to answer rigorously\n3. Addresses a substantive domain question (not just descriptive statistics)\n4. Invites multi-dimensional analysis (interactions, thresholds, controls)\n5. Could yield actionable insights for fighters, trainers, or sports analysts",
"charts": [
{
"kind": "bar",
"x": "result",
"series": [
"avg_height_diff",
"avg_reach_diff"
],
"title": "Physical advantages by match outcome (cm)"
},
{
"kind": "bar",
"x": "stance_A",
"series": [
"a_win_pct"
],
"title": "Fighter A win rate by stance matchup (%)"
}
]
}