Next Article in Journal
Advances in Applied Optimization in Automatic Control and Systems Engineering
Previous Article in Journal
Numerical Solutions of Nonlinear Delay Mixed Integral Equation in Two Dimensions via Collocation Method Based on Chebyshev and Legendre Polynomials
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Determining the Most Predictive Discipline in Olympic Triathlon: A Machine Learning Approach

by
Pablo García-González
1,*,
Luca A. Bianchini
2,
Andrea Fuk
3,
Simone Villanova
3,
José Antonio González-Jurado
1 and
Maria Francesca Piacentini
3
1
Physical Performance & Sports Research Center (CIRFD), Pablo de Olavide University, 41013 Seville, Spain
2
DBinformation S.P.A., Centro Direzionale Milanofiori Strada 4, Palazzo A, Scala 2, 20057 Assago, Italy
3
Department of Movement, Human and Health Sciences, University of Rome “Foro Italico”, 00135 Rome, Italy
*
Author to whom correspondence should be addressed.
Math. Comput. Appl. 2026, 31(2), 60; https://doi.org/10.3390/mca31020060
Submission received: 26 February 2026 / Revised: 3 April 2026 / Accepted: 9 April 2026 / Published: 11 April 2026

Abstract

Background: The aim of the present study was to identify the discipline with the greatest predictive value for overall performance in Olympic-distance triathlon. Methods: Data were extracted from the API (Application Programming Interface) service on the World Triathlon website by signing up for the free service. A custom Python code was written to perform different data collection operations. General statistical analyses and machine learning analyses were performed by creating a Jupyter Notebook file. TensorFlow and PyTorch libraries were used for machine learning analysis. Results: Fifty percent of the employed models identified cycling as the most predictive discipline for race success for both sexes, whereas 33% selected running as the determining discipline. To achieve a podium finish, approximately 78% of the models classified running as the most predictive discipline for males, and approximately 56% of the models did so for females. For finishes between fourth and tenth place, approximately 78% of the models proposed running as the most predictive discipline for both sexes. Swimming was never identified as the most predictive discipline by the majority of models for any group or sex. Conclusion: The most predictive discipline in Olympic triathlon depends on the athlete’s sex and competitive level. Nonetheless, running remains the most consistently predictive discipline, whereas swimming rarely acts as a performance differentiator.

1. Introduction

Triathlon is a multi-sport consisting of three disciplines (swimming, cycling, and running), performed without interruptions over different distances (Sprint, Olympic, Ironman 70.3, Ironman) and categories (age and sex). The different distances in triathlon play a key role, as they require different physical and physiological demands. The Olympic, or standard, distance consists of 1.5 km swim, 40 km bike leg, and 10 km run. Aerobic capacity (VO2max), economy of motion (submaximal VO2), and fractional utilization of maximal capacity (%VO2max) are integrated responses that reflect the triathlete’s ability to meet the required physiological demands of triathlon [1]. Triathlon has been studied from different scientific perspectives such as anthropometry [2], biomechanics [3], and from an analytical perspective across different competitions and distances [4,5,6,7,8].
Different studies have explored the impact of the three disciplines on overall triathlon performance across various distances. In the Ironman 70.3 distance, cycling and running were better predictors of overall performance compared to swimming [9]. The contribution of cycling and running to overall performance in this distance was estimated at 40% by another study [10]. In other ultra-triathlons, such as the Ultraman of Hawaii, it has been found that the impact of swimming is less than that of cycling or running [11]. In the sprint distance, some authors consider the bike discipline the most critical for the final result, with running performance also playing a vital role [12]. In the relay category, it has been revealed that the positions achieved by triathletes in the swimming and cycling segments significantly influence the team’s final result [13]. On the other hand, Quagliarotti et al. (2022) [14] set the influence of cycling on the final result at 52%, making it the most important and longest discipline in the relay category.
In the Olympic distance, it is important to highlight the possibility of drafting during the cycling segment, which has been legal since 1995 and is not allowed in longer distances. Moreover, new rules have been introduced throughout the years, such as penalty rules, the allowance or regulation of uniforms, and the format of the World Championship (series vs. single event), among others. Bernard et al. (2010) [15] established the contribution of swimming, cycling, and running to overall performance at 17.9%, 49.1%, and 28.2%, respectively. Figueiredo et al. (2016) [10] reported these percentages to be 36% and 47% for cycling and running performance, respectively. Piacentini et al. (2019) [16] concluded that success in the Olympic triathlon mostly depends on a strong performance in the running discipline and being positioned near the front at the end of cycling. According to their findings, particularly in the male category, cycling is a smooth transition toward running. However, three years later, Olaya-Cuartero et al. (2022) [17] included data from the World Triathlon Series up until 2019 and employed concordance analysis, refuting the previous claim regarding the cycling segment. These authors argued that cycling actually showed the strongest correlation with final performance. Another study [18], which examined various triathlon distances, proposed that swimming was the best predictor of overall performance in the Olympic distance. Other authors have determined that running performance significantly differs between podium winners and the remaining triathletes [19,20]. These are among the main and most recent studies attempting to determine the most predictive discipline in terms of overall result. The debate remains open, with no agreement reached among the researchers who have explored this topic. Remarkably, none of these studies utilized artificial intelligence in their analysis, and they were limited to collecting data from specific competitions.
Artificial intelligence has gained popularity within sports science and numerous studies have explored how artificial intelligence can influence sports performance [21] and sport research [22]. Machine learning has also been applied to triathlon, aiming to determine the fastest race course for professional athletes competing in Ironman [23] and Ironman 70.3 [24]. After an extensive literature search, three articles were found that employed machine learning to identify the most predictive discipline in triathlon. Weiss et al. (2024) [25] focused on the Ironman 70.3 distance and concluded that cycling (non-drafted) is the most significant predictor of final performance. The second one focused on a different category, the mixed team relays, and concluded that running performed by female team members, especially in the third leg, was the most significant determinant of the overall result [26]. Finally, Ofoghi et al. (2016) [27] aimed to study the Olympic distance, but the study only considered data collected over four years in one competition, the Triathlon World Series. This study tried to resolve the debate in the literature regarding the most predictive discipline in Olympic distance triathlon by performing a machine learning-based analysis, a novel technique barely used in prior research. In addition, this study utilizes the most extensive database to date, which has not been fully considered in earlier literature.
The aim of the study was to identify the discipline with the greatest impact on overall performance in Olympic-distance triathlon. It is hypothesized that this discipline would differ according to sex and final position achieved.

2. Materials and Methods

2.1. Data Collection

Data were extracted from the API service (Application Programming Interface) on the World Triathlon website (https://www.triathlon.org/; accessed on 26 May 2024) by signing up for the free service. Since the data were available in the public domain and on the Internet, no formal request was made to the Ethics Committee. To perform the data collection, a custom Python code (Python Software Foundation, Wilmington, DE, USA; ver. 3.12) was written for different operations. The Python code used is available in the GitHub repository (https://github.com/AEONPHYTON/triathlon_analysis; accessed on 26 May 2024). Once the data were extracted, cleanup operations were performed using Python as the programming language and Jupyter Notebook (Project Jupyter, San Francisco, CA, USA; ver. 7.2) as the working tool [28]. Two databases were created including Olympic distance races (one for males and one for females) in the elite category. Previous editions of the Olympics were also included in the database.

2.2. Data Extrapolation and Data Cleaning

Files identifying the races by race number (prog_id and event_id) were downloaded and used to obtain the corresponding results data. The dataset was restricted to Elite and U23 athletes, with U23 retained due to their participation alongside Elite competitors. Standard-distance events were considered, separated by sex. Different variables were generated to track the record of each athlete’s discipline positions. Athletes lacking data for any discipline or transition, as well as athletes who were disqualified, did not start (DNS), or did not finish (DNF), were removed. Races without complete podium results or with implausible overall times (lower than 1 h, 28 min, and 20 s and higher than 2 h and 30 min) were also excluded. These procedures granted a heterogeneous but valid dataset including more than 30 years of races, from 6 November 1989 to 24 May 2024.

2.3. Preliminary Statistical Analysis

The selected competitions were: Continental Championships, World Championships, World Cup, Continental Cup, Recognised Event, Regional Championships, Recognized Games, Major Games (editions of the Olympics from 2000 to 2021), and World Championship Series. The reason for including different types of competitions was to obtain a large amount of data for analysis.
Shapiro–Wilk, Kolmogorov–Smirnov, and Anderson–Darling tests were conducted to assess normality of distribution. Correlation analyses were then applied to establish baseline bivariate associations, providing an interpretable benchmark against which more complex machine learning methods could be compared. Results indicated that the data sample did not follow a normal distribution in most cases. Nevertheless, all subsequent analyses were conducted in parallel using both parametric and non-parametric tests, producing similar results. The degree and direction of correlation were measured using Spearman’s ρ, Kendall’s τ, and Pearson’s r. Machine learning can estimate feature contributions in the presence of complex and potentially nonlinear relationships. Correlation analyses offer a direct and transparent measure of association between split performance and final race position. The convergence between both approaches was used as methodological triangulation to strengthen the robustness of the conclusions.
In the present study, the term “most predictive discipline” is operationally defined as the discipline whose performance metrics show the highest predictive contribution to the final race position across the applied statistical and machine learning models. This definition reflects the discipline whose variability is most strongly associated with variations in final race outcomes in the analyzed dataset.

2.4. Filtering Data for Analysis

Three databases were generated by filtering the data according to final race position: one containing only winners, one containing podium finishers, and one containing athletes placing fourth through tenth. These datasets were subsequently used for conventional statistical and machine learning analyses employing TensorFlow (Google Corp., Mountain View, CA, USA; ver. 2.14), PyTorch (Meta AI, Menlo Park, CA, USA; ver. 2.3.1), and Scikit-learn (scikit-learn, Paris, Île-de-France, France; ver. 1.5.0). Pytorch networks included feedforward (FFNN), convolutional (CNN), recurrent (RNN), and polynomial (degree 2) models.

2.5. Analytical Framework

The machine learning analyses were conducted using a supervised learning framework. For the TensorFlow/Keras and Scikit-learn models, the dataset was randomly partitioned into training (80%) and testing (20%) subsets, with stratified sampling applied for classification tasks to preserve the proportional representation of finishing categories. These models were trained exclusively on the training data and evaluated on the independent test dataset to assess generalization performance. For the PyTorch classification and regression models, training was conducted on the full filtered subgroup without a held-out test partition; these models were used to identify discipline ranking patterns rather than to assess out-of-sample predictive accuracy.
To facilitate interpretation across heterogeneous analytical families, all approaches were restricted to the same three split-time inputs (swimming, cycling, running). The analytical set combined correlation-based association analyses, regression-based prediction analyses, and classification-based machine learning models. No contextual, environmental, or athlete-related variables were included in order to isolate the contribution of each discipline. Polynomial features up to second degree were generated to capture potential nonlinear relationships between split times and race outcomes. Because these families produce different types of outputs, not all performance metrics are applicable to every approach. Consequently, blank or “N/A” cells in the manuscript tables indicate methodological non-applicability rather than missing results.
The target variable was defined according to the analytical objective. For correlation and regression-based analyses, the target variable was the final race position, treated as an ordinal/numerical outcome depending on the method applied. For classification models, the target was defined as the athlete’s membership in the finishing group under analysis versus the remaining competitors. This dual formulation allowed the study to evaluate both exact performance prediction and competitive outcome prediction, including analysis by finishing group and sex category.
Machine learning and deep learning models were implemented using three frameworks. In Scikit-learn, logistic regression was configured with max_iter = 1000 and class_weight = ‘balanced’, with random_state = 42 used during data splitting. In TensorFlow/Keras, a feedforward neural network with two hidden layers (32 and 16 neurons, ReLU activation) and a sigmoid output layer was trained using Adam, binary cross-entropy loss, 50 epochs, and a batch size of 32, with a 0.2 validation split. In PyTorch, polynomial regression, feedforward neural network, convolutional neural network, and LSTM models were developed using Adam optimization; mean squared error was used for regression tasks and binary cross-entropy for classification tasks. For classification tasks, model performance was evaluated using accuracy, precision, recall, and F1-score on the test set, with class-specific metrics obtained from Scikit-learn’s classification_report.
The PyTorch feedforward neural network (FFNN) consisted of two hidden layers with 64 and 32 neurons, respectively, both using ReLU activation, followed by a single sigmoid output neuron. The convolutional neural network (CNN) comprised one Conv1d layer with 16 filters and a kernel size of 2 (no pooling or padding), followed by a flattening operation and two fully connected layers (32 neurons with ReLU, then 1 neuron with sigmoid). Input features were reshaped to a three-element vector treated as a single-channel one-dimensional signal with shape (N, 1, 3). The recurrent neural network employed a single-layer unidirectional LSTM with a hidden size of 32, followed by one fully connected layer (32 to 1) with sigmoid activation. Input was reshaped to (N, 1, 3), representing one time step with three features; the hidden and cell states were initialized to zeros. The learning rate was set to 0.01 for all PyTorch models and to the Adam default of 0.001 for TensorFlow. All PyTorch models were trained for 1000 epochs using full-batch gradient descent, while an internal 0.2 validation split was used to monitor training progress during TensorFlow model training. However, no regularization techniques (dropout, weight decay, or batch normalization) or early stopping procedures were applied to any of the models.
Hyperparameter values (learning rate, hidden layer sizes, and number of epochs) were selected through manual exploratory trials during the development phase, evaluating training convergence and loss stability across a small number of candidate configurations. A systematic hyperparameter search (e.g., grid search or Bayesian optimization) was not performed, as the study’s primary objective was to identify relative discipline rankings rather than to optimize absolute predictive performance. The consistency of discipline rankings across models with substantially different architectures and hyperparameter settings provides indirect evidence that the conclusions are not sensitive to the specific values chosen. Tree-based models (e.g., Random Forest) were employed in a separate exploratory analysis for time-series forecasting but were not part of the discipline-ranking framework reported in Table 1 and Table 2.
Outputs were interpreted according to the nature of each analytical family. Correlation analyses ranked disciplines by strength of association with final position. Regression models were interpreted using standardized or polynomial coefficients. A consensus strategy was adopted in which the discipline most frequently identified as dominant across models was considered the most predictive discipline of performance for each finishing group and sex category.

3. Results

3.1. Number of Races

The database contained a total of 45,884 male and 37,106 female triathletes, respectively. The number of races included in the analysis was 1384 for males and 1387 for females. For the creation of the Olympics-only database, only competitions with Major Game indication were considered. The number of events per year is shown in Figure 1.

3.2. Overall

Nine analytical approaches were considered across the statistical and machine learning framework used in this study, including correlation-based analyses and classification/regression models. For the classification models, predictive performance was summarized using accuracy, precision, recall, and F1-score, as reported in Table 1 and Table 2. The discipline considered “most predictive” for each sex and finishing group was defined as the one showing the strongest contribution within a given model, and the final consensus result was expressed descriptively as the percentage of models identifying that discipline as dominant. Correlation analyses served as a complementary benchmark, allowing the machine learning results to be interpreted alongside more direct statistical associations with final race position.
Swimming was never identified as the most predictive discipline by the majority of models utilized for any group (winner, podium, or fourth to tenth position) or sex (Table 1 and Table 2).

3.3. First to Third Position

In terms of podium finishes in the Olympic triathlons, seven out of nine models (77.77%) classified running as the most predictive discipline for males (Table 1), while five out of nine (55.55%) did so for females (Table 2). Three of the nine models considered cycling to be the most predictive discipline for female athletes (Table 2).

3.4. Fourth to Tenth Position

For athletes finishing between fourth and tenth place, seven of the nine models (77.77%) proposed running as the most predictive for both sexes (Table 1 and Table 2).

4. Discussion

The aim of the present study was to identify the discipline with the greatest predictive contribution to overall performance in Olympic-distance triathlon. To the best of our knowledge, this is the first study to combine three key elements into a single analysis: (1) the largest competition dataset to date; (2) an evaluation of discipline-specific predictive value across different finishing positions; (3) the use of multiple AI-based models. This methodological approach may explain why our results generally differ from some previous studies, as well as why they differ from each other. Importantly, the disciplines identified as most predictive by machine learning models consistently matched those showing the strongest correlations with final position, reinforcing the coherence between predictive and statistical approaches. The most notable findings of our study are that the most predictive discipline in Olympic triathlon depends on sex and race finishing position, although running emerges more consistently as the discipline with the strongest overall impact. Another key finding is that swimming was never identified as the most relevant discipline. This may reflect the reduced variability of swim segment performance among elite athletes.
First and foremost, we aimed to compare the results of our study with similar existing literature. Weiss et al. (2024) [25] conducted a similar analysis by applying machine learning to the 70.3 distance and concluded that cycling is the most decisive discipline. This conclusion is reasonable, considering the significant proportion of time spent on this segment in such races and the non-drafting format. Nonetheless, it is important to note that they did not consider the position at the end of each discipline or the final race position in their analysis. In our study, cycling was identified as the most predictive for winning the race in both males and females according to most statistical models (50%), followed closely by running (33.33% of the models) (Table 1 and Table 2). For many athletes, however, the most predictive discipline is the one that will ensure a podium finish. When considering podium finishers, only one statistical model identified cycling as the most predictive discipline for males (11.11%) (Table 1), while for females, this percentage increased to 33.33% (Table 2), suggesting a greater predictive contribution to final race time. This finding closely aligns with the results reported by other studies [16], which indicated that even if cycling is not the most decisive discipline overall, it shows stronger predictive value in females due to the typical race dynamics observed among female triathletes. Our findings also confirm the results reported by García-González & González-Jurado (2025) [19,20]. Although their study did not include split-specific race positions, they analyzed data collected over 23 years and compared podium finishers with non-medalists. Their results showed that male medalists swam and cycled at similar performance levels as the rest of the participants but ran faster. In females, although not the only differentiator, running was the discipline that showed significant differences across all analyzed competitions and produced the largest effect size. Both articles considered only data for years where drafting in cycling was allowed. Looking at other studies that also analyze the Olympic distance, some authors identified cycling as the most decisive for final performance [17]. However, they considered the position within each segment to have limitations as a performance measure and did not include it in their analysis. Additionally, they supported the idea of not mixing different competitions in their concordance analysis, resulting in a smaller sample size compared to our study [17]. Even with a different analytical approach, our study agreed with their conclusions only when examining the winning position. Nevertheless, when considering the overall distribution of all analyzed race positions, it appears more accurate to state that running holds a greater predictive contribution, as 66.66% of the models identified it as the most predictive discipline for males (Table 1) and 58.33% for females (Table 2). In comparison, cycling was identified as the most predictive discipline by 25% of the models for males (Table 1) and 29.16% for females (Table 2).
In line with studies that favor running as the most important and decisive part of the race [10,16,19,27,29,30], our analysis confirmed that running was the most predictive discipline by the majority of models for podium finishes and for fourth- to tenth-place finishers in both sexes. To win a triathlon race, running emerged as the second most predictive discipline, overtaken only by cycling for both sexes (Table 1 and Table 2). A thorough article supports the extensive belief that running is critical for final performance and emphasizes the importance of exiting from the water near the front [27]. The primary difference with these authors [27] lies in the amount of data included in the analysis, as they used machine learning (Bayesian networks) but considered only one Olympic cycle. Likewise, the results of this study are consistent with previous analyses that applied the same approach to evaluate discipline positions within the race, thereby supporting both sets of conclusions [30]. Similarly, other studies suggest that running is the best predictor of final performance in Olympic triathlon [10]. The decrease in the contribution of swimming, as described by these authors, may be attributed to several reasons, such as the shift from the ITU World Triathlon Championship to the ITU World Triathlon Championship Series or the use of wetsuits, because these may have provided an advantage for less-skilled swimmers [10].
Lastly, it is worth mentioning a study that identified swimming as the best predictor of final results in Olympic triathlon [18]. However, they considered only five years of the ITU World Triathlon Championship Series and did not differentiate between final race position groups.
Overall, our study presents results consistent with those reported by Espejo et al. (2024) [31]. This similarity between both race distances (Olympic and super-sprint) may be attributed to two main factors: the relatively recent rise in the popularity of this distance and the overlap of athletes who compete in both Olympic and shorter formats, likely transferring their pacing and race strategies from the former.
The present study has some limitations. It adopts a quantitative approach, which implies a lack of consideration for physical or other nature-related variables, such as training, previous experience, circuit layout, or climatic conditions. Moreover, the 35-year dataset span (1989–2024) includes substantial changes in rules (e.g., the legalization of drafting in the mid-1990s), equipment, and competitive structure. The inclusion of this extended period was an intentional methodological decision aimed at increasing statistical robustness and preventing the results from reflecting specific trends or tactical patterns from isolated years. Although preliminary checks suggested that the general pattern of results remained stable, the findings should therefore be interpreted as general performance tendencies across eras rather than as period-specific conclusions. Finally, machine learning models identify statistical associations rather than causal mechanisms; therefore, the findings should be interpreted as probabilistic tendencies rather than deterministic rules of performance. The study adopted a consensus-based interpretation strategy in which the discipline most frequently ranked as dominant across model families was considered the primary determinant. This approach was chosen because the different analytical families (correlation, regression, and classification) produce fundamentally different output types (association coefficients, regression weights, and class probabilities), making direct statistical comparison of their performance metrics neither meaningful nor methodologically appropriate. The convergence of results across independent and methodologically diverse approaches serves as a form of methodological triangulation that strengthens the robustness of conclusions. Additionally, no cross-validation (k-fold or otherwise), bootstrap stability analysis, or systematic overfitting assessment (e.g., comparison of training versus test learning curves) was performed beyond the basic train/test split and the internal validation split used during neural network training. This represents a methodological limitation. However, the use of nine independent analytical approaches spanning three distinct paradigms (correlation-based, regression-based, and classification-based) was intentionally designed to reduce dependence on any single model’s behavior or on the characteristics of a specific data partition. Future studies should incorporate k-fold cross-validation and bootstrap resampling methods to formally quantify the stability of discipline rankings across different data partitions and random seeds.
This study has practical implications for talent identification in Olympic distance triathlon. Our findings show that good performers in Olympic-distance triathlon demonstrate exceptional performance levels in all disciplines, with greater importance placed on running. Triathlon is one discipline and needs to be trained accordingly. As such, decisions regarding excluding young triathletes or transitioning them to other distances should be approached with caution and thoughtful consideration. Moreover, it is important to be cautious when applying these results to non-professional athletes, as the dynamics may differ.
In conclusion, discipline contribution in Olympic triathlon is not fixed but dependent on sex and competitive level. Nonetheless, running remains the most predictive discipline, whereas swimming rarely acts as a performance differentiator. Finally, the importance of methodology in achieving reliable conclusions must be underlined. The results can vary significantly depending on the statistical analyses employed, as well as the number of competitions and races considered. Future studies should incorporate additional parameters in their analyses, such as weather conditions.

5. Conclusions

Olympic triathlon success seems to be associated with an athlete’s position throughout the race. Best discipline performers do not necessarily win an Olympic triathlon. Performing well in only two disciplines is insufficient to secure a top-three position. Triathletes who achieve a higher level of performance in running are more likely to secure any placing category. This relative performance difference is smaller in females.

Author Contributions

Conceptualization, L.A.B. and P.G.-G.; methodology, L.A.B.; software, L.A.B.; validation, P.G.-G., J.A.G.-J., and M.F.P.; formal analysis, L.A.B.; investigation, L.A.B. and P.G.-G.; resources, J.A.G.-J.; data curation, L.A.B.; writing—original draft preparation, P.G.-G.; writing—review and editing, L.A.B., A.F., S.V., J.A.G.-J., and M.F.P.; visualization, P.G.-G.; supervision, J.A.G.-J. and M.F.P.; project administration, M.F.P. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Data were extracted for free from the API (Application Programming Interface) service on the World Triathlon website (https://www.triathlon.org/; accessed on 26 May 2024) and collected using a custom Python code available on the GitHub repository (https://github.com/AEONPHYTON/triathlon_analysis; accessed on 26 May 2024).

Acknowledgments

During the preparation of this manuscript, the authors used ChatGPT (OpenAI ver. 5.3) to assist with language refinement of some paragraphs. After using this tool, the authors reviewed and edited the content as necessary and take full responsibility for the content of the published article.

Conflicts of Interest

L.A.B. was employed by DBinformation S.P.A. The author declares that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. O’Toole, M.L.; Douglas, P.S. Applied Physiology of Triathlon. Sports Med. 1995, 19, 251–267. [Google Scholar] [CrossRef]
  2. Landers, G.J.; Blanksby, B.A.; Ackland, T.R.; Smith, D. Morphology and Performance of World Championship Triathletes. Ann. Hum. Biol. 2000, 27, 387–400. [Google Scholar] [CrossRef]
  3. Cuba-Dorado, A.; Álvarez-Yates, T.; Carballo-López, J.; Iglesias-Caamaño, M.; Fernández-Redondo, D.; García-García, O. Neuromuscular Changes after a Long Distance Triathlon World Championship. Eur. J. Sport Sci. 2023, 23, 1838–1848. [Google Scholar] [CrossRef] [PubMed]
  4. Knechtle, B.; Rüst, C.A.; Rosemann, T.; Lepers, R. Age and Gender Differences in Half-Ironman Triathlon Performances—The Ironman 70.3 Switzerland from 2007 to 2010. Open Access J. Sports Med. 2012, 3, 59–66. [Google Scholar] [CrossRef] [PubMed]
  5. Gallmann, D.; Knechtle, B.; Rüst, C.A.; Rosemann, T.; Lepers, R. Elite Triathletes in “Ironman Hawaii” Get Older but Faster. Age 2014, 36, 407–416. [Google Scholar] [CrossRef] [PubMed]
  6. Rüst, C.A.; Rosemann, T.; Lepers, R.; Knechtle, B. Changes in Transition Times in “Ironman Hawaii” between 1998 and 2013. BMC Sports Sci. Med. Rehabil. 2014, 6, 37. [Google Scholar] [CrossRef]
  7. García-González, P.; González-Jurado, J.A. Has COVID-19 Influenced the Performance of Top-Class Athletes in the ITU World Duathlon and World Aquathlon Championship? Rev. Andal. Med. Deporte 2024, 17, 151–158. [Google Scholar] [CrossRef]
  8. García-González, P.; González-Jurado, J.A. Has COVID-19 Pandemic Influenced the Performance of Top-Class Triathletes in the Sprint and Olympic Distance of the ITU World Triathlon Championship Series? Retos 2024, 57, 137–146. [Google Scholar] [CrossRef]
  9. Nikolaidis, P.T.; Valero, D.; Weiss, K.; Villiger, E.; Thuany, M.; Sousa, C.V.; Andrade, M.; Knechtle, B. Predicting Overall Performance in Ironman 70.3 Age Group Triathletes through Split Disciplines. Sci. Rep. 2023, 13, 11492. [Google Scholar] [CrossRef]
  10. Figueiredo, P.; Marques, E.A.; Lepers, R. Changes in Contributions of Swimming, Cycling, and Running Performances on Overall Triathlon Performance over a 26-Year Period. J. Strength Cond. Res. 2016, 30, 2406–2415. [Google Scholar] [CrossRef]
  11. Lepers, R.; Knechtle, B.; Knechtle, P.; Rosemann, T. Analysis of Ultra-Triathlon Performances. Open Access J. Sports Med. 2011, 2, 131–136. [Google Scholar] [CrossRef]
  12. Olaya, J.; Fernández-Sáez, J.; Østerlie, O.; Ferriz-Valero, A. Contribution of Segments to Overall Result in Elite Triathletes: Sprint Distance. Int. J. Environ. Res. Public Health 2021, 18, 8422. [Google Scholar] [CrossRef]
  13. Ledanois, T.; Hamri, I.; De Larochelambert, Q.; Libicz, S.; Toussaint, J.F.; Sedeaud, A. Cutoff Value for Predicting Success in Triathlon Mixed Team Relay. Front. Sports Act. Living 2023, 5, 1096272. [Google Scholar] [CrossRef] [PubMed]
  14. Quagliarotti, C.; Gaiola, D.; Bianchini, L.; Vleck, V.; Piacentini, M.F. How to Form a Successful Team for the Novel Olympic Triathlon Discipline: The Mixed-Team-Relay. J. Funct. Morphol. Kinesiol. 2022, 7, 46. [Google Scholar] [CrossRef] [PubMed]
  15. Bernard, T.; Sultana, F.; Lepers, R.; Hausswirth, C.; Brisswalter, J. Age-Related Decline in Olympic Triathlon Performance: Effect of Locomotion Mode. Exp. Aging Res. 2010, 36, 64–78. [Google Scholar] [CrossRef] [PubMed]
  16. Piacentini, M.F.; Bianchini, L.A.; Minganti, C.; Sias, M.; Di Castro, A.; Vleck, V. Is the Bike Segment of Modern Olympic Triathlon More a Transition towards Running in Males than It Is in Females? Sports 2019, 7, 76. [Google Scholar] [CrossRef]
  17. Olaya-Cuartero, J.; Fernández-Sáez, J.; Østerlie, O.; Ferriz-Valero, A. Concordance Analysis between the Segments and the Overall Performance in Olympic Triathlon in Elite Triathletes. Biology 2022, 11, 902. [Google Scholar] [CrossRef]
  18. Sousa, C.V.; Aguiar, S.; Olher, R.R.; Cunha, R.; Nikolaidis, P.T.; Villiger, E.; Rosemann, T.; Knechtle, B. What Is the Best Discipline to Predict Overall Triathlon Performance? An Analysis of Sprint, Olympic, Ironman® 70.3, and Ironman® 140.6. Front. Physiol. 2021, 12, 654552. [Google Scholar] [CrossRef] [PubMed]
  19. García-González, P.; González-Jurado, J.A. Analysis and Comparison of Male Triathlon Performance at the Olympic Games, International Triathlon Union World Championship, and European Triathlon Union European Championship over a Period of Twenty-Three Years, Considering Both Medalists and Overall Triathletes Participants. Gazz. Medica Ital.-Arch. Sci. Med. 2025, 184, 835–843. [Google Scholar]
  20. García-González, P.; González-Jurado, J.A. Analysis and Comparison of Female Triathlon Top-Class Performance at Three Main Competitions over 23 Years Considering Race Position. Ann. Appl. Sport Sci. 2025, 13, e1490. [Google Scholar] [CrossRef]
  21. Reis, F.J.J.; Alaiti, R.K.; Vallio, C.S.; Hespanhol, L. Artificial Intelligence and Machine Learning Approaches in Sports: Concepts, Applications, Challenges, and Future Perspectives. Braz. J. Phys. Ther. 2024, 28, 101083. [Google Scholar] [CrossRef]
  22. Dindorf, C.; Bartaguiz, E.; Gassmann, F.; Fröhlich, M. Conceptual Structure and Current Trends in Artificial Intelligence, Machine Learning, and Deep Learning Research in Sports: A Bibliometric Review. Int. J. Environ. Res. Public Health 2023, 20, 173. [Google Scholar] [CrossRef] [PubMed]
  23. Thuany, M.; Valero, D.; Villiger, E.; Fernandes, M.S.S.; Forte, P.; Weiss, K.; Nikolaidis, P.T.; Cuk, I.; Knechtle, B. A Study of the Fastest Courses for Professional Triathletes Competing in IRONMAN® Triathlons. Hum. Mov. 2024, 25, 148–160. [Google Scholar] [CrossRef]
  24. Thuany, M.; Valero, D.; Villiger, E.; Forte, P.; Weiss, K.; Nikolaidis, P.T.; Andrade, M.S.; Cuk, I.; Sousa, C.V.; Knechtle, B. A Machine Learning Approach to Finding the Fastest Race Course for Professional Athletes Competing in Ironman® 70.3 Races between 2004 and 2020. Int. J. Environ. Res. Public Health 2023, 20, 3619. [Google Scholar] [CrossRef]
  25. Weiss, K.; Valero, D.; Andrade, M.S.; Villiger, E.; Thuany, M.; Knechtle, B. Cycling Is the Most Important Predictive Split Discipline in Professional Ironman® 70.3 Triathletes. Front. Sports Act. Living 2024, 6, 1214929. [Google Scholar] [CrossRef]
  26. Martínez-Sobrino, J.; Veiga, S.; Del Cerro, J.S.; González-Ravé, J.M. What Is the Most Important Leg and Discipline in Triathlon Mixed Team Relays? J. Hum. Kinet. 2023, 89, 269–278. [Google Scholar] [CrossRef] [PubMed]
  27. Ofoghi, B.; Zeleznikow, J.; Macmahon, C.; Rehula, J.; Dwyer, D.B. Performance Analysis and Prediction in Triathlon. J. Sports Sci. 2016, 34, 607–612. [Google Scholar] [CrossRef]
  28. Rule, A.; Birmingham, A.; Zuniga, C.; Altintas, I.; Huang, S.C.; Knight, R.; Moshiri, N.; Nguyen, M.H.; Rosenthal, S.B.; Pérez, F.; et al. Ten Simple Rules for Writing and Sharing Computational Analyses in Jupyter Notebooks. PLoS Comput. Biol. 2019, 15, e1007007. [Google Scholar] [CrossRef]
  29. Landers, G.J.; Blanksby, B.A.; Ackland, T.R.; Monson, R. Swim Positioning and Its Influence on Triathlon Outcome. Int. J. Exerc. Sci. 2008, 1, 96–105. [Google Scholar] [CrossRef] [PubMed]
  30. García-González, P.; Bianchini, L.A.; Fuk, A.; Villanova, S.; González-Jurado, J.A.; Piacentini, M.F. Applying Artificial Intelligence to Determine the Required Positions in Each Discipline for Overall Olympic Triathlon Success. Appl. Sci. 2026, 16, 2871. [Google Scholar] [CrossRef]
  31. Espejo, R.; Martinez-Sobrino, J.; Veiga, S. Race Strategies of Young Super-Sprint Triathletes during the 2022 World Triathlon Races. Int. J. Perform. Anal. Sport 2024, 24, 587–600. [Google Scholar] [CrossRef]
Figure 1. Number of events per year for males and females.
Figure 1. Number of events per year for males and females.
Mca 31 00060 g001
Table 1. Predictive contribution of each triathlon discipline to overall performance of male triathletes.
Table 1. Predictive contribution of each triathlon discipline to overall performance of male triathletes.
ModelAccuracyPrecisionRecallF1-ScoreMost Predictive2nd Most Predictive3rd Most Predictive
1st Position
Spearman ρ (p value) N/AN/AN/A
Kendall τ (p value) N/AN/AN/A
Pearson r (p value) N/AN/AN/A
Scikit-learn0.97 Run
TensorFlow NN0.970.9710.99Run
PyTorch Polynomial (2) BikeRunSwim
PyTorch FFNN1N/AN/AN/ABike
PyTorch CNN1N/AN/AN/ABike
PyTorch RNN1N/AN/AN/ASwim
1st to 3rd Position
Spearman ρ (p value) Run
(p = <0.001)
Bike
(p = <0.001)
Swim
(p = <0.001)
Kendall τ (p value) Run
(p = <0.001)
Bike
(p = <0.001)
Swim
(p = <0.001)
Pearson r (p value) Run
(p = <0.001)
Swim
(p = <0.001)
Bike
(p = <0.001)
Scikit-learn0.91 Run
TensorFlow NN0.910.830.0040.008RunSwimBike
PyTorch Polynomial (2) RunBikeSwim
PyTorch FFNN1N/AN/AN/ARun
PyTorch CNN1N/AN/AN/ABike
PyTorch RNN1N/AN/AN/ASwim
4th to 10th Position
Spearman ρ (p value) Run
(p = <0.001)
Bike
(p = <0.001)
Swim
(p = <0.001)
Kendall τ (p value) Run
(p = <0.001)
Bike
(p = <0.001)
Swim
(p = <0.001)
Pearson r (p value) Run
(p = <0.001)
Bike
(p = <0.001)
Swim
(p = <0.001)
Scikit-learn0.81 Run
TensorFlow NN0.80010.89RunBikeSwim
PyTorch Polynomial (2) RunSwimBike
PyTorch FFNN1N/AN/AN/ABike
PyTorch CNN1N/AN/AN/ABike
PyTorch RNN1N/AN/AN/ARun
Scikit-learn = Scikit-learn (Logistic Regression implemented in Scikit-learn). TensorFlow NN = Neural network implemented in TensorFlow (Google, ver. 2.14). PyTorch Polynomial (2) = Second-degree polynomial regression implemented in PyTorch (Meta AI, ver. 2.3.1). PyTorch FFNN = Feedforward neural network implemented in PyTorch (Meta AI, ver. 2.3.1). PyTorch CNN = Convolutional neural network implemented in PyTorch (Meta AI, ver. 2.3.1). PyTorch RNN = Recurrent neural network implemented in PyTorch (Meta AI, ver. 2.3.1). Significance level = 0.05. N/A = Result is not available. Empty cells indicate that the calculation was not possible. For PyTorch classification models (FFNN, CNN, LSTM), accuracy values reflect training-set performance, as these models were employed interpretively without a held-out test set. The reported accuracy should therefore not be interpreted as a measure of generalization capability.
Table 2. Predictive contribution of each triathlon discipline to overall performance of female triathletes.
Table 2. Predictive contribution of each triathlon discipline to overall performance of female triathletes.
ModelAccuracyPrecisionRecallF1-ScoreMost Predictive2nd Most Predictive3rd Most Predictive
1st Position
Spearman ρ (p value) N/AN/AN/A
Kendall τ (p value) N/AN/AN/A
Pearson r (p value) N/AN/AN/A
Scikit-learn0.95 Run
TensorFlow NN0.950.9510.97Bike
PyTorch Polynomial (2) BikeRunSwim
PyTorch FFNN1N/AN/AN/ARun
PyTorch CNN1N/AN/AN/ASwim
PyTorch RNN1N/AN/AN/ABike
1st to 3rd Position
Spearman ρ (p value) Run
(p = <0.001)
Swim
(p = <0.001)
Bike
(p = <0.001)
Kendall τ (p value) Run
(p = <0.001)
Swim
(p = <0.001)
Bike
(p = <0.001)
Pearson r (p value) Run
(p = <0.001)
Swim
(p = <0.001)
Bike
(p = <0.001)
Scikit-learn0.85 Run
TensorFlow NN0.850.670.020.04Swim
PyTorch Polynomial (2) RunSwimBike
PyTorch FFNN1N/AN/AN/ABike
PyTorch CNN1N/AN/AN/ABike
PyTorch RNN1N/AN/AN/ABike
4th to 10th Position
Spearman ρ (p value) Run
(p = <0.001)
Swim
(p = <0.001)
Bike
(p = <0.001)
Kendall τ (p value) Run
(p = <0.001)
Swim
(p = <0.001)
Bike
(p = <0.001)
Pearson r (p value) Run
(p = <0.001)
Swim
(p = <0.001)
Bike
(p = <0.001)
Scikit-learn0.70 Run
TensorFlow NN0.700.550.0050.009Run
PyTorch Polynomial (2) RunBikeSwim
PyTorch FFNN1N/AN/AN/ARun
PyTorch CNN1N/AN/AN/ASwim
PyTorch RNN1N/AN/AN/ABike
Scikit-learn = Scikit-learn (Logistic Regression implemented in Scikit-learn). TensorFlow NN = Neural network implemented in TensorFlow (Google, ver. 2.14). PyTorch Polynomial (2) = Second-degree polynomial regression implemented in PyTorch (Meta AI, ver. 2.3.1). PyTorch FFNN = Feedforward neural network implemented in PyTorch (Meta AI, ver. 2.3.1). PyTorch CNN = Convolutional neural network implemented in PyTorch (Meta AI, ver. 2.3.1). PyTorch RNN = Recurrent neural network implemented in PyTorch (Meta AI, ver. 2.3.1). Significance level = 0.05. N/A = Result is not available. Empty cells indicate that the calculation was not possible. For PyTorch classification models (FFNN, CNN, LSTM), accuracy values reflect training-set performance, as these models were employed interpretively without a held-out test set. The reported accuracy should therefore not be interpreted as a measure of generalization capability.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

García-González, P.; Bianchini, L.A.; Fuk, A.; Villanova, S.; González-Jurado, J.A.; Piacentini, M.F. Determining the Most Predictive Discipline in Olympic Triathlon: A Machine Learning Approach. Math. Comput. Appl. 2026, 31, 60. https://doi.org/10.3390/mca31020060

AMA Style

García-González P, Bianchini LA, Fuk A, Villanova S, González-Jurado JA, Piacentini MF. Determining the Most Predictive Discipline in Olympic Triathlon: A Machine Learning Approach. Mathematical and Computational Applications. 2026; 31(2):60. https://doi.org/10.3390/mca31020060

Chicago/Turabian Style

García-González, Pablo, Luca A. Bianchini, Andrea Fuk, Simone Villanova, José Antonio González-Jurado, and Maria Francesca Piacentini. 2026. "Determining the Most Predictive Discipline in Olympic Triathlon: A Machine Learning Approach" Mathematical and Computational Applications 31, no. 2: 60. https://doi.org/10.3390/mca31020060

APA Style

García-González, P., Bianchini, L. A., Fuk, A., Villanova, S., González-Jurado, J. A., & Piacentini, M. F. (2026). Determining the Most Predictive Discipline in Olympic Triathlon: A Machine Learning Approach. Mathematical and Computational Applications, 31(2), 60. https://doi.org/10.3390/mca31020060

Article Metrics

Back to TopTop