Section 01
[Introduction] Machine Learning for Predicting Boston Marathon Finish Time: A High-Precision Model Practice
This article is based on real data from 26,598 runners in the 2023 Boston Marathon. It predicts the full marathon finish time using age group, gender, and half-marathon performance, comparing the baseline ratio method, linear regression, neural networks, and Bagged Trees ensemble model. The Bagged Trees ensemble model ultimately achieves a high-precision prediction with an RMSE of only 9.42 minutes (R²=0.953), verifying the excellent performance of simple models in this task.