Skip to main content

ORIGINAL RESEARCH article

Front. Med., 18 January 2022
Sec. Gastroenterology

Application of Machine Learning Algorithms to Predict Lymph Node Metastasis in Early Gastric Cancer

  • 1Department of General Surgery, First Affiliated Hospital of Nanchang University, Nanchang, China
  • 2Department of Gastrointestinal Surgery, Second Affiliated Hospital of Nanchang University, Nanchang, China
  • 3Department of Day Ward, First Affiliated Hospital of Nanchang University, Nanchang, China
  • 4Department of Nuclear Medicine, Jiangxi Province Key Laboratory of Laboratory Medicine, Second Affiliated Hospital of Nanchang University, Nanchang, China
  • 5Department of Rheumatology and Immunology, First Affiliated Hospital of Nanchang University, Nanchang, China

Objective: This study aimed to establish the best early gastric cancer lymph node metastasis (LNM) prediction model through machine learning (ML) to better guide clinical diagnosis and treatment decisions.

Methods: We screened gastric cancer patients with T1a and T1b stages from 2010 to 2015 in the Surveillance, Epidemiology and End Results (SEER) database and collected the clinicopathological data of patients with early gastric cancer who were treated with surgery at the Second Affiliated Hospital of Nanchang University from January 2014 to December 2016. At the same time, we applied 7 ML algorithms—the generalized linear model (GLM), RPART, random forest (RF), gradient boosting machine (GBM), support vector machine (SVM), regularized dual averaging (RDA), and the neural network (NNET)—and combined them with patient pathological information to develop the best prediction model for early gastric cancer lymph node metastasis. Among the SEER set, 80% were randomly selected to train the models, while the remaining 20% were used for testing. The data from the Second Affiliated Hospital were considered as the external verification set. Finally, we used the AUROC, F1-score value, sensitivity, and specificity to evaluate the performance of the model.

Results: The tumour size, tumour grade, and depth of tumour invasion were independent risk factors for early gastric cancer LNM. Comprehensive comparison of the prediction model performance of the training set and test set showed that the RDA model had the best prediction performance (F1-score = 0.773; AUROC = 0.742). The AUROC of the external validation set was 0.73.

Conclusions: Tumour size, tumour grade, and depth of tumour invasion were independent risk factors for early gastric cancer LNM. ML predicted LNM risk more accurately, and the RDA model had the best predictive performance and could better guide clinical diagnosis and treatment decisions.

Introduction

Gastric cancer ranks as the fifth most common malignant tumour and third in mortality worldwide (1, 2). Early gastric cancer (EGC) is defined as lesions confined to the mucosa and submucosa, regardless of size or lymph node metastasis (3).

EGC treatment is being gradually replaced by more minimally invasive methods, such as endoscopic mucosectomy and endoscopic submucosal dissection (4, 5). Compared with gastrectomy, endoscopic treatment has the advantages of a short operation time, less trauma, faster recovery, and fewer complications (68). The main risk of minimally invasive endoscopic treatment is lymph node metastasis (LNM), which severely affects the prognosis of patients, and lymph node dissection is required for patients with LNM (9, 10). According to reports, the rate of LNM in EGC is 10–25.3% (9, 11). Endoscopic treatment of EGC patients with LNM undoubtedly increases the risk of recurrence. Therefore, an accurate prediction of the possibility of LNM in EGC before surgery can better guide clinical decision-making.

Presently, studies have reported the risk factors for lymph node metastasis in EGC and have established predictive models. However, these results regarding certain risk factors for lymph node metastasis were inconsistent (12, 13). Because of the complexity of medical data, important connections exist between the various factors of the prediction model, and visible differences are observed in the calculation methods of the model. Machine learning (ML) algorithms are methods that can accurately process raw data, analyse the connections among important data, and make accurate decisions (14, 15). Compared with traditional regression methods, ML algorithms are characterized by their superior performance in predicting results within large databases (16, 17). Currently, considering the complexity and hugeness of medical data, machine learning algorithms have critical application value in assisting disease diagnosis and predicting clinical outcomes (18, 19). Liu et al. established an RF model using machine learning to accurately predict the risk of bone metastasis in thyroid cancer patients (20). Using machine learning and comparing six machine learning algorithms, Zhu et al. finally established an XGBoost model with the best performance in predicting the occurrence of central lymph node metastasis for papillary thyroid cancer patients, helping patients better determine the scope of surgery (21).

Therefore, this study used ML to compare the efficacy of different prediction models for LNM of EGC to identify an accurate prediction method and accurately guide the selection of clinical diagnosis and treatment plans.

Methods

Study Population

The data were obtained from the Surveillance, Epidemiology and End Results (SEER) database of the National Cancer Institute, which covers basic information for ~28% of US cases. The collection of patient information did not require informed consent because this information was publicly available (account number: 12,846-Nov 2019). From the database, we mainly collected relevant information, including general characteristics, clinical tumour characteristics, pathological characteristics, treatment methods, survival and prognosis. We also collected the clinical data of EGC patients who were treated with surgery from January 2014 to December 2016 at the Second Affiliated Hospital of Nanchang University. The inclusion criteria were as follows: (1) Patients undergoing surgical treatment; (2) A pathological diagnosis of early gastric cancer; (3) Complete survival information. The exclusion criteria were as follows: (1) Multiple tumours in situ; (2) Distant metastasis; (3) Incomplete tumour staging; (4) Incomplete information. The tumour site, grade, and histology were coded according to the International Classification of Diseases for Oncology, version 3. Tumour stage was coded according to the AJCC tumour–node–metastasis staging system, 7th edition (22). The detailed screening process is shown in Figure 1B.

FIGURE 1
www.frontiersin.org

Figure 1. Flow chart of data screening and statistical analysis [(A) statistical analysis; (B) data screening].

Data Classification

Gastric cancer patients were diagnosed from 2010 to 2015. The ages were grouped as follows: <50 years, 50–60 years, 60–70 years, 70–80 years, and >80 years. Race was grouped as follows: White, Black, and other (American Indian/AK Native, Asian/Pacific Islander). Tumour size was divided as follows: <2 cm, 2–5 cm, >5 cm and NA. Tumour grade was divided as follows: Grade I, Grade II, Grade III, Grade IV, and NA. Tissue classification included signet ring cell carcinoma and non-signet ring cell carcinoma. The depth of tumour invasion included T1a and T1b. The location of the primary tumour was grouped as follows: cardia, fundus, gastric body, antrum, pylorus, lesser curvature, greater curvature, and overlapping/NOS.

Statistical Methods

For descriptive statistics, chi-squared test or Fisher's exact probability method was used to compare categorical variables. Binary logistic regression was used to analyse the risk factors for lymph node metastasis of EGC. The results were represented by odds ratios (ORs) and 95% confidence intervals (CIs) using the caret package (R software, version 4.1.0) and establishment of different prediction models. Missing values were detected using the mice package and filled with predictive mean matching. The database patients were randomly divided into a training set and a test set at a ratio of 8:2, and hospital patients were used as the external verification set. The training set was used for model development, and the test set was used for evaluation and verification. Considering that the proportion of patients with LNM was too low, we used the ROSE package to balance the training set. Since then, 7 types of ML algorithms have been established by the training set, including the generalized linear model (GLM), RPART, random forest (RF), gradient boosting machine (GBM), support vector machine (SVM), regularized dual averaging (RDA), and the neural network (NNET). During the training process, 10 cross-validations were performed for each model to maintain the stability of the models, and the best hyperparameters were selected using random search. In the test set, the F1-score value, AUROC, sensitivity and specificity of each model were used to comprehensively evaluate the model, compare the performance differences of different prediction models, and conduct difference testing. Finally, the independent external verification set was used to further validate the accuracy and generalization ability of the best prediction model (Figure 1A).

Results

General Characteristics

According to our inclusion and exclusion criteria, the SEER database involved 2,294 patients, including 1,839 cases in the training set and 458 cases in the test set. The LNM rate of the training set was 14.5%. The LNM rate of the test set was 14.4%.A total of 227 cases were identified in the external validation set, and the LNM rate was 51.1%. Table 1 displays the clinical and pathological variables of the SEER dataset and external validation set.

TABLE 1
www.frontiersin.org

Table 1. Clinical and pathological characteristics of SEER date and validation set.

Analysis of Risk Factors for LNM in EGC Patients

First, univariate analysis showed that race, tumour size, tumour grade, tumour tissue type, tumour location, and depth of tumour invasion were related to LNM, and the results were statistically significant (P < 0.05) (Table 2). We conducted binary logistic regression analysis on factors P < 0.1 (age, race, tumour size, tumour grade, tumour tissue type, tumour site, and depth of invasion). Tumour size, tumour grade and infiltration depth were independent risk factors for LNM in patients with EGC (Table 3). The external validation set also confirmed that tumour size, tumour grade, and depth of invasion were risk factors for lymph node metastasis (P < 0.05) (Table 4).

TABLE 2
www.frontiersin.org

Table 2. General characteristics and lymph node metastasis in the SEER database.

TABLE 3
www.frontiersin.org

Table 3. Multivariate analysis of the risk of LNM in the SEER database.

TABLE 4
www.frontiersin.org

Table 4. General characteristics and lymph node metastasis of the external verification group.

Model Performance in Predicting LNM

The parameters of the training set were adjusted to balance the model and avoid overfitting the model. After balancing the parameters of the training set, we found that the GBM model had the best predictive ability, with AUCROC = 0.825 (Figure 2). The AUCROC of all the models in the test set was >0.7, where NNET had the highest AUCROC (0.758) and SVM AUCROC (0.7) was the lowest (Figure 3). The F1-score value was suitable to evaluate the predictive performance of unbalanced samples. In the test set, RDA had the best predictive performance, which was significantly better than that of GBM (F1-score: 0.773, sensitivity (recall): 0.661, specificity: 0.712; F1-score: 0.731, sensitivity (recall): 0.607, specificity: 0.682). Based on these results, RDA was selected as the best model to predict LNM (Table 5). At the same time, we collected 227 patients from the Second Affiliated Hospital of Nanchang University from January 2014 to December 2016 as an external validation set to verify the applicability of the RDA prediction model (AUCROC = 0.73). Therefore, we believe that the RDA model is robust in predicting LNM (Figure 3).

FIGURE 2
www.frontiersin.org

Figure 2. Receiver operating characteristic (ROC) curve of the training set prediction model.

FIGURE 3
www.frontiersin.org

Figure 3. Receiver operating characteristic (ROC) curve of the testing set and validation set prediction model [ (A) testing set; (B) validation set].

TABLE 5
www.frontiersin.org

Table 5. Comparison of prediction performance of different models to LNM.

Discussion

Endoscopic mucosal resection and endoscopic submucosal dissection have been widely used to treat EGC and have been established as the standard method to treat early upper gastrointestinal tumours in Japan (23). According to the guidelines of the Japanese Gastric Cancer Association (JGCA), well-differentiated, non-ulcerated intramucosal carcinoma with a diameter <2 cm is the absolute indication for endoscopic therapy, while ulcerated and undifferentiated submucosal carcinomas are the expanded indications (24). For patients at risk of LNM, radical surgery is still recommended. Therefore, accurate prediction of the risk of LNM in patients with EGC before surgery is extremely important for the choice of clinical treatment methods. Presently, the sensitivity and specificity of endoscopic ultrasonography and CT and other imaging examinations to determine EGC lymph node metastasis are not ideal (25, 26).

In recent years, studies have shown that tumour size, tumour grade, depth of invasion, nerve invasion, and ulcers are risk factors for LNM in patients with EGC, and a prediction model has been established (27, 28). However, because of the complexity and large size of the various factors of the data and differences among the calculation methods of the models, the importance of the factors in the prediction model and prediction performance were also significantly different. Mu et al. (29) established an LNM prediction model by logistic regression and showed that lymphatic vascular invasion, differentiation type, tumour diameter and T stage were independent risk factors, with model AUC = 0.861 and validation set AUC = 0.911. Lin et al. (28) found that female sex, tumours larger than 20 mm, submucosal invasion and histological types of undifferentiated tumours were independent risk factors, with model AUC = 0.694 and validation set AUC = 0.796. Both studies used the same logic calculation method, but the model performance was quite different, and the results were different. To resolve this issue, we used the most advanced ML algorithms to compare the performance differences among various prediction models and selected the prediction model with the best performance.

In the present study, we used univariate and binary logistic regression analyses to show that tumour size, depth of invasion, and tumour grade were independent risk factors for LNM in EGC, a finding that was consistent with most research reports (30). We found that when the tumour was a poorly differentiated or undifferentiated submucosal tumour with a size >2 cm, the rate of lymph node metastasis increased 2–4 times. To more accurately predict the risk of LNM and screen the best predictive models, we constructed 7 predictive models using ML algorithms and compared them. First, the training set was modelled, revealing that the GBM model showed the best predictive performance both before and after data balancing (Figure 2). The GBM model had the advantages of high accuracy and fast speed and showed evident preponderance in processing many features; however, it had the disadvantage of overfitting. We evaluated 7 models using the test set and used the F1-score value, sensitivity, and specificity to reflect the effectiveness of the model. The F1-score value is an index to measure the accuracy of a two-class model, considering both the accuracy and recall of the model. Evaluating the test set showed that the RDA model had the best predictive performance, which was significantly better than that of the GBM model. In summary, we believe that the GBM model may show overfitting in the training set making it unsuitable for the data in the test set; however, the RDA model had the best predictive performance. Similarly, the external validation set confirmed that the RDA model was the best predictive model for LNM in EGC and was applicable to the Eastern population (AUC = 0.73).

Our model contained three important factors: tumour size, tumour grade and depth of tumour invasion. In previous reports, tumour diameter affected lymph node metastasis in early gastric cancer, and the larger was the tumour diameter, the higher was the risk of LNM in patients (31). This phenomenon may be due to larger tumour diameters invading the surrounding tissues more easily. Our study also confirmed this important feature. Milhomen et al. (32) found that undifferentiated tumours and submucosal infiltration were closely related to LNM of EGC, a finding that was consistent with our findings. Poorly differentiated and deeply infiltrating tumours may have sufficient nutritional support because cancer cells invade surrounding tissues, capillaries and lymphatic vessels; thus, they have the potential for faster growth and metastasis. We used these three critical factors to construct the best RDA model, which could better predict the risk of LNM in EGC help clinicians make accurate diagnosis and treatment plans and avoid overtreatment.

The present study used seven predictive models based on machine learning and the SEER database to compare the performance of different predictive models to obtain the model with the best predictive performance plus clinical data as external verification. We comprehensively verified the calculation methods used in most studies in recent years to establish the LNM prediction model for EGC and obtained the best prediction model. To our best knowledge, this report is the first to use ML to explore the establishment of the best LNM prediction model for EGC.

However, this study has several limitations. First, because of the scant clinicopathological information in the database, fewer influencing factors were identified in the model. Second, the number of samples finally included in this study was small, leading to certain limitations in machine learning that are more suitable for large sample data. The small sample size is a relatively common problem, and how to solve this problem is the focus of future research, for which we will continue to work. Finally, although we corrected the sample imbalance problem in the SEER dataset as much as possible, this problem may still interfere with the results and affect the generalization ability of the model.

Conclusions

In summary, we compared the performance of seven prediction models using ML algorithms, among which the RDA model had the best performance. The model included three important predictors—tumour size, tumour grade, and depth of tumour invasion—and the external validation set also showed that the model had accurate predictive capabilities and some applicability. The study findings can better help doctors make clinical diagnoses and allow patients to benefit from better treatment.

Data Availability Statement

The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found in the article/supplementary material.

Author Contributions

HT and ZZ conceived and designed this study. HY and HL collected and assembled the data. HT and ZN analysed and interpreted the data. HT, ZN, and HL drafted the manuscript. CH and JL prepared the figures and tables. All the authors read and approved the final manuscript.

Funding

This report was supported by the National Natural Science Foundation of China (Grant Numbers: 81860433 and 82103645), the Natural Science Youth Foundation of Jiangxi Province (Grant Number: 20192BAB215036), Jiangxi Province Natural Science Key R&D Project-General Project (Grant Number: 20202BBG73024) and Training Plan for Academic and Technical Young Leaders of Major Disciplines in Jiangxi Province (Grant Number: 20204BCJ23021).

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.

References

1. Bray F, Ferlay J, Soerjomataram I, Siegel RL, Torre LA, Jemal, et al. Global cancer statistics 2018: GLOBOCAN estimates of incidence and mortality worldwide for 36 cancers in 185 countries. CA Cancer J Clin. (2018) 68:394–424. doi: 10.3322/caac.21492

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Balakrishnan M, George R, Sharma A, Graham DY. Changing trends in stomach cancer throughout the world. Curr Gastroenterol Rep. (2017) 19:36. doi: 10.1007/s11894-017-0575-8

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Ono H, Yao K, Fujishiro M, Oda I, Uedo N, Nimura S, et al. Guidelines for endoscopic submucosal dissection and endoscopic mucosal resection for early gastric cancer (second edition). Dig Endosc. (2021) 33:4–20. doi: 10.1111/den.13883

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Gu L, Khadaroo PA, Chen L, Li X, Zhu H, Zhong X, et al. Comparison of long-term outcomes of endoscopic submucosal dissection and surgery for early gastric cancer: a systematic review and meta-analysis. J Gastrointest Surg. (2019) 23:1493–501. doi: 10.1007/s11605-019-04227-8

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Wang X, Zhao J, Shen Z, Fairweather M, Enzinger PC, Sun Y, et al. Multidisciplinary approach in improving survival outcome of early-stage gastric cancer. J Surg Res. (2020) 255:285–96. doi: 10.1016/j.jss.2020.05.058

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Kondo A, de Moura EG, Bernardo WM, Yagi OK, de Moura DT, de Moura ET, et al. Endoscopy vs surgery in the treatment of early gastric cancer: systematic review. World J Gastroenterol. (2015) 21:13177–87. doi: 10.3748/wjg.v21.i46.13177

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Najmeh S, Cools-Lartigue J, Mueller C, Ferri LE. Comparing laparoscopic to endoscopic resections for early gastric cancer in a high volume North American Center. J Gastrointest Surg. (2016) 20:1547–53. doi: 10.1007/s11605-016-3176-1

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Oh SY, Kwon S, Lee KG, Suh YS, Choe HN, Kong SH, et al. Outcomes of minimally invasive surgery for early gastric cancer are comparable with those for open surgery: analysis of 1,013 minimally invasive surgeries at a single institution. Surg Endosc. (2014) 28:789–95. doi: 10.1007/s00464-013-3256-1

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Zhao BW, Chen YM, Jiang SS, Chen YB, Zhou ZW, Li YF. Lymph node metastasis, a unique independent prognostic factor in early gastric cancer. PLoS ONE. (2015) 10:e0129531. doi: 10.1371/journal.pone.0129531

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Kinami S, Nakamura N, Tomita Y, Miyata T, Fujita H, Ueda N, et al. Precision surgical approach with lymph-node dissection in early gastric cancer. World J Gastroenterol. (2019) 25:1640–1652. doi: 10.3748/wjg.v25.i14.1640

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Kamiya S, Takeuchi H, Nakahara T, Niihara M, Nakamura R, Takahashi T, et al. Auxiliary diagnosis of lymph node metastasis in early gastric cancer using quantitative evaluation of sentinel node radioactivity. Gastric Cancer. (2016) 19:1080–7. doi: 10.1007/s10120-015-0572-2

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Wang ZK, Lin JX, Li P, Xie JW, Wang JB, Lu J, et al. Higher risk of lymph node metastasis in young patients with early gastric cancer. J Cancer. (2019) 10:4389–96. doi: 10.7150/jca.30260

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Chu YN, Yu YN, Jing X, Mao T, Chen YQ, Zhou XB, et al. Feasibility of endoscopic treatment and predictors of lymph node metastasis in early gastric cancer. World J Gastroenterol. (2019) 25:5344–55. doi: 10.3748/wjg.v25.i35.5344

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Oliveira AL. Biotechnology, big data and artificial intelligence. Biotechnol J. (2019) 14:e1800613. doi: 10.1002/biot.201800613

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Mirza B, Wang W, Wang J, Choi H, Chung NC, Ping P. Machine learning and integrative analysis of biomedical big data. Genes (Basel). (2019) 10:87. doi: 10.3390/genes10020087

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Bi Q, Goodman KE, Kaminsky J, Lessler J. What is machine learning? a primer for the epidemiologist. Am J Epidemiol. (2019) 188:2222–39. doi: 10.1093/aje/kwz189

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Wang Z, Li H, Carpenter C, Guan Y. Challenge-enabled machine learning to drug-response prediction. Aaps j. (2020) 22:106. doi: 10.1208/s12248-020-00494-5

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Handelman GS, Kok HK, Chandra RV, Razavi AH, Lee MJ, Asadi H. eDoctor: machine learning and the future of medicine. J Intern Med. (2018) 284:603–619. doi: 10.1111/joim.12822

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Fleuren LM, Klausch TLT, Zwager CL, Schoonmade LJ, Guo T, Roggeveen LF, et al. Machine learning for the prediction of sepsis: a systematic review and meta-analysis of diagnostic test accuracy. Intensive Care Med. (2020) 46:383–400. doi: 10.1007/s00134-019-05872-y

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Liu WC, Li ZQ, Luo ZW, Liao WJ, Liu ZL, Liu JM. Machine learning for the prediction of bone metastasis in patients with newly diagnosed thyroid cancer. Cancer Med. (2021) 10:2802–11. doi: 10.1002/cam4.3776

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Zhu J, Zheng J, Li L, Huang R, Ren H, Wang D, et al. Application of machine learning algorithms to predict central lymph node metastasis in t1-t2, non-invasive, and clinically node negative papillary thyroid carcinoma. Front Med. (2021) 8:635771. doi: 10.3389/fmed.2021.635771

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Edge SB, Compton CC. The American joint committee on cancer: the 7th edition of the ajcc cancer staging manual and the future of TNM. Ann Surg Oncol. (2010) 17:1471–4. doi: 10.1245/s10434-010-0985-4

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Bhatt A, Abe S, Kumaravel A, Vargo J, Saito Y. Indications and techniques for endoscopic submucosal dissection. Am J Gastroenterol. (2015) 110:784–91. doi: 10.1038/ajg.2014.425

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Japanese Gastric Cancer Association. Japanese gastric cancer treatment guidelines 2018 (5th edition). Gastric Cancer. (2021) 24:1–21. doi: 10.1007/s10120-020-01042-y

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Saito T, Kurokawa Y, Takiguchi S, Miyazaki Y, Takahashi T, Yamasaki M, et al. Accuracy of multidetector-row CT in diagnosing lymph node metastasis in patients with gastric cancer. Eur Radiol. (2015) 25:368–74. doi: 10.1007/s00330-014-3373-9

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Mocellin S, Pasquali S. Diagnostic accuracy of endoscopic ultrasonography (EUS) for the preoperative locoregional staging of primary gastric cancer. Cochrane Database Syst Rev. (2015) 2015:Cd009944. doi: 10.1002/14651858.CD009944.pub2

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Yin XY, Pang T, Liu Y, Cui HT, Luo TH, Lu ZM, et al. Development and validation of a nomogram for preoperative prediction of lymph node metastasis in early gastric cancer. World J Surg Oncol. (2020) 18:2. doi: 10.1186/s12957-019-1778-2

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Lin JX, Wang ZK, Wang W, Desiderio J, Xie JW, Wang JB, et al. Risk factors of lymph node metastasis or lymphovascular invasion for early gastric cancer: a practical and effective predictive model based on international multicenter data. BMC Cancer. (2019) 19:1048. doi: 10.1186/s12885-019-6147-6

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Mu J, Jia Z, Yao W, Song J, Cao X, Jiang J, et al. Predicting lymph node metastasis in early gastric cancer patients: development and validation of a model. Future Oncol. (2019) 15:3609–3617. doi: 10.2217/fon-2019-0377

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Kim SM, Min BH, Ahn JH, Jung SH, An JY, Choi MG, et al. Nomogram to predict lymph node metastasis in patients with early gastric cancer: a useful clinical tool to reduce gastrectomy after endoscopic resection. Endoscopy. (2020) 52:435–43. doi: 10.1055/a-1117-3059

PubMed Abstract | CrossRef Full Text | Google Scholar

31. Ma X, Zhang Q, Zhu S, Zhang S, Sun X. Risk factors and prediction model for non-curative resection of early gastric cancer with endoscopic resection and the evaluation. Front Med. (2021) 8:637875. doi: 10.3389/fmed.2021.637875

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Milhomem LM, Milhomem-Cardoso DM, Da Mota OM, Mota ED, Kagan A, Filho JBS. Risk of lymph node metastasis in early gastric cancer and indications for endoscopic resection: is it worth applying the east rules to the west? Surg Endosc. (2021) 35:4380–4388. doi: 10.1007/s00464-020-07932-7

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: early gastric cancer, lymph node metastasis, machine learning, predictive model, regularized dual averaging (RDA)

Citation: Tian H, Ning Z, Zong Z, Liu J, Hu C, Ying H and Li H (2022) Application of Machine Learning Algorithms to Predict Lymph Node Metastasis in Early Gastric Cancer. Front. Med. 8:759013. doi: 10.3389/fmed.2021.759013

Received: 15 August 2021; Accepted: 09 December 2021;
Published: 18 January 2022.

Edited by:

Jun Kong, Georgia State University, United States

Reviewed by:

Zubair Khan, University of Texas Health Science Center at Houston, United States
Leonardo Frazzoni, University of Bologna, Italy

Copyright © 2022 Tian, Ning, Zong, Liu, Hu, Ying and Li. 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: HouQun Ying, yinghouqun2013@163.com; Hui Li, lihui0791nc@126.com

These authors have contributed equally to this work

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.