- 1Sports Institute of Chengdu University of Technology, Chengdu, Sichuan, China
- 2School of Mathematics, Southwest Jiaotong University, Chengdu, Sichuan, China
- 3Sichuan Province Big Data Research and Joint Application Technology Center of Student Health, Chengdu, Sichuan, China
- 4National-Local Joint Engineering Laboratory of System Credibility Automatic Verification, Chengdu, Sichuan, China
Introduction: Adolescent obesity has emerged as a critical global public health challenge, necessitating effective tools for early identification and intervention. This study aimed to identify significant contributing factors and develop a predictive model for adolescent obesity using machine learning algorithms.
Methods: An anonymised dataset of 2,338 adolescents was utilised, incorporating variables related to family factors, lifestyle behaviours, and physical fitness scores. Variable selection was performed using LASSO regression with k-fold cross-validation, followed by parameter estimation via logistic regression. The optimal classification threshold was determined using the Youden Index.
Results: The final predictors included gender, mother's educational level, parental BMI, weight at age 12, parenting style, weekly sweets consumption frequency, meal duration, sleep duration, and physical fitness score. The model demonstrated robust performance, with an AUC of 0.91, accuracy of 0.86, and sensitivity of 0.84. Subgroup analysis indicated consistent performance across genders, with slightly superior predictive efficacy in males (AUC = 0.912) compared to females (AUC = 0.898).
Discussion: The proposed interpretable framework combines high predictive accuracy and sensitivity, offering a valuable tool for timely identification and intervention in high-risk adolescents. These findings underscore the potential of data-driven approaches in addressing adolescent obesity.
1 Introduction
Obesity is a disease that also causes other noncommunicable diseases (1). However, the World Obesity Federation predicts that, based on body mass index (BMI) measurements, more than 750 million children and adolescents aged 5 to 19 worldwide will be overweight or obese by 2035. This equates to two out of every five children globally facing this problem (2).
National Health Commission of the People’s Republic of China has released “The Guidelines for Weight Management (2024 Edition)”, emphasizing the significance of lifestyle behaviour assessment in weight management, including dietary habits, levels of physical activity, quality of sleep, mental health status, and smoking and drinking habits (3). This method enables the early screening of obesity risk in large populations and has the advantages of being convenient and low-cost in comparison to physiological indicator testing.
A Chinese research team developed an obesity prediction model by using baseline and 5-year follow-up data on gender, age, urban/rural residence, and BMI from 88,980 elementary and secondary school students in Yantai City. However, the model achieved modest accuracy (70%), and it only included demographic indicators (4). Meanwhile, a longitudinal data tracking study conducted in Australia examined changes in children’s lifestyle behaviours (dietary, physical activity, and screen time) from ages 2 to 5 years old. Nevertheless, the study’s findings are not applicable to children above the age of 5 years old (5). Despite the prevalence of BMI screening in most states of the United States, the implementation of interventions to enhance it remains limited. Zare et al. examined the predictive ability of BMI in kindergarten children for obesity in those same children in the fourth grade, confirmed the significant role of this indicator, and provided insights for research in Asia (6). While previous studies have explored obesity prediction, their applicability to China’s large population remains limited. Furthermore, the performance of the model, as indicated by factors such as prediction accuracy, can be improved.
From the perspective of lifestyle-related indicators, a meta-analysis demonstrated that higher intake of sugary drinks, fast food, refined grains, and meat was positively associated with obesity, while a higher intake of whole grains and sweet bread was negatively associated with obesity. However, the research conclusions are controversial, with debate surrounding the impact of sweet bread intake on obesity (7). Shorter sleep cycles have been demonstrated to be positively correlated with obesity in preschool and school-age children (8). For children aged 4–12, a sleep duration of less than 10 h is considered to be short; for children aged 13–18, a sleep duration of less than 8 h is short (9). Additionally, a cross-sectional study involving 634 school-aged children aged 6–12 years abroad showed that, after adjusting for confounding factors, family income, moderate physical activity, fast food consumption, and fruit and vegetable intake had a certain impact on the incidence of obesity (10). Wang et al. conducted a cross-sectional investigation to identify potential factors associated with obesity in 9,501 preschool children. Their study found that factors such as eating speed, sleep duration, birthweight, and paternal BMI were associated with overweight and obesity. But the model was found to lack indicators related to physical activity and was not found to be applicable to children or adolescents of other age groups (11). Similarly, a data analysis of school-age children in Jiangsu, China, indicated that daily consumption of sugary drinks and low levels of moderate to vigorous physical activity are positively correlated with obesity (12). Therefore, our study considered multiple indicators, including the frequency of sweet food intake, beverage intake, eating speed and duration, sleep duration, and physical fitness score.
Machine learning presents a promising avenue for advancing obesity risk assessment. Contemporary studies have demonstrated that machine learning algorithms outperform traditional regression models in stratifying obesity risk by integrating multifactorial determinants such as dietary patterns, physical activity levels, and familial influences (13–15). However, many existing approaches face critical limitations. Black-box algorithms prioritize predictive accuracy at the expense of interpretability (13), while biomarker-dependent models remain impractical for large-scale implementation due to cost constraints and contextual adaptability issues (16, 17). Furthermore, few current models account for the distinct metabolic and behavioral phenotypes observed across genders or address the challenges of optimal classification thresholds in imbalanced datasets (18). Thus, the purpose of our study is to propose an obesity risk prediction model for adolescents students from the perspective of lifestyle behaviour assessment, and we hope that this will support schools in implementing relevant health education interventions.
We propose an interpretable prediction framework that combines three methodological innovations to overcome these limitations. First, we use LASSO regression for feature selection to identify the lifestyle behaviors relevant to obesity, including students’ anthropometrics and dietary habits, sleep duration, physical fitness score, and parents’ anthropometrics. Second, Logistic Regression provides a transparent probabilistic classification system with high diagnostic accuracy. Third, we optimize classification thresholds using the Youden index to maximize sensitivity for early risk detection, establishing a dynamic threshold of 0.042. The model demonstrates effective predictive ability for the overall student population, as well as for male and female groups when applied separately. This makes it a useful tool for large-scale school obesity screening.
2 Methods
2.1 Data description and sources
The research data comes from two parts. The first part consists of questionnaire data collected through on-site surveys during the 2025 Sichuan Province Physical Health Spot-Check and Re-verification Work. The questionnaire data includes demographic characteristics of students aged 12–24 and their parents, such as gender, height, weight, BMI, mother’s education level, and whether the father smokes. The data also includes lifestyle behaviors of students, focusing on diet, sleep, and feeding methods.
The second part of the data consists of physical fitness test scores. This data is sourced from the Sichuan Province Student Physical Health Big Data Center, which is an official, non-public data source. The credibility of the data and research is validated by authoritative entities. The center has anonymized all personal information prior to providing the data, ensuring no information that could directly or indirectly identify individual students is included (including but not limited to names, ethnicity, detailed addresses, or school names). A total of 2,394 items of data, however, 56 items of data were excluded due to inadequate internal consistency or data anomalies, resulting in 2,338 items of data being finally included in this study. This study adopted obesity threshold criteria based on the National Student Physical Health Standard (2014 Revision) (19). Additionally, we analyzed the consistency between these Chinese national standards and the WHO’s growth standards for global adolescent populations (20). The Kappa coefficient was calculated as 0.802, indicating almost perfect agreement between the two classification systems. This demonstrates that the obesity classification criteria adopted in this study are valid and reliable. The dataset was randomly split into two subsets: 70% of the data was used for training, and 30% was reserved for testing. Both training and test sets satisfied the minimum sample size requirements for statistical analysis. To ensure model robustness and mitigate the influence of randomness from a single data partition, we employed -fold cross-validation () within the training set during model training.
All statistical analyses and modeling were performed using the R programming language (version 4.2.1). The analysis utilized the following key R packages: glmnet (version 4.1.8) for regularized regression model fitting, and pROC (version 1.18.5), ROCR (version 1.0.11), and reportROC (version 3.6) for model evaluation, ROC curve analysis, and reporting of diagnostic metrics.
2.2 Factors in predictive models
This study used the following factor data: demographic information (gender, height, weight, age), lifestyle (parenting style, sleep duration, sweetened drinks frequency per week, fried food frequency per week, sweets frequency per week,physical fitness score, etc), and parents’ demographics data (parents’ height and weight, mother’s educational level, and father’s smoking status). Table 1 lists the variables that are associated with the obesity development. We also use these to develop an obesity prediction model. In this study, we applied the LASSO (Least Absolute Shrinkage and Selection Operator) regression method to identify variables significantly associated with obesity. We will next introduce the LASSO regression method.
2.3 LASSO model
LASSO Regression (Least Absolute Shrinkage and Selection Operator) (21), originally proposed by Robert Tibshirani in 1996, represents a regularization technique for linear regression models that has gained widespread application in statistical analysis. The method’s core mechanism involves imposing an -norm penalty on the regression coefficients, simultaneously achieving coefficient shrinkage and feature selection. This dual functionality enables LASSO to effectively address challenges inherent in high-dimensional datasets (characterized by excessive variables) and data exhibiting multicolsleep hourlinearity. Traditional ordinary least squares regression often encounters significant limitations in such contexts, including multicollinearity effects, difficulties in identifying relevant predictors, and heightened risk of model overfitting. Through its unique regularization approach, LASSO systematically identifies statistically significant features while driving redundant predictor coefficients toward exact zero values, thereby reducing model complexity. This process not only enhances predictive accuracy but also improves model interpretability by producing sparse solutions that explicitly identify key contributing variables.
The objective function of LASSO regression can be formulated as the following optimization problem:
In the above Equation 1, denotes the dependent variable (response) of the th sample, and represents the corresponding vector of independent variables. The parameter is the vector of regression coefficients to be estimated. The regularization parameter controls the strength of the penalty term. Here, is the total number of samples, and refers to the dimensionality of the feature space, i.e., the number of independent variables. The objective function of the LASSO regression model comprises two key components: the squared loss function and the regularization term. The squared loss function quantifies the discrepancy between the model’s predicted values and the observed response values, serving as a measure of model accuracy. The regularization term, on the other hand, introduces a penalty proportional to the sum of the absolute values of the regression coefficients. This penalty encourages sparsity in the estimated coefficient vector by shrinking some coefficients exactly to zero, effectively performing variable selection and yielding a simpler, more interpretable model.
2.4 Logistic regression model
Logistic regression is a widely used statistical method for binary classification tasks. Despite its name, it is not a linear regression model but a probabilistic classification algorithm that estimates the probability of an instance belonging to a specific class. The model maps input features to a probability value between 0 and 1 using a logistic (Sigmoid) function, enabling the prediction of discrete outcomes.
The core idea of logistic regression is to model the relationship between input features (where is the number of features) and the target variable . The model computes a linear combination of the input features and applies the Sigmoid function to transform the result into a probability. The model is defined as follows, as shown in Equations 2, 3:
Here, represents the model parameters (including the intercept ), and is the Sigmoid function. The output represents the probability that the input belongs to class 1. A threshold (typically 0.5) is applied to classify the instance: if , the prediction is class 1; otherwise, it is class 0.
To train the logistic regression model, we minimize a loss function that quantifies the discrepancy between predicted probabilities and true labels. The logarithmic loss (or cross-entropy loss) is commonly used:
In the Equation 4, m is the number of training samples, is the true label for the th sample, and is the predicted probability.
The model parameters are optimized using gradient descent or its variants (e.g., stochastic gradient descent, Adam). The gradient of the loss function with respect to is computed as:
This gradient is iteratively updated to minimize the loss until convergence.
Logistic regression is particularly suitable for problems where interpretability is critical. For example, in medical diagnosis, the model can quantify the impact of risk factors (e.g., age, blood pressure) on disease probability. This interpretability makes logistic regression a popular choice in domains like healthcare, finance, and social sciences.
2.5 Youden index
The Youden Index (Youden’s J statistic) is a widely used metric for evaluating the performance of binary classification models, particularly in scenarios where class imbalance exists or when balancing sensitivity and specificity is critical. It quantifies the ability of a model to correctly distinguish between positive and negative classes by combining sensitivity (true positive rate) and specificity (true negative rate) into a single metric. The Youden Index is defined as:
The Equation 5 integrates two critical aspects of diagnostic accuracy into a single scalar value, enabling direct comparison across models or thresholds.
The sensitivity (also known as the true positive rate, TPR) quantifies the model’s ability to correctly identify positive instances:
The specificity (true negative rate, TNR) measures the model’s capacity to correctly reject negative instances:
Here, TP (true positives), TN (true negatives), FP (false positives), and FN (false negatives) are components of the confusion matrix derived from the classification results.
The Youden Index , ranging from to 1, quantifies the discriminative ability of a binary classification model. A value of indicates perfect classification, where all samples are correctly predicted (i.e., no false positives or false negatives). Conversely, corresponds to no discriminative power, equivalent to random guessing, while suggests performance worse than random, though this is rare in practical applications. This metric is particularly valuable in domains such as medical diagnostics and anomaly detection, where minimizing both false positives (FP) and false negatives (FN) is critical. By explicitly balancing sensitivity and specificity, the Youden Index avoids the pitfalls of accuracy-based metrics, which can be misleading in imbalanced datasets. Its design ensures a robust trade-off between correctly identifying positive cases and avoiding incorrect rejections of negative cases, making it a reliable tool for threshold selection and performance evaluation in real-world scenarios.
Combining logistic regression with the Youden Index primarily aims to optimize the model’s decision threshold, thereby enhancing classification performance. While logistic regression defaults to a threshold of 0.5, this value may not be optimal in practical applications. By integrating the Youden Index, a threshold that maximizes the sum of sensitivity and specificity can be identified, thus improving the model’s classification effectiveness.
The implementation steps are as follows:
• Train the logistic regression model: First, use the training dataset to train the logistic regression model.
• Obtain prediction probabilities: Use the trained model to predict the validation set or test set, and obtain the probability of each sample belonging to the positive class.
• Calculate sensitivity and specificity at different thresholds: Iterate through a series of possible thresholds. For each threshold, classify samples into positive or negative classes based on the predicted probability, and calculate the corresponding sensitivity and specificity.
• Determine the optimal threshold: Using the calculated sensitivity and specificity, identify the threshold that maximizes the Youden Index as the optimal threshold for the model.
• Apply the optimal threshold: Replace the default 0.5 threshold with the optimal threshold found and classify new data.
The advantage of this method is that it considers the balance between positive and negative classes, making it particularly suitable for imbalanced data problems. It can help improve the overall performance and practicality of the model.
3 Results
3.1 Basic data analysis of variables for predictive models
The variables potentially applicable for developing an obesity prediction model are summarized in Table 1. After data preprocessing, a total of 2,338 samples were retained, with 1,631 (70%) assigned to the training set and 707 (30%) used for internal validation. The descriptive statistics of categorical variables are presented in Table 3, while those of numerical variables are shown in Table 2. Based on the training set, 48.31% of the participants were male and 51.69% were female, an average sleep duration of 533.69 (215.81) min, and a mean physical fitness score of 76.12 (SD 14.36). The variable design of the study includes more lifestyle-related indicators for adolescent students than previous studies. The dataset was partitioned appropriately, and the training and test sets demonstrated good consistency, providing a solid foundation for the development of obesity prediction models.
3.2 Variable selection
The LASSO model included ten variables to screen for those significantly associated with obesity. These variables covered students’ demographic information, dietary habits, sleep conditions, physical conditions, and their parents’ demographics, mothers’ education levels, and fathers’ smoking statuses. Categorical variables were handled using dummy variable encoding. Figure 1 illustrates the variable shrinkage process in the LASSO model, and Figure 2 shows the corresponding regularization path. The estimated value of is , and the variable selection results are shown in Table 4. The results indicate that students’ gender, weight at age 12, parenting style, sleep duration, frequency of sweets per week, meal duration, and physical fitness score, as well as parents’ BMI and mothers’ educational attainment, are significantly associated with students’ obesity. This highlights the importance of cultivating healthy lifestyle behaviors, including proper diet, exercise, physical activity and sleep. The predictive model in this study will be constructed based on these indicators.
3.3 Prediction model results
For the variables selected using the LASSO regression method, we established a binary classification model using logistic regression combined with the Youden Index. The classification threshold calculated by the Youden Index was 0.042. The model achieved an accuracy of 0.86, a sensitivity of 0.84, and a specificity of 0.86. The ROC curve of the prediction model is shown in Figure 3, and the AUC value was 0.91, illustrating the strong discriminative ability. Table 5 shows the threshold selection process for the obesity prediction model. Table 6 shows the parameters of the obesity prediction model after training on the training set, from which it can be seen that the higher the physical fitness score and the lower the parents’ BMI, the lower the likelihood of adolescent obesity. Longer sleep duration is associated with a higher probability of obesity, which can be attributed to the fact that the sleep duration range observed in this study primarily falls within 7–11 h. Table 2 also indicates that the average sleep duration among adolescents is approximately 9 h. This finding is consistent with the U-shaped relationship between sleep duration and obesity reported in the Ref. (22), as the observed positive correlation corresponds to the right segment of this U-shaped curve.
To evaluate potential gender-based performance variations, we conducted stratified analyses. In the female subgroup (), the model maintained high predictive accuracy (Accuracy 0.896, AUC 0.898), with sensitivity of 0.786 and specificity of 0.900. The male subgroup () showed comparable performance (Accuracy 0.826, AUC 0.912), with sensitivity of 0.889 and specificity of 0.822. The detailed performance results of the obesity prediction model for sex-stratified and overall data are presented in Table 7.
The ROC curves illustrating the sex-specific predictive performance of the obesity prediction model in males and females are presented in Figures 4 and 5, respectively. Notably, the model demonstrated consistent predictive power across genders, as evidenced by the ROC curves and the stable performance metrics in Table 7. The highest AUC value (0.912) was observed in the male group, with a female AUC of 0.898. These stratified results confirm the model’s reliability across demographic subgroups. Figure 6 presents a multifaceted comparison of performance metrics, visually synthesizing these findings. The visualization highlights the model’s consistent accuracy across diverse demographic groups, demonstrating stable discriminative capability irrespective of gender.
Figure 6. Summary of performance metrics of the obesity prediction model across different datasets. Abbreviations: PPV, positive predictive value; NPV, negative predictive value; AUC, area under the curve.
These comprehensive analyses collectively indicate that the obesity prediction model delivers reliable performance for both male and female adolescents. The observed gender-based variations in specific metrics may reflect biological differences in obesity manifestation rather than model limitations, a hypothesis that warrants investigation in future physiological studies. The consistent AUC values above 0.85 across all groups satisfy conventional criteria for ’good’ to ’excellent’ discriminatory power (23).
4 Discussion
This study presents an obesity prediction model containing more lifestyle behavior indicators for Chinese adolescent students through an LASSO-logistic regression framework optimized by the Youden Index. The model shows predictive ability (AUC 0.911), with gender-specific performance difference (females: AUC 0.898; males: AUC 0.912). The optimized classification threshold (0.042) prioritizes sensitivity (0.844), emphasizing early detection ability for high-risk individuals. The model’s superior AUC outperforms traditional BMI-based approaches (24, 25) and rivals advanced machine learning frameworks (26, 27). This balance of accuracy and interpretability addresses a key limitation in complex models, which often sacrifice applicability to adolescent student populations for predictive gains. The low classification threshold prioritizes sensitivity, ensuring early identification of at-risk adolescents during critical developmental windows. Meanwhile, the standard errors of the predictive model are comparatively small, indicating relatively high stability. However, the confidence intervals of some variables may still include zero. This may reflect more complex relationships between these variables and the outcome variable in the dataset, or could be due to imbalanced distribution of variable values (e.g., some values being relatively rare) or subjectivity in questionnaire responses. Therefore, this issue cannot be solely attributed to the modeling algorithm.
The model established in this study demonstrated robust predictive performance within the Chinese adolescent population. However, its generalizability to other populations requires further consideration. Compared with Western populations, Chinese adolescents exhibit differences in obesity prevalence, genetic background, and lifestyle. Studies (13, 14) that presented obesity prediction models and related influencing factors in Mexican populations revealed that certain risk factors demonstrate cross cultural consistency, such as high calorie diets and low levels of physical activity. This indicates that the core mechanism of obesity-an imbalance between energy intake and expenditure-is universal. This model also accounted for parental obesity, which may be related to genetic factors. Nevertheless, population specific factors were also identified. We incorporated factors such as sleep duration and maternal education level, reflecting that adolescents may be more susceptible to influences from rapid economic development and cultural habits. In contrast, Dirik’s model (14) incorporated behavioral factors such as alcohol consumption and daily electronic device usage. These discrepancies may stem from differences in the age of the study populations, cultural habits, and social environments. Overall, the core lifestyle factors included in our model demonstrate sound rationale. However, calibration and adjustment, such as incorporating population specific social environmental and behavioral variables, are necessary when applying the model across different cultures or regions. Future research should validate this model framework in broader international cohorts and develop dynamic prediction tools adaptable to diverse population characteristics.
The importance of weight at age 12 as a predictor is supported by longitudinal evidence showing that adolescents obesity trajectories strongly correlate with adult obesity risk (25, 28). This highlights the importance of monitoring health in early life. The influence of maternal weight is consistent with the well-documented familial obesity transmission mechanisms (29, 30), in which shared dietary patterns, physical activity habits, and genetic predispositions play pivotal roles. Conversely, the protective effect of maternal education level reflects socioeconomic buffers against obesity-promoting environments (31), as higher education is associated with greater health literacy and resource allocation. Behavioral factors, such as fast eating speed and low physical fitness, are supported by mechanistic studies that link these behaviors to energy imbalance and metabolic dysregulation (32, 33). Fast eating may interrupt satiety signaling, and insufficient physical activity contributes to energy imbalance, both of which are crucial drivers of adiposity.
To further evaluate the predictive ability and generalizability of the obesity prediction model, this study assessed the model’s independent performance in male and female populations. As shown in Figure 6, the model’s predictive accuracy was slightly better in the female population than in the male population (Accuracy 0.896 versus 0.826). These differences align with biological susceptibility to obesity (34, 35) and behavioral heterogeneity (36), such as higher exercise intensity and greater energy expenditure variability in males, whereas females typically exhibit more consistent dietary restraint and sleep-related metabolic stability, which may make the model more generalizable in the female population. Additionally, biological heterogeneity in fat distribution may also impact model accuracy. These findings suggest that gender-specific characteristics may play a role in developing intervention strategies.
Although this study has certain advantages, it also has limitations. Due to the influence of traditional culture, lifestyle behaviors in China may exhibit unique patterns. Therefore, while the model shows promise for broader application within China, its performance may be limited in other countries or populations [such as South African adolescents (37) or Turkish cohorts (38)]. That said, the overall modeling approach is generalizable. Future studies may incorporate variables specific to Western populations to improve cross-cultural applicability. This paper does not discuss in depth the physiological mechanisms behind the differences in prediction accuracy between males and females, nor does it address age-specific issues. In the future, combining this framework with explainable machine learning (27) or deep learning (26) could better address nonlinear interactions. Additionally, by distinguishing physiological characteristics, further refining lifestyle-related indicators tailored to different genders and educational levels (middle school, high school) could lead to the development of more precise predictive models. The accuracy and granularity of categorical variables represent a potential limitation. The use of predefined categories, although necessary for analysis, may reduce statistical power and obscure more complex, non-linear relationships between the variables and the outcome. Future studies should further refine the design of categorical variables to improve the stability and predictive accuracy of the model.
Our model incorporates multidimensional lifestyle indicators to construct an obesity prediction model, which has the advantages of high accuracy and low threshold in all adolescents and in different gender groups. This highlights its application value in large student populations.
5 Conclusion
In summary, this study has examined the influence of key factors such as family environment, dietary habits, sleep duration, and physical fitness score on adolescent obesity. Furthermore, it demonstrates that combining LASSO regression for variable selection, logistic regression for probabilistic modeling, and the Youden Index for threshold optimization yields a highly effective tool for predicting childhood obesity. The model demonstrates a strong discriminative ability (AUC 0.911), coupled with balanced sensitivity and specificity. These characteristics contribute to its potential as a considerable asset for the identification of early risks and appropriate interventions in large-scale adolescent student populations.
Data availability statement
The datasets presented in this article are not readily available because Our data comes from the Sichuan Province Student Physical Health Big Data Center, which is an institution under the Sichuan Provincial Department of Education. This data is not publicly available, so we apologize for not being able to disclose it. Requests to access the datasets should be directed toemhvdS5oZUBzd2p0dS5lZHUuY24=.
Author contributions
MJ: Methodology, Writing – original draft, Project administration, Writing – review & editing, Conceptualization, Investigation, Supervision. ZH: Data curation, Resources, Writing – review & editing, Writing – original draft, Funding acquisition.
Funding
The author(s) declare that financial support was received for the research and/or publication of this article. The work was supported by the Humanities and Social Science Fund of the Ministry of Education of China under Grant No. 23YJA890038, and the Fundamental Research Funds for the Central Universities under Grant No. 2682025ZTPY057 and No. 2682025ZTO002.
Acknowledgments
We sincerely thank the Sichuan Province Big Data Research and Joint Application Technology Center of Student Health for providing data and for its recognition and support of our research, as well as for the support of the project fund. We also extend our heartfelt gratitude to the National-Local Joint Engineering Laboratory of System Credibility Automatic Verification for its valuable technical guidance and collaborative support in this research endeavor.
Conflict of interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Generative AI statement
The author(s) declare that no Generative AI was used in the creation of this manuscript.
Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.
Publisher's note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
References
1. World Obesity Federation. World Obesity Atlas 2025. London: World Obesity Federation (2025). Available online at: https://data.worldobesity.org/publications/?cat=23
2. World Obesity Federation. World Obesity Atlas 2024. London: World Obesity Federation (2024). Available online at: https://data.worldobesity.org/publications/?cat=22
3. National Health Commission of the People’s Republic of China. Data from: Weight management guidelines (2024 edition). Notice issued by the General Office of the NHC (2024).
4. Sun Y, Xing Y, Liu J, Zhang X, Liu J, Wang Z, et al. Five-year change in body mass index category of childhood and the establishment of an obesity prediction model. Sci Rep. (2020) 10:10309. doi: 10.1038/s41598-020-67366-y
5. Kunaratnam K, Halaki M, Baur LA, Flood VM. Tracking preschoolers’ lifestyle behaviors and testing maternal sociodemographics and BMI in predicting child obesity risk. J Nutr. (2020) 150:3068–74. doi: 10.1093/jn/nxaa292
6. Zare S, Thomsen MR, Nayga Jr RM, Goudie A. Use of machine learning to determine the information value of a BMI screening program. Am J Prev Med. (2021) 60:425–33. doi: 10.1016/j.amepre.2020.10.016
7. Jakobsen DD, Brader L, Bruun JM. Association between food, beverages and overweight/obesity in children and adolescents—a systematic review and meta-analysis of observational studies. Nutrients. (2023) 15:764. doi: 10.3390/nu15030764
8. Deng X, He M, He D, Zhu Y, Zhang Z, Niu W. Sleep duration and obesity in children and adolescents: evidence from an updated and dose–response meta-analysis. Sleep Med. (2021) 78:169–81. doi: 10.1016/j.sleep.2020.12.027
9. Higgins S, Stoner L, Black K, Wong JE, Quigg R, Meredith-Jones K, et al. Social jetlag is associated with obesity-related outcomes in 9–11-year-old children, independent of other sleep characteristics. Sleep Med. (2021) 84:294–302. doi: 10.1016/j.sleep.2021.06.014
10. Mekonnen T, Tariku A, Abebe SM. Overweight/obesity among school aged children in Bahir Dar City: cross sectional study. Ital J Pediatr. (2018) 44:17. doi: 10.1186/s13052-018-0452-6
11. Wang Q, Yang M, Deng X, Wang S, Zhou B, Li X, et al. Explorations on risk profiles for overweight and obesity in 9501 preschool-aged children. Obes Res Clin Pract. (2022) 16:106–14. doi: 10.1016/j.orcp.2022.02.007
12. Yu J, Huang F, Zhang X, Xue H, Ni X, Yang J, et al. Association of sugar-sweetened beverage consumption and moderate-to-vigorous physical activity with childhood and adolescent overweight/obesity: findings from a surveillance project in jiangsu province of china. Nutrients. (2023) 15:4164. doi: 10.3390/nu15194164
13. Colmenarejo G. Machine learning models to predict childhood and adolescent obesity: a review. Nutrients. (2020) 12:2466. doi: 10.3390/nu12082466
14. Dirik M. Application of machine learning techniques for obesity prediction: a comparative study. J Complex Health Sci. (2023) 6:16–34. doi: 10.21595/chs.2023.23193
15. Lim H, Lee H, Kim J. A prediction model for childhood obesity risk using the machine learning method: a panel study on Korean children. Sci Rep. (2023) 13:10122. doi: 10.1038/s41598-023-37171-4
16. Kostopoulou E, Tikka M, Gil AR, Partsalaki I, Spiliotis B. Glucose tolerance and insulin sensitivity markers in children and adolescents with excess weight. Eur Rev Med Pharmacol Sci. (2021) 25:5986–92. doi: 10.26355/eurrev_202110_26876 34661258
17. Palechor FM, De la Hoz Manotas A. Dataset for estimation of obesity levels based on eating habits and physical condition in individuals from Colombia, Peru and Mexico. Data Brief. (2019) 25:104344. doi: 10.1016/j.dib.2019.104344
18. Butler ÉM, Derraik JG, Taylor RW, Cutfield WS. Prediction models for early childhood obesity: applicability and existing issues. Horm Res Paediatr. (2019) 90:358–67. doi: 10.1159/000496563
19. Ministry of Education of the People’s Republic of China. Data from: National student physical health standard (2014 revision) (2014).
21. Tibshirani R. Regression shrinkage and selection via the lasso. J R Stat Soc Ser B: Stat Methodol. (1996) 58:267–88. doi: 10.1111/j.2517-6161.1996.tb02080.x
22. Patel SR, Hu FB. Short sleep duration and weight gain: a systematic review. Obesity. (2008) 16:643–53. doi: 10.1038/oby.2007.118
23. Swets JA. Measuring the accuracy of diagnostic systems. Science. (1988) 240:1285–93. doi: 10.1126/science.3287615
24. De Oliveira RG, Guedes DP. Performance of different diagnostic criteria of overweight and obesity as predictors of metabolic syndrome in adolescents. J Pediatr (Versão em Português). (2017) 93:525–31. doi: 10.1016/j.jped.2016.11.014
25. Simmonds M, Llewellyn A, Owen CG, Woolacott N. Predicting adult obesity from childhood obesity: a systematic review and meta-analysis. Obes Rev. (2016) 17:95–107. doi: 10.1111/obr.12334
26. Jeong J-H, Lee I-G, Kim S-K, Kam T-E, Lee S-W, Lee E. Deephealthnet: adolescent obesity prediction system based on a deep learning framework. IEEE J Biomed Health Inform. (2024) 28:2282–93. doi: 10.1109/JBHI.2024.3356580
27. Kiss O, Baker FC, Palovics R, Dooley EE, Pettee Gabriel K, Nagata JM. Using explainable machine learning and fitbit data to investigate predictors of adolescent obesity. Sci Rep. (2024) 14:12563. doi: 10.1038/s41598-024-60811-2
28. Wu F, Buscot M-J, Niinikoski H, Rovio SP, Juonala M, Sabin MA, et al. Age-specific estimates and comparisons of youth tri-ponderal mass index and body mass index in predicting adult obesity-related outcomes. J Pediatr. (2020) 218:198–203. doi: 10.1016/j.jpeds.2019.10.062
29. Hooper LM, Burnham JJ, Richey R, DeCoster J, Shelton M, Higginbotham JC. The fit families pilot study: preliminary findings on how parental health and other family system factors relate to and predict adolescent obesity and depressive symptoms. J Fam Ther. (2014) 36:308–36. doi: 10.1111/j.1467-6427.2012.00616.x
30. Zhao W, Mo L, Pang Y. Hypertension in adolescents: the role of obesity and family history. J Clin Hypertens. (2021) 23:2065–70. doi: 10.1111/jch.14381
31. Nouira S, Sihem BF, Ghammem R, Nawel Z, Jihen M, Imed H. Predictive factors of obesity among adolescents in the governorate of sousse, Tunisia. Endocrine Abstracts. (2023) 90.
32. Bagherniya M, Sharma M, Mostafavi F, Keshavarz SA. Application of social cognitive theory in predicting childhood obesity prevention behaviors in overweight and obese iranian adolescents. Int Q Community Health Educ. (2015) 35:133–47. doi: 10.1177/0272684X15569487
33. Karampatsou SI, Genitsaridi SM, Michos A, Kourkouni E, Kourlaba G, Kassari P, et al. The effect of a life-style intervention program of diet and exercise on irisin and FGF-21 concentrations in children and adolescents with overweight and obesity. Nutrients. (2021) 13:1274. doi: 10.3390/nu13041274
34. Wu Z-P, Wei W, Cheng Y, Chen J-Y, Liu Y, Liu S, et al. Altered adolescents obesity metabolism is associated with hypertension: a UPLC-MS-based untargeted metabolomics study. Front Endocrinol (Lausanne). (2023) 14:1172290. doi: 10.3389/fendo.2023.1172290
35. Jeon J, Lee S, Oh C. Age-specific risk factors for the prediction of obesity using a machine learning approach. Frontiers in Public Health. (2023) 10:998782. doi: 10.21203/rs.3.rs-1515734/v1
36. Ardic A, Ozmet TD. Turkish psychometric properties of the predictor scales affecting adolescent obesity. Compr Child Adolesc Nurs. (2020) 43:286–300. doi: 10.1080/24694193.2019.1665145
37. Otitoola O, Oldewage-Theron W, Egal A. Prevalence of overweight and obesity among selected schoolchildren and adolescents in Cofimvaba, South Africa. South Afr J Clin Nutr. (2021) 34:97–102. doi: 10.1080/16070658.2020.1733305
Keywords: lifestyle behaviors, Chinese students, adolescent students obesity, prediction model, LASSO regression
Citation: Jiang M and He Z (2025) A lifestyle-based prediction model for obesity in Chinese adolescent students . Front. Sports Act. Living 7:1677707. doi: 10.3389/fspor.2025.1677707
Received: 1 August 2025; Accepted: 13 October 2025;
Published: 30 October 2025.
Edited by:
Shengdi Lu, Shanghai Jiao Tong University, ChinaReviewed by:
Alladoumbaye Ngueilbaye, Shenzhen University, ChinaShiori Minabe, Iwate Medical School, Japan
Copyright: © 2025 Jiang and He. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Zhou He, emhvdS5oZUBzd2p0dS5lZHUuY24=
Mei Jiang1