Skip to main content

ORIGINAL RESEARCH article

Front. Surg., 07 February 2023
Sec. Otorhinolaryngology - Head and Neck Surgery

Development and validation of a machine learning-based predictive model for secondary post-tonsillectomy hemorrhage

\r\nXiandou Hu,,&#x;Xiandou Hu1,2,†Zixuan Yang,&#x;Zixuan Yang2,†Yuhu MaYuhu Ma3Mengqi Wang,Mengqi Wang1,2Weijie Liu,Weijie Liu2,4Gaoya QuGaoya Qu2Cuiping Zhong
\r\nCuiping Zhong2*
  • 1The First School of Clinical Medicine, Gansu University of Chinese Medicine, Lanzhou, China
  • 2Otolaryngology Head and Neck Surgery, The 940th Hospital of Joint Logistics Support Force of Chinese People's Liberation Army, Lanzhou, China
  • 3The First School of Clinical Medicine, Lanzhou University, Lanzhou, China
  • 4School of Clinical Medicine, Ningxia Medical University, Yinchuan, China

Background: The main obstacle to a patient's recovery following a tonsillectomy is complications, and bleeding is the most frequent culprit. Predicting post-tonsillectomy hemorrhage (PTH) allows for accurate identification of high-risk populations and the implementation of protective measures. Our study aimed to investigate how well machine learning models predict the risk of PTH.

Methods: Data were obtained from 520 patients who underwent a tonsillectomy at The 940th Hospital of Joint Logistics Support Force of Chinese People's Liberation Army. The age range of the patients was 2–57 years, and 364 (70%) were male. The prediction models were developed using five machine learning models: decision tree, support vector machine (SVM), extreme gradient boosting (XGBoost), random forest, and logistic regression. The performance of the models was evaluated using the area under the receiver operating characteristic curve (AUC). Shapley additive explanation (SHAP) was used to interpret the results of the best-performing model.

Results: The frequency of PTH was 11.54% among the 520 patients, with 10.71% in the training group and 13.46% in the validation set. Age, BMI, season, smoking, blood type, INR, combined secretory otitis media, combined adenoidectomy, surgical wound, and use of glucocorticoids were selected by mutual information (MI) method. The XGBoost model had best AUC (0.812) and Brier score (0.152). Decision curve analysis (DCA) showed that the model had a high clinical utility. The SHAP method revealed the top 10 variables of MI according to the importance ranking, and the average of the age was recognized as the most important predictor variable.

Conclusion: This study built a PTH risk prediction model using machine learning. The XGBoost model is a tool with potential to facilitate population management strategies for PTH.

Introduction

Tonsillectomy is one of the most common surgical procedures in otolaryngology-head and neck. Over 600,000 tonsil-related treatments are reportedly carried out annually across the globe (1). However, postoperative complications remain the greatest challenge for patient recovery, occurring in about 5%–15% of cases, the most common of which is related to post-tonsillectomy hemorrhage (PTH) (1, 2). The incidence of PTH is approximately 1%–19%. PTH is regarded as a primary cause of death related with tonsillectomy and has been suggested to be a potentially lethal complication, particularly in children (3, 4). Anemia and hemodynamic abnormalities, which can hinder the patient’s recovery and even necessitate repeat surgery, are possible PTH hazards that could have a negative psychological impact on the patient as well as physical harm. Sarny et al. found that the reoperation rate after tonsillectomy was 4.6 percent in a multicenter cohort of 9,405 adult and pediatric patients in Austria, with PTH being the most significant complication (5, 6). Clinical doctors should conduct studies and be concerned with determining how to find the risk factors and reduce PTH.

Previous investigations have recorded the characteristics and the prevalence of PTH (6). Age, gender, surgical indication, surgical method, perioperative drugs (including NSAIDs and glucocorticoids), and seasonal fluctuations are only a few of the many factors associated with PTH (710). The causes of PTH risk, however, are currently very highly contentious. Therefore, accurate risk prediction for PTH and excellent identification of high-risk individuals will give clinicians the required direction for prevention and treatment (11).

In recent years, artificial intelligence has been widely used to explore early warning predictions for many disease complications. Machine learning models and advanced statistical tools can be used to predict the outcome of complex datasets based on iterative learning, thereby making these models more accurate and stable through the selection of variable features. Therefore, more researchers advocate the use of new predictive models based on machine learning to support personalized treatment for patients (1113). To the best of our knowledge, there is no predictive model for PTH based on machine learning.

This study used machine learning method to develop and validate prediction models, to provide individualized management for the postoperative prognosis of patients.

Materials and methods

Patient studies were conducted according to the guiding principles of the Helsinki Declaration and were approved by the Ethics Committee of the 940th Hospital of Joint Logistics Support Force of Chinese People’s Liberation Army (2022KYLL165).

Study population

This study collected patients who visited our otorhinolaryngology-head and neck surgery department for tonsillectomy from January 2018 to January 2022. The exclusion criteria were as follows: (1) Preoperative tests suggest that the patient had coagulopathy or a corresponding family history; (2) Patients diagnosed with malignancy after surgery; (3) Documentation of incomplete medical records;4. Patients who bleed within 24 h after tonsillectomy (primary bleeding). Figure 1 presents the inclusion and exclusion criteria as well as the patient-select flowchart. In total 520 patients were identified, including 60 PTH cases and 460 non-PTH cases. A random number generated by the computer was allocated to the training group (n = 364) and validation group (n = 156) in a ratio of 7:3.

FIGURE 1
www.frontiersin.org

Figure 1. Flowchart of patient selection. Non-PTH, No Post-tonsillectomy hemorrhage; PTH, Post-tonsillectomy hemorrhage.

Study variables

Risk prediction models were created using 27 variables selected from medical reports and published literature. Including (1) Basic patient information: sex, age, BMI, smoking, alcohol drinking, nation, address, season, tonsillitis attack per year, combined secretory otitis media, combined allergic rhinitis, diagnosis, tonsil grading, pharyngeal congestion, use of glucocorticoids, use of atomization inhalation, combined adenoidectomy, surgical wound, whether tonsillar pillars were sutured, pre-operative infection, and post-operative infection. (2) laboratory test: blood type, fibrinogen, activated partial thromboplastin time (APTT), prothrombin time (PT), thrombin time (TT), international normalized ratio (INR). Multiple imputations were used for missing data. The data was assumed to be missing at random, fully conditional imputation was performed using R software version 4.0.4. Smote oversampling of the data was performed using python version 3.9.0.

Model development and evaluation

The variable selection used the mutual information (MI) method, and created a binary outcome model for the prediction of the risk of PTH based on the selected predictors, a binary outcome for the prediction model was defined as the presence or absence of PTH. To develop predictive models used five machine learning methods (decision trees, support vector machines (SVM), extreme gradient boosting (XGBoost), random forests, and logistic regression). The receiver operating characteristic (ROC) curve, area under the curve (AUC), accuracy, sensitivity, specificity, positive predictive value (PPV), and negative predictive value (NPV) were used to evaluate the predictive power of the model. In addition, decision curve analysis (DCA) was performed to assess the utility of the decision model by quantifying the net benefit under different threshold probabilities. The interpretation of the prediction model was performed by SHAP, a unified approach that precisely calculates the contribution and impact of each variable on the final prediction (12). Each observation in the dataset can be interpreted by a specific SHAP value.

Statistical analysis

Statistical analysis using Python version 3.9.0 and R software version 4.0.4. Continuous variables were expressed as the median and interquartile range (IQR) or mean and standard deviation (SD), and categorical variables were expressed as frequencies and percentages. Mann–Whitney U test and Independent Samples t-test were performed to compare continuous variables. Fisher's exact test and χ2 test were used to compare categorical variables. A two-sided P-value <0.05 indicated that the difference was statistically significant.

Results

Patient characteristics

520 patients were included in this analysis. Among them, the age distribution of the patients was 2–57 years, 364 (70%) patients were male. The incidence of PTH was 11.54%, 10.71% in the training set, and 13.46% in the validation set. The clinical characteristics of the training and validation sets were not statistically significantly different. Baseline information and clinical characteristics of the patients were shown in Table 1.

TABLE 1
www.frontiersin.org

Table 1. Clinical characteristics in the training and validation sets.

Model building and evaluation

Variable selection was performed using the mutual information (MI) method, and 10 variables were screened, including Age, BMI, season, smoking, blood type, INR, combined secretory otitis media, combined adenoidectomy, surgical wound, and use of glucocorticoids. The 10 variables selected were entered using five machine learning models to predict the risk of PTH. The performance evaluation of the five machine learning models in validation set is shown in Table 2. The ROC curve of five machine learning models in the training set were shown in the Supplementary Figure S1. Compared to other models, the XGBoost model had the highest AUC (0.812), Specificity (0.788), positive predictive value (0.768) and negative predictive value (0.715), and its four hyperparameters were n_estimators = 200, min_samples_split = 20, min_samples_leaf = 10, max_depth = 2. While logistic regression has the worst generalization ability (AUC = 0.69) in validation set, as shown in Figure 2.

FIGURE 2
www.frontiersin.org

Figure 2. Evaluation of the five machine learning models based on the AUC of the ROC curve in validation set. AUC, area under the curve; ROC, receiver operating characteristic.

TABLE 2
www.frontiersin.org

Table 2. Performance of predictive models generated by five machine learning models.

DCA was performed on the five machine learning models in the validation set to compare the net benefit of the best model and clinical decision alternatives (Figure 3). Clinical net benefit is defined as the minimum probability of disease, when further intervention would be warranted. The plot measures the net benefit at different threshold probabilities (12). The blue line in Figure 3 indicates the hypothesis that all patients received the intervention, while the black line indicates that no patients received the intervention due to the heterogeneity of the study population. In contrast, the net benefits of the XGBoost model exceeded that of other models in the validation set.

FIGURE 3
www.frontiersin.org

Figure 3. A decision curve was used to evaluate the clinical utility of models. The y axis shows net income. the x axis shows the threshold probability. Within a reasonable threshold probability range, the XGBoost model in the validation set achieved higher benefits.

In addition, this study used the calibration curve Brier metric to evaluate the model performance (1416). AUC measures the overall ability of the model to distinguish between high and low risk patients; however, it hardly reflects the performance of the model over the entire range of possible predictions. This defect is compensated for by its calibration curve, which is plotted to show the relation between the model prediction and the label (17). As in Figure 4, x-axis represents the probability of PTH calculated by the clinic model, and y-axis represents the actual rate of PTH. The diagonal dashed line indicates a perfect estimation of the ideal model, which means that the estimated result is the same as the actual result. The solid line indicates the performance of the clinical model, and its close alignment with the diagonal dashed line indicates a good estimate. It can be seen that the XGBoost model is better than the others, with a Brier score of 0.152.

FIGURE 4
www.frontiersin.org

Figure 4. Calibration curves of five machine learning models in the validation set.

Explanation of risk factors

The results of the XGBoost model were interpreted with SHAP by calculating the contribution of each variable to the prediction. The SHAP summary plot and the importance matrix plot of the XGBoost model were shown in Figure 5. The SHAP summary plot (Figure 5A) had one point for each feature per patient based on the estimated value, where red represents the higher value and blue represents the lower value. The horizontal coordinate is the SHAP value. The larger shape indicated that the feature had a high predictive value for the risk of PTH in a given sample. Importance matrix plots depicted the importance of each variable in predicting the risk of PTH (Figure 5B). In summary, the top 10 characteristics in descending order of importance were: age, INR, season, combined with adenoidectomy, blood type, BMI, combined with secretory otitis media, surgical wound, use of glucocorticoids, and smoking.

FIGURE 5
www.frontiersin.org

Figure 5. (A) SHAP summary plot of clinical features. Each feature of each patient was colored by a point according to an attribute value. Red represents a higher value, and blue represents a lower value. (B) shows the importance matrix plot of the XGBoost model, describing the importance of each variable in predicting PTH. Adenoid resection: adenoidectomy.

Applying predictive models

SHAP force plots illustrated profiles of patients at high or low risk for developing an outcome and showed how a predictive model can facilitate personalized treatment planning. SHAP force plots for the XGBoost model were shown in Figure 6. SHAP values represent the relevant predictive features of an individual patient and the contribution of each feature to PTH prediction. Red indicates features with PTH risk and blue indicates features without PTH risk. The length of the arrow helps to realize the size of the predicted effect. The longer the arrow, the larger the effect. Figure 6A showed an 8-year-old patient with a predicted PTH probability of 24.6%. Figure 6B showed a 29-year-old patient with a predicted PTH probability of 91.3%. Figure 6C showed the parameters with negative influence in blue and those with positive influence in red. The advantage of this graph was that it gave a clear combination of parameters that contribute greatly to the model.

FIGURE 6
www.frontiersin.org

Figure 6. SHAP force plot for patients in the dataset at high (A) or low (B) risk of PTH; 1, 2, 3 and 4 represents spring, summer, autumn, winter and blood type A, B, O, AB; (C) SHAP values (global interpretation) for the training set. The abscissa represents each patient, and the ordinate represents the SHAP value.

Discussion

According to previous studies, the risk factors associated with PTH were more controversial. At this stage, despite the understanding of PTH and the implementation of the concept of post-tonsillectomy management in many centers, there are still some unknowns and regional differences that cause hemorrhage. Due to the increasing need for cost-effectiveness in healthcare systems, patterns of postoperative care and clinical decisions making also vary greatly in different countries and institutions. To the authors' knowledge, there has been little development of PTH prediction models. Accurate prediction of prognosis is crucial for patient-centered care, whether to guide inclusive decision-making or select treatment strategies. The application of machine learning to medical and clinical conditions forms a major emerging research trend (18). In this study, predictive risk factors for PTH were identified using the mutual information method and risk prediction models for PTH were created. The performance of five machine learning models was compared. The results showed that the XGBoost model had the highest AUC, positive predictive value, and negative predictive value. The SHAP method further explained the predictors and model prediction performance. It also provided a simple and robust method for personalized prediction of PTH, which can provide important information for medical decision support.

For an overview of the XGBoost logic, this non-linear machine learning model used the input (independent) variables in the training dataset to construct an array of decision trees in every possible combination to establish a series of thresholds that split variables to maximize the information gain (19). In our study, the XGBoost model predicted patient risk with excellent calibration and good validation. Previous reports have described machine learning techniques as “black boxes” that provide little information on how predictions are made. This reduces clinician acceptance because they are reluctant to make medical diagnoses based on opaque decisions (20). We used the SHAP method to explain the decision-making process of the XGBoost model. In clinical practice, visualization of SHAP can be translated into clinical insight. It can show the accuracy and complexity of the prediction model better and provide some reference for postoperative patient care and personalized decision-making treatment (14).

Among the several important factors explained by SHAP, age has been confirmed to be a risk factor for PTH. Compared with children, adult patients have a higher risk of PTH. Some studies suggest that the postoperative bleeding rate of adults is as high as 8.6%–14.5%, while that of children is about 2.1%-5% (4, 20). A reasonable explanation is that adults with long-lasting chronic tonsillitis are prone to fibrosis of the tonsillar bed and that dissection of the tonsils can make surgery more difficult (21). The results of a previous retrospective study involving 897 patients showed that INR ≥ 1.2 as a risk factor helped to identify patients at higher risk of hemorrhage (4). INR was also identified as an important predictor in our study. This is consistent with previous studies. In addition, many past studies have shown a correlation between season and increased risk of PTH (22). It has been suggested that higher altitude and lower atmospheric moisture enhance the incidence of mucosal surface hemorrhage (23). In this study, the bleeding rate of patients increased in the spring. Our hospital is located in a high-altitude area in northwest China, where spring is relatively dry. It is regrettable that more detailed atmospheric data information was not further obtained in this study. However, it is necessary for the season to be used as an important factor to predict the PTH. In addition, some studies suggested that obesity, smoking, blood type, and perioperative hormone use were all important factors affecting the incidence of PTH (2427). It had even been suggested that patients undergoing tonsillectomy must quit smoking to avoid bleeding after tonsillectomy. It is worth mentioning that in this study, we believed that the wound of the tonsillar fossa after surgery played a role. Our study found an increased rate of postoperative hemorrhage in patients with thicker and yellowing tonsillar fossa wounds after tonsillectomy. Few studies have investigated trauma as a potential factor. Therefore, we believe that attention should be paid to patients with yellowing of the tonsillar fossa and thickened white membranes after tonsillectomy.

This study has several strengths. Firstly, our study created and validated the first PTH risk prediction model by machine learning methods. Second, we included 10 risk factors, including surgical wound, and season, which were easy to be ignored. Third, our model can be used by clinicians and nurses as an intuitive way to predict PTH risk for the appropriate management of high-risk patients. Finally, this model can provide a new idea for future PTH research.

Our study has some limitations. The sample size in this study was small. Although we performed internal validation, external validation is needed to obtain more clinical evidence. The machine learning model in this study used the presence of combined secretory otitis media and adenoidectomy as predictor variables, but the number of adults with these diseases was small, so there was some confounding bias, and further studies are still needed to develop prediction models for different age groups. In addition, some scholars believe that primary bleeding is usually attributed to the type of surgical technique, and primary and secondary bleeding needs to be carefully distinguished and studied separately (28). The coblation technique is used for all tonsillectomies in our hospital. Therefore, the study focuses on the secondary hemorrhage. Furthermore, although the SHAP model can determine the influence of patient characteristics on prediction, this is only a mapping relationship between predictor variables and prediction outcomes, rather than a causal relationship (29). Despite these limitations, we developed the XGBoost model as a tool that has the potential to facilitate individualized treatment strategies for patients.

Conclusion

In conclusion, we identified baseline demographic and clinical variables as predictive risk factors for PTH and used machine learning to construct a PTH risk prediction model for patients after tonsillectomy. The XGBoost model could efficiently improve the predictive accuracy of PTH. With increasing use in medicine, machine learning models could be considered for inclusion in clinical pathway decisions for clinical use and further validation. Future research will explore additional machine learning models applicable to predicting PTH risk.

Data availability statement

The original contributions presented in the study are included in the article/Supplementary Material, further inquiries can be directed to the corresponding author/s.

Ethics statement

The studies involving human participants were reviewed and approved by Ethics Committee of the 940th Hospital of Joint Logistics Support Force of Chinese People’s Liberation Army. Written informed consent from the participants’ legal guardian/next of kin was not required to participate in this study in accordance with the national legislation and the institutional requirements.

Author contributions

HX, YZ and MY performed the data analyses and wrote the manuscript; HX, MY, WM, QG and LW performed the experiment; HX, YZ and MY contributed significantly to analysis and manuscript preparation; ZC and QG helped perform the analysis with constructive discussions; HX, YZ and ZC contributed to the conception of the study. All authors contributed to the article and approved the submitted version.

Funding

This work was supported by the 2018 Army Medical Science and Technology Youth Incubation Program Fund (Approval No. 18QNP047); the 2021 Gansu Provincial Youth Science and Technology Fund (Approval No. 20JR10RA011); the Gansu Provincial Youth Science and Technology Fund (Approval No. 20JR10RA013) and the Major Needs Incubation Project Fund (Approval No. 31920220107).

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.

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.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fsurg.2023.1114922/full#supplementary-material.

References

1. Afman CE, Welge JA, Steward DL. Steroids for post-tonsillectomy pain reduction: meta-analysis of randomized controlled trials. Otolaryngol Head Neck Surg. (2006) 134:181–6. doi: 10.1016/j.otohns.2005.11.010

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Leung P, DeVore EK, Kawai K, Yuen S, Kenna M, Irace AL, et al. Does ibuprofen increase bleed risk for pediatric tonsillectomy? Otolaryngol Head Neck Surg. (2021) 165:187–96. doi: 10.1177/0194599820970943

PubMed Abstract | CrossRef Full Text | Google Scholar

3. McLean JE, Hill CJ, Riddick JB, Folsom CR. Investigation of adult post-tonsillectomy hemorrhage rates and the impact of NSAID use. Laryngoscope. (2022) 132:949–53. doi: 10.1002/lary.29844

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Gonçalves AI, Rato C, de Vilhena D, Duarte D, Lopes G, Trigueiros N. Evaluation of post-tonsillectomy hemorrhage and assessment of risk factors. Eur Arch Otorhinolaryngol. (2020) 277:3095–102. doi: 10.1007/s00405-020-06060-1

CrossRef Full Text | Google Scholar

5. Dhaduk N, Rodgers A, Govindan A, Kalyoussef E. Post-tonsillectomy bleeding: a national perspective. Ann Otol Rhinol Laryngol. (2021) 130:941–7. doi: 10.1177/0003489420987438

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Blakley BW. Post-tonsillectomy bleeding: how much is too much? Otolaryngol Head Neck Surg. (2009) 140:288–90. doi: 10.1016/j.otohns.2008.12.005

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Tomkinson A, Harrison W, Owens D, Harris S, McClure V, Temple M. Risk factors for postoperative hemorrhage following tonsillectomy. Laryngoscope. (2011) 121:279–88. doi: 10.1002/lary.21242

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Francis DO, Fonnesbeck C, Sathe N, McPheeters M, Krishnaswami S, Chinnadurai S. Postoperative bleeding and associated utilization following tonsillectomy in children. Otolaryngol Head Neck Surg. (2017) 156:442–55. doi: 10.1177/0194599816683915

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Akin RC, Holst R, Schousboe LP. Risk factors for post-tonsillectomy haemorrhage. Acta Otolaryngol. (2012) 132:773–7. doi: 10.3109/00016489.2012.660545

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Aldrees T, Alzuwayed A, Majed A, Alzamil A, Almutairi M, Aloqaili Y. Evaluation of secondary post-tonsillectomy bleeding among children in Saudi Arabia: risk factor analysis. Ear Nose Throat J. (2022) 101:Np135–42. doi: 10.1177/0145561320944662

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Xue X, Liu Z, Xue T, Chen W, Chen X. Machine learning for the prediction of acute kidney injury in patients after cardiac surgery. Front Surg. (2022) 9:946610. doi: 10.3389/fsurg.2022.946610

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Li J, Liu S, Hu Y, Zhu L, Mao Y, Liu J. Predicting mortality in intensive care unit patients with heart failure using an interpretable machine learning model: retrospective cohort study. J Med Internet Res. (2022) 24:e38082. doi: 10.2196/38082

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Deo RC. Machine learning in medicine. Circulation. (2015) 132:1920–30. doi: 10.1161/CIRCULATIONAHA.115.001593

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Dong Z, Wang Q, Ke Y, Zhang W, Hong Q, Liu C, et al. Prediction of 3-year risk of diabetic kidney disease using machine learning based on electronic medical records. J Transl Med. (2022) 20:143. doi: 10.1186/s12967-022-03339-1

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Liu C, Liu X, Mao Z, Hu P, Li X, Hu J, et al. Interpretable machine learning model for early prediction of mortality in ICU patients with rhabdomyolysis. Med Sci Sports Exercise. (2021) 53:1826–34. doi: 10.1249/MSS.0000000000002674

CrossRef Full Text | Google Scholar

16. Rufibach K. Use of brier score to assess binary predictions. J Clin Epidemiol. (2010) 63:938–9; author reply 9. doi: 10.1016/j.jclinepi.2009.11.009

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Liu J, Wang C, Yan R, Lu Y, Bai J, Wang H, et al. Machine learning-based prediction of postpartum hemorrhage after vaginal delivery: combining bleeding high risk factors and uterine contraction curve. Arch Gynecol Obstet. (2022) 306:1015–25. doi: 10.1007/s00404-021-06377-0

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Kang MW, Kim J, Kim DK, Oh KH, Joo KW, Kim YS, et al. Machine learning algorithm to predict mortality in patients undergoing continuous renal replacement therapy. Crit Care (London, England). (2020) 24:42. doi: 10.1186/s13054-020-2752-7

CrossRef Full Text | Google Scholar

19. Guinsburg AM, Jiao Y, Bessone MID, Monaghan CK, Magalhães B, Kraus MA, et al. Predictors of shorter- and longer-term mortality after COVID-19 presentation among dialysis patients: parallel use of machine learning models in Latin and North American countries. BMC Nephrol. (2022) 23:340. doi: 10.1186/s12882-022-02961-x

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Voosen P. The AI detectives. Science (New York, NY). (2017) 357:22–7. doi: 10.1126/science.357.6346.22

CrossRef Full Text | Google Scholar

21. Schrock A, Send T, Heukamp L, Gerstner AO, Bootz F, Jakob M. The role of histology and other risk factors for post-tonsillectomy haemorrhage. Eur Arch Otorhinolaryngol. (2009) 266(12):1983–7. doi: 10.1007/s00405-009-0958-z

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Collison PJ, Mettler B. Factors associated with post-tonsillectomy hemorrhage. Ear Nose Throat J. (2000) 79:640–2, 4, 6 passim. doi: 10.1177/014556130007900820

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Cadd B, Rogers M, Patel H, Crossland G. (Ton)silly seasons? Do atmospheric conditions actually affect post-tonsillectomy secondary haemorrhage rates? J Laryngol Otol. (2015) 129:702–5. doi: 10.1017/S0022215115001292

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Hoshino T, Tanigawa T, Yanohara G, Murotani K, Horibe Y, Murohara T, et al. Effect of body mass index on posttonsillectomy hemorrhage. BioMed Res Int. (2017) 2017:9610267. doi: 10.1155/2017/9610267

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Inuzuka Y, Mizutari K, Kamide D, Sato M, Shiotani A. Risk factors of post-tonsillectomy hemorrhage in adults. Laryngoscope Investig Otolaryngol. (2020) 5:1056–62. doi: 10.1002/lio2.488

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Li Z, Zhang L, Fu Z, Tian X, Zhang L, Zhu Y. Bipolar diathermy-assisted coblation really affects post-tonsillectomy haemorrhage rate and white membrane in paediatric tonsillectomy. B-ent. (2017) 13:45–9. PMID: 2955756229557562

PubMed Abstract | Google Scholar

27. Archer NM, Forbes PW, Dargie J, Manganella J, Licameli GR, Kenna MA, et al. Association of blood type with postsurgical mucosal bleeding in pediatric patients undergoing tonsillectomy with or without adenoidectomy. JAMA Netw Open. (2020) 3:e201804. doi: 10.1001/jamanetworkopen.2020.1804

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Xu B, Jin HY, Wu K, Chen C, Li L, Zhang Y, et al. Primary and secondary postoperative hemorrhage in pediatric tonsillectomy. World J Clin Cases. (2021) 9(7):1543–53. doi: 10.12998/wjcc.v9.i7.1543

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Xie P, Li Y, Deng B, Du C, Rui S, Deng W, et al. An explainable machine learning model for predicting in-hospital amputation rate of patients with diabetic foot ulcer. Int Wound J. (2022) 19:910–8. doi: 10.1111/iwj.13691

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: chronic tonsillitis, tonsillectomy, secondary hemorrhage, machine learning, predictive model

Citation: Hu X, Yang Z, Ma Y, Wang M, Liu W, Qu G and Zhong C (2023) Development and validation of a machine learning-based predictive model for secondary post-tonsillectomy hemorrhage. Front. Surg. 10:1114922. doi: 10.3389/fsurg.2023.1114922

Received: 3 December 2022; Accepted: 16 January 2023;
Published: 7 February 2023.

Edited by:

Chen Chen, Stanford University, United States

Reviewed by:

Li Shi, Fourth Military Medical University, China
Peng Han, The First Affiliated Hospital of Xi’an Jiaotong University, China

© 2023 Hu, Yang, Ma, Wang, Liu, Qu and Zhong. 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: Cuiping Zhong doctorzhongcp@163.com

These authors have contributed equally to this work.

Specialty Section: This article was submitted to Otorhinolaryngology - Head and Neck Surgery, a section of the journal Frontiers in Surgery

Abbreviations PTH, Post-tonsillectomy hemorrhage; AUC, Area under the receiver operating characteristic curve; DCA, Decision curve analysis; PPV, Positive predictive value; NPV, Negative predictive value; BMI, Body Mass Index; APTT, Activated partial thromboplastin time; PT, Prothrombin time; TT, Thrombin time; FIB, Fibrinogen; INR, International normalized ratio.

Disclaimer: 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.