Expected Goals Modeling in Football: A Comparative Approach Using Classical and Machine Learning Methods
Description
This paper explores the development of an Expected Goals (xG) model for football using
an open-source dataset from top European leagues. I compare logistic regression with more
advanced techniques, including linear discriminant analysis, bagging, random forest, and neural
networks. The objective is to evaluate model accuracy, calibration, and interpretability while
maintaining transparency and reproducibility. Results show that ensemble methods and neural
networks outperform classical approaches, especially when spatial and contextual features are
properly engineered.
Files
Expected Goals Modeling in Football.pdf
Files
(256.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:8538906a83f8e0bcbfd35d14944b412b
|
256.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Dataset: https://www.kaggle.com/datasets/mat126/shots-dataset-for-footballsoccer (URL)
Software
- Programming language
- Python