Abstract
Background: Diabetic ketoacidosis represents a significant and potentially life-threatening complication of diabetes, predominantly observed in individuals with type 1 diabetes (T1D). Studies have documented suboptimal adherence to diabetes management among children and adolescents, as evidenced by deficient ketone monitoring practices.
Objective: The aim of the study was to explore the potential for prediction of elevated ketone bodies from continuous glucose monitoring (CGM) and insulin data in pediatric and adult patients with T1D using a closed-loop system.
Methods: Participants used the Dexcom G6 CGM system and the iLet Bionic Pancreas system for insulin administration for up to 13 weeks. We used supervised binary classification machine learning, incorporating feature engineering to identify elevated ketone bodies (>0.6 mmol/L). Features were derived from CGM, insulin delivery data, and self-monitoring of blood glucose to develop an extreme gradient boosting-based prediction model. A total of 259 participants aged 6-79 years with over 49,000 days of full-time monitoring were included in the study.
Results: Among the participants, 1768 ketone samples were eligible for modeling, including 383 event samples with elevated ketone bodies (≥0.6 mmol/L). Insulin, self-monitoring of blood glucose, and current glucose measurements provided discriminative information on elevated ketone bodies (receiver operating characteristic area under the curve [ROC-AUC] 0.64‐0.69). The CGM-derived features exhibited stronger discrimination (ROC-AUC 0.75‐0.76). Integration of all feature types resulted in an ROC-AUC estimate of 0.82 (SD 0.01) and a precision recall-AUC of 0.53 (SD 0.03).
Conclusions: CGM and insulin data present a valuable avenue for early prediction of patients at risk of elevated ketone bodies. Furthermore, our findings indicate the potential application of such predictive models in both pediatric and adult populations with T1D.
doi:10.2196/67867
Keywords
Introduction
Diabetic ketoacidosis (DKA) represents a significant and potentially life-threatening complication of diabetes, predominantly observed in individuals with type 1 diabetes (T1D), although occurrences in those with type 2 diabetes are not uncommon [
, ]. DKA arises from an inadequate supply of insulin, leading to dysregulation of blood glucose levels. Consequently, the body resorts to metabolizing fat for energy, resulting in the accumulation of ketone bodies in the bloodstream alongside elevated blood sugar levels. This metabolic disturbance manifests in symptoms such as nausea, vomiting, abdominal pain, confusion, excessive thirst, and frequent urination [ ]. If left untreated, DKA can progress to coma and, in severe cases to mortality, necessitating immediate medical intervention comprising insulin administration and fluid replacement to restore normal blood glucose and ketone levels [ ] .Children and adolescents are particularly susceptible to DKA due to their ongoing growth and development, which introduce complexities in diabetes management [
]. Factors such as missed insulin doses, illness, or infection can rapidly precipitate DKA in this demographic.Studies have documented suboptimal adherence to diabetes management among children and adolescents, as evidenced by deficient ketone monitoring practices [
- ] . For instance, a recent study involving 2995 participants revealed that a significant proportion lacked ketone testing supplies at home, with a considerable proportion reporting infrequent ketone checks, particularly in instances of elevated glucose levels [ ].Closed-loop systems offer a promising approach to addressing the challenges of diabetes management in both pediatric and adult populations [
, ]. Leveraging CGM technology provides real-time feedback on blood glucose levels, facilitating automated adjustments to insulin delivery via an insulin pump. By delivering precise insulin doses tailored to individual glucose fluctuations, closed-loop systems can reduce the risks of both hypoglycemia and hyperglycemia, thereby diminishing the likelihood of DKA development. However, this technology does not eliminate the risk of DKA [ - ].A recent study by Cichosz and Bender [
] demonstrated the potential of CGM data in predicting elevated ketone levels among adults with T1D. However, such investigations remain scarce in pediatric populations and have not incorporated insulin data. Consequently, this study aims to explore the predictive potential of CGM and insulin data for elevated ketone bodies in pediatric and adult patients with T1D using a closed-loop system.Methods
Data Sources
To ascertain whether patterns derived from CGM and insulin usage could serve as predictive indicators for elevated ketone bodies—a potential risk factor for DKA in individuals with diabetes—data sourced from the intervention arm of The Insulin-Only Bionic Pancreas Pivotal Trial (NCT04200313) [
] were analyzed. This trial constituted a multicenter randomized controlled study comparing an at-home closed-loop system with the prevailing standard of care.The participant cohort encompassed individuals diagnosed with T1D aged 6 to 79 years. Participants used the Dexcom G6 CGM system in conjunction with the iLet Bionic Pancreas system for insulin administration for up to 13 weeks. Additionally, participants were equipped with a blood ketone meter and test strips and were provided instructions to measure ketone levels if glucose readings surpassed 300 mg/dL. The intervention group comprised 219 patients with T1D, exhibiting a mean glycated hemoglobin of 7.9 (SD 1.2%); 63 mmol/mol with a mean age of 28 (SD 19) years, and a female representation of 49% (n=107) within the cohort.
For this analysis, inclusion criteria required the presence of ketone measurements along with corresponding CGM and insulin data within a 12-hour timeframe preceding the ketone measurements. CGM data periods had to demonstrate a wear time of ≥50% to be considered for inclusion. Given the sampling rate of the CGM system of 12 readings per hour, inclusion mandated a minimum of 72 glucose samples within the 12-hour observation window.
This study adheres to the recommended guidelines delineated in the “Transparent Reporting of a Multivariable Prediction Model for Individual Prognosis or Diagnosis” (TRIPOD).
Model Target
In this study, we used a supervised binary classification machine learning methodology to discern elevated ketone bodies. It is well established that ketone levels below 0.6 mmol/L fall within the reference range, whereas levels at or above 0.6 mmol/L pose a significantly augmented risk of DKA [
]. Therefore, we defined the binary classification task as the identification of elevated ketone bodies (≥0.6 mmol/L) versus nonelevated ketone bodies (<0.6 mmol/L) during episodes of elevated glucose readings.Feature Engineering
Feature engineering is a process within machine learning wherein new features are generated from raw data through a series of transformations, aggregations, or extractions of information from existing variables. The primary objective is to enhance the performance of machine learning algorithms by constructing new features that more accurately capture the underlying relationships in the data, thereby augmenting prediction accuracy and model effectiveness [
]. To identify the most relevant predictors of elevated ketone levels in patients with diabetes, we explored a broad range of potential features over the preceding 12-hour period. This included absolute values, summations, and dynamic patterns to capture temporal variations. Given the limited literature on the most effective individual features or their optimal combinations for detecting ketone elevation, our approach aimed to systematically identify the best subset of predictors.A total of 26 features were extracted from CGM, insulin data, and glucose meter readings within a 6- and 12-hour window preceding the ketone samples, as depicted in
. enumerates the features extracted from each data source. These features encompassed mathematical transformations of the signals to characterize their dynamics, range of variation, cumulative effects, distribution, and extreme values. The methodology adopted was data-driven and exploratory, devoid of prior assumptions regarding which features of the signal that would yield optimal discriminative information when combined. The dynamics of glucose levels are intricately shaped by diurnal patterns, influenced by factors such as dietary intake, basal and bolus insulin administration, endocrine activity, and behavioral habits including physical exertion and sleep.
Feature | CGM (6h) | CGM (12h) | Insulin basal (6‐12h) | Insulin bolus (6‐12h) | Insulin meal (6‐12h) | BGM (12h) |
Latest | √ | √ | ||||
Maximum | √ | √ | √ | |||
Minimum | √ | √ | √ | |||
Sum | √ | √ | √ | |||
Mean | √ | √ | ||||
Standard deviation | √ | √ | ||||
Time spent when blood glucose levels >300 mg/dL | √ | √ | ||||
Decreases ratio | √ | √ | ||||
Mean decrease | √ | √ | ||||
Hour of the day | √ |
aCGM: continuous glucose monitoring.
bBGM: blood glucose monitoring.
c Insulin features are extracted from both a 0‐6 hour and a 6‐12 hour window.
While many features entailed straightforward mathematical derivatives such as summations, standard deviations, and the proportion of time spent above 300 mg/dL blood glucose levels, we additionally incorporated a metric assessing the rate of glucose decline relative to preceding measurements to capture finer-scale dynamics within the glucose signal. The formulation for this calculation is delineated below:
Model Development
For model development, we used a supervised binary classification approach using an extreme gradient boosting (XGBoost) classifier to predict elevated levels of ketone bodies. XGBoost is a renowned machine learning algorithm known for its ability to handle intricate datasets by amalgamating weak prediction models (decision trees) into a robust ensemble [
]. It excels in capturing nonlinear relationships, managing missing or imbalanced data, and mitigating overfitting, thereby typically yielding high predictive performance. This efficacy has been demonstrated in clinical prediction models across a spectrum of medical domains [ - ].The model was trained using features from each data type individually and in combination, aiming to ascertain their predictive capacity for the target variable. We used 5-fold stratified cross-validation to ensure an unbiased estimation of the model’s performance and hyperparameter estimation, with stratification ensuring uniform proportions of events across folds [
]. The following parameters were optimized using a grid search strategy: learning rate (0.01, 0.1, 0.3), number of estimators (50, 100, 150), max depth (2, 4, 8), minimum child weight (1, 3, 5), subsample (0.6, 0.8, 1.0), and γ (0, 1, 5).All analyses were conducted using MATLAB (version R2021b; MathWorks) and Python (version 3; Python Software Foundation), leveraging the Scikit-learn package (version 0.23.2) for machine learning utilities, the SHapley Additive exPlanations (SHAP) package (version 0.43.0) for interpretability assessment, and the XGBoost package (version 1.7.5) for implementing the classifier.
Model Assessment and Interpretability
The discriminative performance of the model was assessed using the computation of the area under the receiver operating characteristic curve (ROC-AUC) and the area under the precision-recall curve (PR-AUC) [
]. The uncertainty of estimates was calculated as the SD across folds. To enhance model interpretability, SHAP average values across folds were leveraged for explanatory purposes. These values offer insights into the contribution of individual features towards model predictions, thereby enhancing the interpretability and transparency of the modeling process [ ]. .Sensitivity Analysis
In a sensitivity analysis, we restricted the subgroup to patients aged <18 years. The objective of this analysis was to assess the model’s performance in pediatric and adolescent patients, as these groups have a higher risk of developing DKA [
]. The objective was to test whether any substantial difference was observed in ROC-AUC performance in patients under 18 years.Ethical Considerations
This study is a reanalysis of existing and anonymized data from the Insulin Only Bionic Pancreas Pivotal Trial [
]. According to Danish law (Komitéloven, kap. 4, § 14, stk. 3) on the ethical review of health science research projects and health data science research projects, this study did not require approval from an institutional or licensing committee.The original Insulin Only Bionic Pancreas Pivotal Trial protocol and informed consent forms were approved by institutional review boards. Written informed consent was obtained from each participant prior to enrollment. An independent data and safety monitoring board provided trial oversight reviewing unmasked safety data during the conduct of the study.
We confirm that all methods were carried out in accordance with relevant guidelines and regulations. The data was accessed and analyzed in an anonymized form.
Results
Participant Characteristics
In total, 259 patients (n=93 for patients aged <18 years) were included in the analysis. Another 181 patients did not have qualified ketone measurements with a CGM window (n=71) or were part of the control group, which did not use a connected insulin pump (n=110). Among the included patients, 1768 ketone samples were eligible for modeling, including 383 event samples with ketone levels ≥0.6 mmol/L. Overall, the patients had over 14,300,000 CGM measurements, corresponding to over 49,000 days of full-time monitoring.
Model Performance
The ROC-AUC, PR-AUC, and individual curves are presented in
. The plots illustrate the performance of adding individual datatypes and a combined estimate. Insulin, self-monitoring of blood glucose (SMBG), and current glucose measurements, all provided discriminative information on elevated ketone bodies (ROC-AUC 0.64‐0.69). The features derived from the CGM window demonstrated greater discrimination (ROC-AUC 0.75‐0.76). Notably, extending the CGM window from6 hours to 12 hours only added minimal discriminative power, as measured by ROC-AUC. Combining all feature types yielded an ROC-AUC estimate of 0.82 (SD 0.01) and a PR-AUC of 0.53 (SD 0.03). In the sensitivity analysis including only pediatric patients (age <18 years), the ROC-AUC estimate was 0.80 (SD 0.01). The final selected hyperparameters were a learning rate of 0.2, 100 estimators, a maximum depth of 8, a minimum child weight of 1, a subsample ratio of 1.0, and a γ value of 1.
Interpretability
Feature importance analysis including the combined features showed that data from both CGM and insulin deliveries adds significant information to the models’ predictive capabilities. The mean SHAP values for the 10 highest-ranking features are presented in
. Furthermore, a SHAP Beeswarm plot is provided in . As expected, the current CGM value had the highest contribution, followed by the ratio of decrease in the CGM window. Further, insulin-related features such as meal bolus and basal insulin deliveries had significant impacts.
Patient Example
An illustrative depiction of the predicted probability, representing the model output for elevated ketone bodies, is presented alongside CGM data and insulin delivery records for a specific patient in
. Notably, the probability of a heightened risk of elevated ketone bodies increases around 8 PM, coinciding with a ketone meter measurement confirming elevated ketones at 9 PM. This example underscores the potential utility of a predictive model, such as the one proposed in our study, for identifying impending instances of elevated ketone levels based on continuous monitoring of patients’ data. Such a model holds promise for alerting patients to take timely action, thereby mitigating the progression of adverse developments associated with diabetic ketoacidosis.
Discussion
Principal Findings
The objective of this investigation was to formulate and assess various data sources, including CGM, insulin, and SMBG, as potential inputs for a prediction model designed to provide timely alerts regarding the risk of developing DKA through elevated ketone body levels. The findings underscore the potential utility of patterns derived from CGM data obtained from individuals with T1D in identifying and signaling patients at risk of elevated ketone levels. It is imperative to note that elevated ketone levels serve as a precursor to DKA, a critical and potentially life-threatening complication of diabetes.
We previously showed that CGM data could be used for prediction of elevated ketone bodies in an adult population with T1D [
]. The present findings validate this observation and expand on the initial findings by examining the added predictive value of insulin and SMBG data. Furthermore, this study strongly indicates that this approach is applicable to both pediatric and adult individuals. To our knowledge, this study, along with our previously published study, is the first to explore the potential of predicting elevated ketone bodies using a combination of CGM and insulin data. However, numerous studies have reported the usage of CGM for prediction of other complications related to diabetes and diabetes treatment, such as hypoglycemia, gastroparesis, and future glucose levels [ - ].The clinical implications of implementing a system based on the proposed model in our study are vividly illustrated through the patient’s continuous data depicted in
. The predicted risk or probability of elevated ketone bodies offers patients a more nuanced and informative warning compared to solely relying on glucose levels. This enhanced information could prompt early intervention to prevent further progression to DKA. Potential actions triggered by these alerts may include promptly checking ketone bodies using a ketone meter, verifying the functionality of the infusion set to ensure proper insulin delivery, and corroborating CGM measurements with SMBG readings. By facilitating proactive measures, such a system has the potential to significantly mitigate the risk of adverse outcomes associated with DKA.Limitations
Despite the robust design of our study, which encompassed a substantial dataset and measures to estimate generalizability, several limitations warrant acknowledgment. First, while our analysis involved a sample size of 259 individuals with numerous measurements of ketone bodies (n=1768), the number of outcome events (elevated ketone levels ≥0.6 mmol/L) remained relatively small (n=383). This limited number of outcome events is reflected in the SD of the estimate observed in the ROC-AUC. Consequently, the reliability of our model’s performance on new data remains uncertain, despite indicative evidence of valuable information within the dataset. These findings need to be validated in independent datasets. An avenue for potential improvement lies in the exploration of larger datasets to enhance predictive performance and further validate these findings. While our study encompassed a diverse population spanning children, adolescents, and adults, the analysis did not delve into subgroup-specific performance. Consequently, the efficacy of our predictive model across distinct subgroups remains unexplored, potentially subject to interindividual variability. Future investigations could address this limitation by conducting subgroup analyses to elucidate performance variations across demographic or clinical strata. Our findings from patients using closed-loop insulin delivery technology cannot be extrapolated to other treatment regimens without further investigation. A key limitation is that participants only measured ketones during prolonged hyperglycemia, which, coupled with generally low adherence and possible medication influences (eg, sodium-glucose cotransporter-2 inhibitors), may introduce selection bias. Importantly, ketone levels serve as surrogate outcomes and do not necessarily predict ketoacidosis events.
Conclusion
The innovative methodology used in this study for detecting elevated ketone levels among individuals with t1D underscores the potential of integrating CGM and insulin data as a valuable resource for early prediction of patients at risk. Moreover, our findings suggest that such a predictive model holds promise for application in both pediatric and adult populations with T1D, particularly within closed-loop systems.
Future studies are imperative to validate the robustness and reliability of these findings. Furthermore, there is a need for comprehensive investigations to assess the real-world impact of implementing a system based on the proposed prediction model. Such investigations will be instrumental in elucidating the efficacy and practical implications of leveraging predictive modeling in clinical practice for proactive management of diabetes-related complications, including DKA.
Acknowledgments
The study was funded by i-SENS, Inc (Seoul, South Korea).
Disclaimer
The source of the data is the Insulin Only Bionic Pancreas Pivotal Trial (NCT04200313), but the analyses, content and conclusions presented herein are solely the responsibility of the authors and have not been reviewed or approved by the Bionic Pancreas Research Group or Beta Bionics.
Authors' Contributions
Conceptualization: CB, SC
Data curation: SC
Formal analysis: CB, SC
Methodology: CB, SC
Writing – original draft: SC
Writing – review & editing: CB
Conflicts of Interest
The research was funded by i-SENS, Inc (Seoul, South Korea) and SC’s involvement with the company did not influence the design, implementation, or interpretation of the study. SC have received research funding from i-SENS, Inc (Seoul, South Korea), which manufactures some of the product types discussed in this paper. However, the study was conducted independently, and the authors declare that their involvement with i-SENS, Inc (Seoul, South Korea) did not influence the findings or conclusions of the study.
SHAP Beeswarm plot
DOCX File, 184 KBReferences
- Evans K. Diabetic ketoacidosis: update on management. Clin Med (Lond). Sep 2019;19(5):396-398. [CrossRef] [Medline]
- Dhatariya KK. Defining and characterising diabetic ketoacidosis in adults. Diabetes Res Clin Pract. Sep 2019;155:107797. [CrossRef] [Medline]
- El-Remessy A. Diabetic ketoacidosis management: updates and challenges for specific patient population. Endocrines. 2022;3(4):801-812. [CrossRef]
- DeSalvo DJ, Miller KM, Hermann JM, et al. Continuous glucose monitoring and glycemic control among youth with type 1 diabetes: international comparison from the T1D Exchange and DPV Initiative. Pediatr Diabetes. Nov 2018;19(7):1271-1275. [CrossRef] [Medline]
- Spaans EAJM, Kleefstra N, Groenier KH, Bilo HJG, Brand PLP. Adherence to insulin pump treatment declines with increasing age in adolescents with type 1 diabetes mellitus. Acta Paediatr. Jan 2020;109(1):134-139. [CrossRef] [Medline]
- Hepprich M, Roser P, Stiebitz S, et al. Awareness and knowledge of diabetic ketoacidosis in people with type 1 diabetes: a cross-sectional, multicenter survey. BMJ Open Diabetes Res Care. Nov 2023;11(6):e003662. [CrossRef] [Medline]
- Albanese-O’Neill A, Wu M, Miller KM, et al. Poor adherence to ketone testing in patients with type 1 diabetes. Diabetes Care. Apr 2017;40(4):e38-e39. [CrossRef] [Medline]
- Fuchs J, Hovorka R. Benefits and challenges of current closed-loop technologies in children and young people with type 1 diabetes. Front Pediatr. 2021;9:679484. [CrossRef] [Medline]
- Abraham MB, de Bock M, Smith GJ, et al. Effect of a hybrid closed-loop system on glycemic and psychosocial outcomes in children and adolescents with type 1 diabetes: a randomized clinical trial. JAMA Pediatr. Dec 1, 2021;175(12):1227-1235. [CrossRef] [Medline]
- Boucsein A, Watson AS, Frewen CM, et al. Impact of advanced hybrid closed loop on youth with high-risk type 1 diabetes using multiple daily injections. Diabetes Care. Mar 1, 2023;46(3):628-632. [CrossRef] [Medline]
- Wilson LM, Jacobs PG, Riddell MC, Zaharieva DP, Castle JR. Opportunities and challenges in closed-loop systems in type 1 diabetes. Lancet Diabetes Endocrinol. Jan 2022;10(1):6-8. [CrossRef] [Medline]
- Klonoff DC, Ayers AT, Ho CN, et al. Time to moderate and severe hyperglycemia and ketonemia following an insulin pump occlusion. J Diabetes Sci Technol. Nov 2024;18(6):1472-1479. [CrossRef] [Medline]
- Lebech Cichosz S, Bender C. Development of machine learning models for the identification of elevated ketone bodies during hyperglycemia in patients with type 1 diabetes. Diabetes Technol Ther. Jun 2024;26(6):403-410. [CrossRef] [Medline]
- Russell SJ, Beck RW, Damiano ER. Multicenter, randomized trial of a bionic pancreas in type 1 diabetes. N Engl J Med. Sep 29, 2022;387(13):1161-1172. [CrossRef]
- Dhatariya K. Blood ketones: measurement, interpretation, limitations, and utility in the management of diabetic ketoacidosis. Rev Diabet Stud. 2016;13(4):217-225. [CrossRef] [Medline]
- Alice Z, Amanda C. Feature engineering for machine learning: principles and techniques for data. O’Reilly Media, Inc; 2018. ISBN: 9781491953242
- Chen T, Guestrin C. XGBoost: A scalable tree boosting system. 2016. Presented at: Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining; Aug 13-17, 2016:785-794; San Francisco, CA. [CrossRef]
- Yadaw AS, Li YC, Bose S, Iyengar R, Bunyavanich S, Pandey G. Clinical features of COVID-19 mortality: development and validation of a clinical prediction model. Lancet Digit Health. Oct 2020;2(10):e516-e525. [CrossRef] [Medline]
- Xu Y, Yang X, Huang H, et al. Extreme gradient boosting model has a better performance in predicting the risk of 90-day readmissions in patients with ischaemic stroke. J Stroke Cerebrovasc Dis. Dec 2019;28(12):104441. [CrossRef] [Medline]
- Ogunleye A, Wang QG. XGBoost model for chronic kidney disease diagnosis. IEEE/ACM Trans Comput Biol Bioinform. 2020;17(6):2131-2140. [CrossRef] [Medline]
- Lebech Cichosz S, Hasselstrøm Jensen M, Schou Olesen S. Development and validation of a machine learning model to predict weekly risk of hypoglycemia in patients with type 1 diabetes based on continuous glucose monitoring. Diabetes Technol Ther. Jul 2024;26(7):457-466. [CrossRef] [Medline]
- Zeng X, Martinez TR, Inchuan Zeng X. Distribution-balanced stratified cross-validation for accuracy estimation. J Exp Theor Artif Intell. Jan 2000;12(1):1-12. [CrossRef]
- Metz CE. Basic principles of ROC analysis. Semin Nucl Med. Oct 1978;8(4):283-298. [CrossRef] [Medline]
- Lundberg SM, Lee SI. A unified approach to interpreting model predictions. arXiV. Preprint posted online on Nov 25, 2017. [CrossRef]
- Wolfsdorf J, Craig ME, Daneman D, et al. Diabetic ketoacidosis in children and adolescents with diabetes. Pediatr Diabetes. Sep 2009;10 Suppl 12:118-133. [CrossRef] [Medline]
- Woldaregay AZ, Årsand E, Botsis T, Albers D, Mamykina L, Hartvigsen G. Data-Driven blood glucose pattern classification and anomalies detection: machine-learning applications in type 1 diabetes. J Med Internet Res. May 1, 2019;21(5):e11030. [CrossRef] [Medline]
- Woldaregay AZ, Årsand E, Walderhaug S, et al. Data-Driven modeling and prediction of blood glucose dynamics: machine learning applications in type 1 diabetes. Artif Intell Med. Jul 2019;98:109-134. [CrossRef] [Medline]
- Cichosz SL, Hejlesen O. Classification of gastroparesis from glycemic variability in type 1 diabetes: a proof-of-concept study. J Diabetes Sci Technol. Sep 2022;16(5):1190-1195. [CrossRef] [Medline]
- Fleischer J, Hansen TK, Cichosz SL. Hypoglycemia event prediction from CGM using ensemble learning. Front Clin Diabetes Healthc. 2022;3:1066744. [CrossRef] [Medline]
- Cichosz SL, Frystyk J, Tarnow L, Fleischer J. Combining information of autonomic modulation and CGM measurements enables prediction and improves detection of spontaneous hypoglycemic events. J Diabetes Sci Technol. Jan 2015;9(1):132-137. [CrossRef] [Medline]
- Cichosz SL, Kronborg T, Jensen MH, Hejlesen O. Penalty weighted glucose prediction models could lead to better clinically usage. Comput Biol Med. Nov 2021;138:104865. [CrossRef] [Medline]
Abbreviations
AUC: area under the curve |
CGM: continuous glucose monitoring |
DKA: diabetic ketoacidosis |
PR: precision recall |
ROC: receiver operating characteristic |
SHAP: SHapley additive exPlanations |
T1D: type 1 diabetes |
TRIPOD: Transparent Reporting of a Multivariable Prediction Model for Individual Prognosis or Diagnosis |
XGBoost: extreme gradient boosting |
Edited by Sheyu Li; submitted 23.10.24; peer-reviewed by Heyue Du, Michael Mitter; final revised version received 09.03.25; accepted 09.03.25; published 10.04.25.
Copyright© Simon Cichosz, Clara Bender. Originally published in JMIR Diabetes (https://diabetes.jmir.org), 10.4.2025.
This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in JMIR Diabetes, is properly cited. The complete bibliographic information, a link to the original publication on https://diabetes.jmir.org/, as well as this copyright and license information must be included.