Sim2Win: A Team-Agnostic, Event-Based Pre-Match Outcome Prediction and Tactical Profiling System for Football
Sim2Win is a team-agnostic, event-based pre-match tactical recommendation framework for football that reframes outcome prediction as a decision-support problem. It uses StatsBomb open data from 11 competitions (178 teams, 1,411 records) to build rolling tactical profiles, engineer interpretable feature ratios, cluster playstyles via K-Means, and train classifiers without identity features. Leave-One-Competition-Out evaluation shows mean ROC-AUC of 0.704 and accuracy of 55.4% on unseen teams, out
Analysis
TL;DR
- Sim2Win is a team-agnostic, event-based pre-match tactical recommendation framework for football that reframes outcome prediction as a decision-support problem.
- It uses StatsBomb open data from 11 competitions (178 teams, 1,411 records) to build rolling tactical profiles, engineer interpretable feature ratios, cluster playstyles via K-Means, and train classifiers without identity features.
- Leave-One-Competition-Out evaluation shows mean ROC-AUC of 0.704 and accuracy of 55.4% on unseen teams, outperforming ELO, Pi-Rating, and GAP baselines across all comparisons.
- CatBoost achieved the best in-distribution performance with 60.90% accuracy, demonstrating behavioral representations transfer under distribution shift.
Why It Matters
This work addresses a critical limitation in sports AI: identity-dependent models fail when applied to new teams or leagues. By proving that pure tactical behavior signals can generalize across competitions, Sim2Win offers a scalable, transparent alternative to black-box rating systems—valuable for analysts, bettors, and clubs needing robust pre-match insights without retraining on team-specific data.
Technical Details
- Data source: StatsBomb open event data covering 11 competitions, 178 teams, and 1,411 team-match records.
- Feature engineering: Five-match rolling tactical profiles with four interpretable tactical feature ratios derived from event-level actions.
- Playstyle clustering: K-Means algorithm groups teams into eight distinct behavioral playstyles based on tactical profiles.
- Classification pipeline: Thirteen different classifiers trained on tactical matchup representations (not team identities) to predict win/draw/loss probabilities.
- Evaluation methodology: Rigorous Leave-One-Competition-Out (LOCO) setup ensures true generalization by testing on entirely unseen competitions during training.
Industry Insight
The success of identity-free tactical modeling suggests future sports analytics systems should prioritize behavioral over static team attributes—enabling real-time adaptation to emerging teams or leagues without costly retraining. For practitioners, this implies investing in event-level data infrastructure and interpretable feature design will yield more resilient predictive models than relying solely on historical ratings or team metadata.
Disclaimer: The above content is generated by AI and is for reference only.