Capturing Momentum: Tennis Match Analysis Using Machine Learning and Time Series Theory
Jingdi Lei, Tianqi Kang, Yuluan Cao, Shiwei Ren
TL;DR
This study investigates whether momentum in tennis can be quantified and leveraged for predictive insights. It combines Hidden Markov Models to infer latent momentum states with Exponential Moving Average to compute a momentum signal, and then evaluates its utility using XGBoost and LightGBM, complemented by SHAP-based feature interpretation. The results indicate that explicitly modeling momentum improves predictive performance and reveals actionable indicators such as net points won, break points, and elapsed time. The approach demonstrates generalization across major tournaments and offers practical guidance for match preparation and targeted training.
Abstract
This paper represents an analysis on the momentum of tennis match. And due to Generalization performance of it, it can be helpful in constructing a system to predict the result of sports game and analyze the performance of player based on the Technical statistics. We First use hidden markov models to predict the momentum which is defined as the performance of players. Then we use Xgboost to prove the significance of momentum. Finally we use LightGBM to evaluate the performance of our model and use SHAP feature importance ranking and weight analysis to find the key points that affect the performance of players.
