Skip to main content

Comparing machine learning algorithms to predict 5-year survival in patients with chronic myeloid leukemia

Abstract

Introduction

Chronic myeloid leukemia (CML) is a myeloproliferative disorder resulting from the translocation of chromosomes 19 and 22. CML includes 15–20% of all cases of leukemia. Although bone marrow transplant and, more recently, tyrosine kinase inhibitors (TKIs) as a first-line treatment have significantly prolonged survival in CML patients, accurate prediction using available patient-level factors can be challenging. We intended to predict 5-year survival among CML patients via eight machine learning (ML) algorithms and compare their performance.

Methods

The data of 837 CML patients were retrospectively extracted and randomly split into training and test segments (70:30 ratio). The outcome variable was 5-year survival with potential values of alive or deceased. The dataset for the full features and important features selected by minimal redundancy maximal relevance (mRMR) feature selection were fed into eight ML techniques, including eXtreme gradient boosting (XGBoost), multilayer perceptron (MLP), pattern recognition network, k-nearest neighborhood (KNN), probabilistic neural network, support vector machine (SVM) (kernel = linear), SVM (kernel = RBF), and J-48. The scikit-learn library in Python was used to implement the models. Finally, the performance of the developed models was measured using some evaluation criteria with 95% confidence intervals (CI).

Results

Spleen palpable, age, and unexplained hemorrhage were identified as the top three effective features affecting CML 5-year survival. The performance of ML models using the selected-features was superior to that of the full-features dataset. Among the eight ML algorithms, SVM (kernel = RBF) had the best performance in tenfold cross-validation with an accuracy of 85.7%, specificity of 85%, sensitivity of 86%, F-measure of 87%, kappa statistic of 86.1%, and area under the curve (AUC) of 85% for the selected-features. Using the full-features dataset yielded an accuracy of 69.7%, specificity of 69.1%, sensitivity of 71.3%, F-measure of 72%, kappa statistic of 75.2%, and AUC of 70.1%.

Conclusions

Accurate prediction of the survival likelihood of CML patients can inform caregivers to promote patient prognostication and choose the best possible treatment path. While external validation is required, our developed models will offer customized treatment and may guide the prescription of personalized medicine for CML patients.

Peer Review reports

Background

Leukemia is believed to be one of the most common and deadly known malignancies worldwide [1, 2]. It accounts for 4% of all malignancies and 4% of fatality rates emanating from malignancies [3]. Chronic myeloid leukemia (CML) is one of the most well-known forms of leukemia, accounting for 15 to 20% of all cases of leukemia. CML is a clonal myeloproliferative disorder (CMD) arising from acquired genetic alterations on the hematopoietic stem cells [4,5,6]. The chromosome abnormality known as the Philadelphia chromosome (Ph+) results from the fusion of the Abelson (Abl) tyrosine kinase gene at chromosome 9 and the breakpoint cluster (Bcr) gene at chromosome 22 (BCR-ABL fusion) [7, 8].

Today, there have been considerable advancements in leukemia management. Nonetheless, drug resistance, disease recurrence following treatment, cancer progression to advanced stages, disease prognosis, and survival prediction are of great significance [9]. Early detection of CML cases and active patient triaging help them evade the advanced stages of the disease and increase their survival chances [10, 11]. This requirement is more demanding since numerous clinical and non-clinical factors are involved in CML development [6, 10]. The decision about the best treatment path for an individual CML patient based on their specific clinical and demographic attributes and in the context of very effective treatment options is more multifaceted and often based on subjective evaluation. Furthermore, the existence of numerous disease severity levels and some uncertainty and ambiguities about the disease behavior and outcome further complicate the situation [12,13,14,15].

Conventional statistical methods provide forecasts without illuminating the meaning of the prediction or the associations amid numerous features that might influence patients’ survival. However, artificial intelligence (AI) technologies such as machine learning (ML) offers in-depth, effective, and non-invasive analytical capabilities over traditional statistical and experimental prediction methods in dealing with complex and ambiguous situations such as cancer outcome and survival prediction [16,17,18,19,20,21,22,23,24]. ML extracts comprehensible patterns and applied knowledge from large-scale raw datasets and thereby supports clinical decisions [25, 26].

So far, many studies have compared ML techniques for designing optimal and efficient clinical decision support systems (CDSSs) for the survival prognosis of patients with leukemia. Although a great number of studies have focused on acute myeloid leukemia (AML) [14, 25,26,27,28,29,30], CML [10, 31] has received little attention. Sasaki et al., suggested that identifying the most optimum and effective ML classifiers is necessary for improving therapeutic outcomes and increasing CML patients' life expectancy and survival [15].

Given the high incidence of CML in Iran and the lack of a reliable study to determine predictors of cancer survival using ML algorithms, the present study aimed to initially identify the most effective variables and feed them as data input into different ML techniques for a 5-year CML survival prognosis to assess their predictive power.

Methods

Study design

This was a retrospective and developmental study conducted in 2022 to predict 5-year survival in CML patients based on selected data-driven ML techniques.

Study setting

Our study was conducted in five main steps: data understanding, data preprocessing, feature selection, modeling, and evaluation. First, we aimed to recognize the most related variables to the 5-year CML survival prognosis and then use them as inputs for developing ML-based prediction models. To this end, we chose the most popular data mining method called cross-industry standard process (CRISP) to predict and diagnose CML. Figure 1 presents the proposed model of study steps based on the CRISP model. STATA and Python were used to provide descriptive statistics and data analysis. The scikit-learn library in Python was also used to implement the models.

Fig. 1
figure 1

The roadmap of the proposed system based on the CRISP methodology. SSVM support vector machine, RBF radial basic function, DT decision tree, KNN k-nearest neighborhood, XG Boost eXtreme gradient boosting, AUC area under the curve

Data understanding

The data used in this study were obtained from a database at the Abadan University of Medical Sciences collected from April 2016 to December 2018. The primary dataset contained the information of 1218 patients with CML. The patients would be included in the study only if they met all the following criteria: (1) The patients were diagnosed with CML; (2) their survival status (alive/deceased) was available in their records; (3) in terms of the time frame, we considered patients diagnosed between 2011 and 2016 to have adequate follow-up period (5 years or more) after the diagnosis; (4) the age of more than or equal to 18 years; patients aged under 18 years old should be included in the scope of pediatric exploration [32]; (5) records with missing values of less than 30%. Accordingly, from 1218 patient records, 173 records for patients who were aged < 18 years old were excluded. In the preprocessing phase, 208 incomplete rows of data (with missing data of greater than 70%) were removed. After these criteria were applied, a total of 837 patient records were deemed suitable for inclusion (740: survived within 5 years and 97: deceased within 5 years).

Study variables

Several variables were collected for CML patients in the EMR database. We checked the definition of the variables included in the data dictionary section of the database to completely understand the definitions of the data and the choice of proper variables. The criteria for selecting the candidate variables related to CML for survival prediction were based on consultations with expert oncologists and studying the relevant literature. Survival at 5 years and more was selected as the outcome variable. Survival is a continuous variable with units in months. Thus, we created a binary variable where any patient with a survival of 60 months or more was coded “yes”, or “no” otherwise. The following covariates were extracted based on the literature review coupled with experts’ opinions from the EMR database. Finally, a total of forty-five independent variables were utilized to predict the 5-years survival of patients with CML (dependent variable). These variables were categorized as demographic (two variables), history (seven variables), clinical manifestations (22 variables), and laboratory (14 variables) (see Table 1). After reviewing the patients’ variables, statistical analysis was performed to describe the differences in their features with the target variable (deceased within 5 years or survived). To this end, differences in demographic, history, clinical manifestations, and laboratory information of patients were described based on whether the patients with CML were deceased within 5 years or not, and the relationship of each feature with survival status was checked by the chi-square test.

Table 1 Baseline predictor variables

Pre-processing step

Data preprocessing is an essential step in the CRISP methodology to obtain an optimal, accurate, and beneficial dataset for further ML algorithms. In this study, many pre-processing methods on the dataset were applied before the training of the ML algorithms. Removal of missing values, standard scalar, Min–Max scalar, data validation, under-sampling, and splitting the dataset were examined to obtain an optimal dataset.

Feature selection

Data mining algorithms usually have difficulty dealing with a large number of input variables, which poses a serious challenge to researchers. These irrelevant variables diminish the performance of many ML algorithms. Thus, the selection of important variables is a major step during data mining [33, 34]. Comparison of data mining results before and after feature selection in many studies has shown an improvement in performance criteria through feature selection. Similarly, in the present study, this approach (before and after) was adopted [35, 36]. Here, the minimal redundancy maximal relevance (mRMR) feature selection algorithm was employed. This technique uses a heuristic method to select the most relevant variables. The heuristic search that is utilized in the mRMR technique chooses optimum variables that have maximum relevance and minimum redundancy [37].

Classification algorithms

To predict the survival chance of CML patients, eight ML techniques, including XGBoost, k-nearest neighborhood (KNN), pattern recognition network, probabilistic neural network, multilayer perceptron (MLP), support vector machine (SVM) (kernel = linear), SVM (kernel = RBF), and J-48 were employed. Although there are many supervised ML techniques, these particular models were chosen because they represent a range of modern and common methods in cancer research.

Performance evaluation of classification algorithms

The k-fold cross-validation method was utilized to assess the performance of the examined data mining models and to compare the results of the classification models. Cross-validation is a resampling technique applied for the evaluation of data mining techniques in an unseen data sample. In this method, the ML models are trained and tested k times Additionally, to compare the performance of classification models, the mean of evaluation metrics such as accuracy, specificity, sensitivity, kappa, and area under the curve (AUC) were used (Eqs. 15).

$${\text{classification accuracy}} = \frac{{{\text{TP}} + {\text{TN}}}}{{{\mathrm{TP}} + {\text{TN}} + {\text{FP}} + {\text{FN}}}}{*}100$$
(1)
$${\text{classification sensitivity}} = \frac{{{\text{Tp}}}}{{{\mathrm{TP}} + {\text{FN}}}}{*}100$$
(2)
$${\text{classification specificity}} = \frac{{{\text{TN}}}}{{{\mathrm{TN}} + {\text{FP}}}}{*}100$$
(3)
$${\text{classification error}} = \frac{{{\text{FP}} + {\text{FN}}}}{{{\mathrm{TP}} + {\text{TN}} + {\text{FP}} + {\text{FN}}}}{*}100$$
(4)
$${\text{f-measure}} = 2{ }\frac{{\text{precision*sensitivity}}}{{{\mathrm{precision}} + {\text{sensitivity}}}}$$
(5)

Ethical considerations

This study was approved by the Ethical Committee Board, Abadan University of Medical Sciences (code: IR.ABADANUMS.REC.1401.042). To protect the privacy of the patients and the confidentiality of the data, we concealed the unique identifying information of all the patients in the data collection process.

Results

Patient characteristics

Overall, 837 patients with CML met the predefined inclusion criteria. Of 837 eligible patients in our study, 545 (65.11%) were men and 292 (34.89%) were women, and the median age of the participants was 57.25 years (interquartile 18–100). Of these, 740 (88.41%) cases survived and 97 (11.58%) died. Table 1 provides a detailed description of all the variables.

The mean age of CML patients who died within 5 years was 60 ± 2 years old, and the mean age of the patients who survived within 5 years was 57 ± 1 years old (p value = 0.081). Table 1 shows that there was a significant association between some variables of patients who survived within 5 years or not: feature with p value < 0.005 which has a significant difference in patients who survived within 5 years or not. For example, the results showed that there was a significant relationship between elevated blast cell proportion and increased basophil count with the survival status of the patient with CML (p value = 0.042 and p value = 0.018, respectively) (see Table 1).

Selection of patient features

A set of 12 most important features to predict the 5-year survival of CML patients were selected based on a heuristic method. The selected features and their scores are ranked and represented in Fig. 2.

Fig. 2
figure 2

The most important variables selected by the mRMR

According to Fig. 2, spleen palpable, age, unexplained hemorrhage, sex, increased leucocyte count, elevated blast cell proportion, resistance to tyrosine kinase inhibitors, decreased platelet counts, anemia, malaise, and night sweats obtained the highest score for prediction of the 5-year CML survival.

Results of hyperparameter tuning

To use ML classifiers more accurately and sensitively, the RandomizedSearchCV method was used for parameter tuning and optimization models, including XGBoost, MLP, KNN, probabilistic neural network, pattern recognition network, SVM (kernel = linear), SVM (kernel = RBF), and J-48 decision tree classifiers (see Table 2).

Table 2 Best hyperparameters of all the trained algorithms

Results of k-fold cross-validation for the performance of classification algorithms

The tenfold cross-validation method splits the dataset into 10 parts and performs the holdout method 10 times. The algorithms were run for both the full and the selected features of the dataset. Accordingly, the dataset was randomly divided into training (70%) and test parts (30%) for all algorithms. First, the algorithms were trained using the training section and then validated using the test section to determine predictions. The dataset for both full and selected features was examined using eight classification techniques. Firstly, we trained and tested the ML techniques of the full-features dataset, and the second time, we fed the selected features to the ML classifiers. To compare the performance of classification techniques with a 95% confidence interval (CI), the average assessment metrics were obtained. Table 3 presents the results of eight classification algorithms based on the selected features to predict 5-year CML survivability.

Table 3 Performance evaluation of the selected ML algorithms

Table 3 represents the performance of eight ML techniques on the selected feature in 10 independent run times. According to the results, the performance of ML models on the selected variables dataset was higher than that of the full-features dataset. When both the selected and full-features datasets were separately fed into the MLP model, the MLP classifier obtained a mean accuracy of 77%, sensitivity of 72%, specificity of 76%, F-measure of 76%, and kappa statistic of 76.2% on the selected features. It also obtained a mean accuracy of 69%, sensitivity of 71%, specificity of 68%, F-measure of 70%, kappa statistic of 72.2%, and AUC of 70% on the full-features dataset.

The J-48 model was applied to both the selected-features and the full-features data set. As shown in Table 3, by feeding the selected features into the J-48 algorithm, an average accuracy of 83%, a sensitivity of 83%, specificity of 81%, F-measure of 77%, kappa statistic of 83.2%, and AUC average of 83% were obtained. The results of J-48 on the full-features dataset were obtained as follows: an average accuracy of 69%, a sensitivity of 69%, specificity of 68%, F-measure of 69%, kappa statistic of 61%, and AUC average of 69%.

As shown in Table 3, when the selected dataset was used, the XGBoost classifier obtained an average accuracy of 79%, a sensitivity of 78%, specificity of 76%, F-measure of 77%, a kappa statistic of 78.2%, and an AUC average of 76%. The results of the XGBoost classifier on the full-features dataset indicated an average accuracy of 69.3%, a sensitivity of 70.6%, specificity of 68.4%, F-measure of 69.2%, a kappa statistic of 62.1%, and an AUC average of 69.5%.

By using the selected-features dataset, the SVM (kernel = RBF) represents good results with an average accuracy of 85.7%, specificity of 85%, sensitivity of 86%, F-measure of 87%, kappa statistic of 86.1%, and AUC of 85%. Application of the SVM model to the full-features dataset also yielded an average accuracy of 69.7%, specificity of 69.1%, sensitivity of 71.3%, F-measure of 72%, kappa statistic of 75.2%, and AUC of 70.1%. The results of all experimented ML algorithms on the selected-features and full-features datasets are depicted in Fig. 3.

Fig. 3
figure 3

Comparison of ML models' performance on A full and B selected features

Based on Fig. 3a, b, the results obtained for SVM with RBF kernel on the selected features outperformed the other seven ML techniques, yielding 85.7% for average accuracy, 85% for specificity, 86% for sensitivity, 87% for F-measure metrics, 86.1% for mean kappa statistic, and 85% for mean AUC metrics. Based on the full features dataset, the decision tree algorithm obtained the highest performance for all the assessment criteria. The second-highest performance on the selected-features and full-features datasets belonged to J-48 and SVM with RBF kernel for the prediction of the 5-year CML survival. Finally, the worst result was obtained by MLP with a mean accuracy of 77%, a mean sensitivity of 72%, a mean specificity of 76%, a mean F-measure of 76%, a mean kappa statistic of 76.2%, and AUC of 76%. The AUC curve for the top eight ML algorithms and the classification report of the SVM with RBF kernel is depicted in Figs. 4 and 5, respectively.

Fig. 4
figure 4

The ROC curve for the top four ML algorithms

Fig. 5
figure 5

Classification report for SVM with RBF kernel

Discussion

This study retrospectively analyzed the data of 837 CML patients to develop an intelligent model for predicting the 5-year survival of CML patients. First, the most important variables affecting CML survival were identified using the mRMR feature selection technique. Then, the dataset with full and selected variables was fed into the ML models separately. Finally, the models’ performance was evaluated and compared based on the confusion matrix criteria. Initially, feature selection analysis was performed to select the most important variables. Among a total of 45 primary variables, a set of 12 variables (about 27%) including age, sex, spleen palpable, unexplained hemorrhage, increased leucocyte count, elevated blast cell proportion, resistance to a tyrosine kinase inhibitor, decreased platelet counts, anemia, malaise, and night sweats were selected as the most important predictors affecting CML. These variables are largely consistent with those in reviewed studies. The results of comparing the eight selected ML algorithms after feature selection showed that the SVM RBF achieved the highest performance in the 5-year survival prognosis of CML patients with an accuracy of 85.7%, specificity of 85%, sensitivity of 86%, F-measure of 87%, AUC of 0.85, and kappa statistic of 86.1%.

Feature selection is a key prerequisite for data mining, which reduces unnecessary data and improves the speed and efficiency of data mining [38]. Previous studies showed that numerous clinical and non-clinical predictors influence CML survival. In reviewed studies, after performing feature selection, a number of demographical and clinical manifestation variables such as age [27, 31, 39, 40], sex [14, 27, 40], body mass index (BMI) [10, 27, 30, 31], race [27, 40], body pain [14, 25, 27, 28, 40, 41], general malaise [10, 14, 27, 31, 40], fever [10, 26, 28,29,30], night sweats [25, 28,29,30, 41], unexplained hemorrhage [10, 26, 28, 30, 39], general infection [14, 31, 40], enlarged spleen [10, 14, 27, 31, 39, 40], cachexia [25, 27, 30, 31], anorexia [10, 14, 29, 31], and drug resistance [25, 27,28,29, 41] are determined as the most important predictors affecting CML survival. Besides, neutrophil/lymphocyte count [10, 14, 25,26,27, 29, 31, 39], lactate dehydrogenase (LDH) [14, 25,26,27, 29], complete blood count (CBC) [14, 25, 26, 28, 29], platelet count [10, 25, 26, 40, 41], peripheral blast count (PBC) [14, 25, 27, 29, 41], and red blood cell (RBC) count [14, 25,26,27,28, 39, 40] are considered as the paramount laboratory and evaluative variables of CML.

The results of our study are consistent with the studies by Eckardt et al.[28], Coombes et al. [41], and Orgueira et al. [14] In these studies, after implementing various ML models to predict the survival of patients with leukemia, the SVM classifier yielded the best performance. In a study by Karami et al., the SVM had better performance with 85.17% accuracy and 0.93% AUC for the survival prognosis of AML patients [30]. Taiwo et al. evaluated the performance of four ML algorithms to predict the survival of patients with CML. Their results showed that the SVM algorithm would present a better performance with 99.82% classification accuracy [10]. Furthermore, Chen et al. compared the performance of three ML methods for the survival prognosis of chronic lymphocytic leukemia (CLL) patients. Finally, the SVM model with 90% AUC exhibited the best performance [39].

Contrary to the results of the present study, in some studies such as Das et al. [27] and Hauser et al. [31], ensemble models performed better in predicting the survival of CML patients. Das et al. found that gradient boosting with an AUC of 0.77 could best help survival prognosis amongst the selected methods [27]. Hauser et al. also showed that ML technologies, in particular XGBoost and LASSO models, would help with active patient survival prognosis and prompt identification of high-risk CML cases for treatment improvement and care planning purposes (AUC range: 0.87–0.96) [31]. Hu et al. (2021) revealed that ML algorithms offered an effective predictive model for timely, effective, and economical identification and prognosis of leukemia and its survivability [40].

Limitations and implications

The proposed model is likely to accurately predict the 5-year survival of patients with CML. Hence, this can make the designed model applicable to real clinical settings. However, the present study faced some potential limitations. First, as we used a retrospective dataset, there were certain missing and noisy fields (e.g., incoherent, incomplete, abnormal, meaningless, and erroneous) that could have impacted the modeling process. Therefore, to deal with noisy fields, the normal range of each variable was defined using the opinion of two oncologists. Then, we specified all the values that fell outside the defined range (noisy fields) and completed them by referring to patient records or the responsible physician. In addition, the records with more than 70% of empty fields were removed and imputed by mean or mode values for continuous and discrete variables, respectively. Second, we dealt with a single-center dataset with a limited sample size that undoubtedly affected the quality of modeling, comprehensiveness, and generalizability of data. Third, the dataset did not collect data on economic status, lifestyle habits, molecular biology, genomic, proteomic, or metabolomic factors that may affect the survival of CML patients. The inclusion of these factors may increase the predictive power of the models. Furthermore, the dynamic nature of some variables would double the need to use systematic follow-up programs for a more comprehensive picture of the patient. Therefore, it is recommended that more studies be conducted after more accurate validations to improve the quality of modeling and minimize prognosis bias.

Conclusions

ML techniques as new, innovative, and non-invasive methods for the 5-year survival prognosis of CML patients will improve healthcare quality services, offer customized treatment, and reduce the serious complications and deaths associated with the disease. Therefore, we implemented and compared the performance of eight ML-based models for 5-year survival prediction of CML patients. After identifying the most important predictor variables (12 variables) and implementing the classification models, the SVM (RBF kernel) algorithm with an AUC of 0.856 presented the best performance. The algorithm proposed for effective identification of high-risk patients and predicting disease behavior and complications will effectively help medical experts to maintain treatment cost-effectiveness, prioritize resources, and improve safety and care quality. At the same time, it will improve patients' life expectancy. In future studies, our proposed models are expected to be customized to other malignancies and clinical areas. It is also recommended that more ML and even deep learning (DL) techniques be adopted for a profound and more reflective analysis, system user interface implementation, and system external validation in the real clinical environment. We expect our model to be further validated and probably re-optimized based on mixed datasets from multiple settings. While external validation is required, our developed model provides a basis to develop intelligent systems for CML disease.

Availability of data and materials

The datasets used and/or analyzed during the current study are available from the corresponding author on reasonable request.

Abbreviations

CML:

Chronic myeloid leukemia

ML:

Machine learning

MLP:

Multilayer perceptron

SVM:

Support vector machine

mRMR:

Minimal redundancy maximal relevance

CMD:

Clonal myeloproliferative disorder

AAO:

Mean age-at-onset

AI:

Artificial intelligence

CRISP:

Cross-industry standard process

EMR:

Electronic medical record system

CI:

Confidence interval

AUC:

Area Under the Curve

AML:

Acute myeloid leukemia

LDH:

Lactate dehydrogenase

WBC:

White blood cell

TNC:

Total nucleated cell

BMI:

Body mass index

CLL:

Chronic lymphocytic leukemia

References

  1. Kumar V, Ailawadhi S, Bojanini L, Mehta A, Biswas S, Sher T, Roy V, Vishnu P, Marin-Acevedo J, Alegria VR. Trends in the risk of second primary malignancies among survivors of chronic lymphocytic leukemia. Blood Cancer J. 2019;9(10):1–10.

    Article  Google Scholar 

  2. Chung YN, Kim H-N, Lee S-R, Sung HJ, Nam M-H. Usefulness of chromosomal microarray in hematologic malignancies: a case of aggressive NK-cell leukemia with 1q abnormality. Lab Med. 2019;9(3):189–93.

    Google Scholar 

  3. Breccia M, Celant S, Olimpieri PP, Olimpieri OM, Pane F, Iurlo A, Cirilli A, Colatrella A, Gozzo L, Pugliese S. Mortality rate in patients with chronic myeloid leukemia in chronic phase treated with frontline second generation tyrosine kinase inhibitors: a retrospective analysis by the monitoring registries of the Italian Medicines Agency (AIFA). Ann Hematol. 2021;100(2):481–5.

    Article  CAS  PubMed  Google Scholar 

  4. Ochi Y, Yoshida K, Huang Y-J, Kuo M-C, Sasaki K, Hosoya N, Hiramoto N, Bera R, Nannya Y, Shiozawa Y. Prognostic relevance of genetic abnormalities in blastic transformation of chronic myeloid leukemia. Blood. 2020;136:3–4.

    Article  Google Scholar 

  5. Houshmand M, Simonetti G, Circosta P, Gaidano V, Cignetti A, Martinelli G, Saglio G, Gale RP. Chronic myeloid leukemia stem cells. Leukemia. 2019;33(7):1543–56.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Itonaga H, Ota S, Ikeda T, Taji H, Amano I, Hasegawa Y, Ichinohe T, Fukuda T, Atsuta Y, Tanizawa A. Allogeneic hematopoietic stem cell transplantation for the treatment of BCR-ABL1-negative atypical chronic myeloid leukemia and chronic neutrophil leukemia: a retrospective nationwide study in Japan. Leuk Res. 2018;75:50–7.

    Article  PubMed  Google Scholar 

  7. Monteso KC, Othman MA, CapeladeMatos RR, NeyGarcia DR, da Rocha MM, de Souza MT, Albagli LF, Liehr T, Land MG, Silva MLM. An original complex rearrangement involving chromosomes 9, 11, and 14, harboring a complex KMT2A gene rearrangement in an infant with mixed-phenotype acute leukemia. J Pediatr Hematol Oncol. 2021;43(3):e371–4.

    Article  CAS  PubMed  Google Scholar 

  8. Kollmann S, Grundschober E, Maurer B, Warsch W, Grausenburger R, Edlinger L, Huuhtanen J, Lagger S, Hennighausen L, Valent P. Twins with different personalities: STAT5B—but not STAT5A—has a key role in BCR/ABL-induced leukemia. Leukemia. 2019;33(7):1583–97.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  9. Nicolini FE, Dulucq S, Guilhot J, Etienne G, Mahon F-X. The evaluation of residual disease by digital PCR, and TKI duration are critical predictive factors for molecular recurrence after for stopping imatinib first-line in chronic phase CML patients: results of the STIM2 study. Blood. 2018;132:462.

    Article  Google Scholar 

  10. Taiwo O, Kasali F, Akinyemi I, Kuyoro S, Awodele O, Ogbaro D, Olaniyan T. Stratification of chronic myeloid leukemia cancer dataset into risk groups using four machine learning algorithms with minimal loss function. Afr J Manag Inf Syst. 2019;1:1–18.

    Google Scholar 

  11. Lynch CM, Abdollahi B, Fuqua JD, de Carlo AR, Bartholomai JA, Balgemann RN, van Berkel VH, Frieboes HB. Prediction of lung cancer patient survival via supervised machine learning classification techniques. Int J Med Inform. 2017;108:1–8.

    Article  PubMed  PubMed Central  Google Scholar 

  12. Yu L, Huang X, Gale RP, Wang H, Jiang Q. Variables associated with patient-reported symptoms in persons with chronic phase chronic myeloid leukemia receiving tyrosine kinase inhibitor therapy. Medicine. 2019;98(48):e18079.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  13. Yu L, Jiang Q. Variables associated with patient-reported symptoms in patients with chronic myeloid leukemia receiving tyrosine kinase inhibitors. Blood. 2017;130:1605.

    Google Scholar 

  14. Mosquera Orgueira A, Peleteiro Raíndo A, Cid López M, Díaz Arias JÁ, González Pérez MS, Antelo Rodríguez B, Alonso Vence N, Bao Pérez L, Ferreiro Ferro R, Albors Ferreiro M. Personalized survival prediction of patients with acute myeloblastic leukemia using gene expression profiling. Front Oncol. 2021;11:1018.

    Article  Google Scholar 

  15. Sasaki K, Jabbour EJ, Ravandi F, Konopleva M, Borthakur G, Wierda WG, Daver N, Takahashi K, Naqvi K, DiNardo C. The LEukemia Artificial Intelligence Program (LEAP) in chronic myeloid leukemia in chronic phase: a model to improve patient outcomes. Am J Hematol. 2021;96(2):241–50.

    Article  PubMed  Google Scholar 

  16. Glare P, Sinclair C, Downing M, Stone P, Maltoni M, Vigano A. Predicting survival in patients with advanced disease. Eur J Cancer. 2008;44(8):1146–56.

    Article  PubMed  Google Scholar 

  17. Simmons CP, McMillan DC, McWilliams K, Sande TA, Fearon KC, Tuck S, Fallon MT, Laird BJ. Prognostic tools in patients with advanced cancer: a systematic review. J Pain Symptom Manag. 2017;53(5):962-970.e910.

    Article  Google Scholar 

  18. Koteluk O, Wartecki A, Mazurek S, Kołodziejczak I, Mackiewicz A. How do machines learn? Artificial intelligence as a new era in medicine. J Personal Med. 2021;11(1):32.

    Article  Google Scholar 

  19. Nadarajah R, Wu J, Frangi AF, Hogg D, Cowan C, Gale C. Predicting patient-level new-onset atrial fibrillation from population-based nationwide electronic health records: protocol of FIND-AF for developing a precision medicine prediction model using artificial intelligence. BMJ Open. 2021;11(11):e052887.

    Article  PubMed  PubMed Central  Google Scholar 

  20. Fontana G. Artificial intelligence and big data in the healthcare sector. The revolution of traditional medicine and the birth of precision therapy. Analysis and evolution of big players in healthcare and new start-ups, growth assumptions, and investment prospects. National and European legislative and regulatory limits. Management. 2020;20:22.

    Google Scholar 

  21. Hale AT, Stonko DP, Brown A, Lim J, Voce DJ, Gannon SR, Le TM, Shannon CN. Machine-learning analysis outperforms conventional statistical models and CT classification systems in predicting 6-month outcomes in pediatric patients sustaining traumatic brain injury. Neurosurg Focus. 2018;45(5):E2.

    Article  PubMed  Google Scholar 

  22. Singal AG, Mukherjee A, Elmunzer BJ, Higgins PD, Lok AS, Zhu J, Marrero JA, Waljee AK. Machine learning algorithms outperform conventional regression models in predicting development of hepatocellular carcinoma. Am J Gastroenterol. 2013;108(11):1723.

    Article  PubMed  PubMed Central  Google Scholar 

  23. Jamshidi A, Pelletier J-P, Martel-Pelletier J. Machine-learning-based patient-specific prediction models for knee osteoarthritis. Nat Rev Rheumatol. 2019;15(1):49–60.

    Article  PubMed  Google Scholar 

  24. Feng Y, Wang X, Zhang J. A heterogeneous ensemble learning method for neuroblastoma survival prediction. IEEE J Biomed Health Inform. 2021;26:1472–83.

    Article  Google Scholar 

  25. Jayashanka R, Wijesinghe C, Weerasinghe A, Pieris D. Machine learning approach to predict the survival time of childhood acute lymphoblastic leukemia patients. In: 2018 18th international conference on advances in ICT for emerging regions (ICTer): 2018: IEEE; 2018: 426–432.

  26. Shouval R, Ruggeri A, Labopin M, Mohty M, Sanz G, Michel G, Petersen E, Chevallier P, Al-Seraihy A, Milpied N-J. A machine learning based model to predict two-year leukemia free survival in cord blood transplantation for acute leukemia-a data mining study, on Behalf of Eurocord, Cord Blood Committee and the Acute Leukemia Working Party of the EBMT. American Society of Hematology Washington; 2015.

  27. Das AK, Mishra S, Mishra DK, Gopalan SS. Machine learning to predict 5-year survival among pediatric Acute Myeloid Leukemia patients and development of OSPAM-C online survival prediction tool. medRxiv. 2020.

  28. Eckardt J-N, Rollig C, Kramer M, Stasik S, Georgi J-A, Heisig P, Kroschinsky FP, Schetelig J, Platzbecker U, Müller-Tidow C. Prediction of complete remission and survival in acute myeloid leukemia using supervised machine learning. Blood. 2021;138:108.

    Article  Google Scholar 

  29. Hosseini Teshnizi S, Tazhibi M, Tavasoli Farahi M. Comparison of Cox regression and Artificial Neural Network models in prediction of survival in acute leukemia patients. Sci J Iran Blood Transfus Org. 2013;10(2):154–62.

    Google Scholar 

  30. Karami K, Akbari M, Moradi M-T, Soleymani B, Fallahi H. Survival prognostic factors in patients with acute myeloid leukemia using machine learning techniques. PLoS ONE. 2021;16(7):e0254976.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  31. Hauser RG, Esserman D, Beste LA, Ong SY, Colomb DG Jr, Bhargava A, Wadia R, Rose MG. A machine learning model to successfully predict future diagnosis of chronic myelogenous leukemia with retrospective electronic health records data. Am J Clin Pathol. 2021;156(6):1142–8.

    Article  PubMed  Google Scholar 

  32. Zhu S-L, Dong J, Zhang C, Huang Y-B, Pan W. Application of machine learning in the diagnosis of gastric cancer based on noninvasive characteristics. PLoS ONE. 2020;15(12):e0244869.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  33. Neeraj KN, Maurya V. A review on machine learning (feature selection, classification and clustering) approaches of big data mining in different area of research. J Crit Rev. 2020;7(19):2610–26.

    Google Scholar 

  34. Alqudah AM, Al-Hashem M, Alqudah A. Reduced number of parameters for predicting post-stroke activities of daily living using machine learning algorithms on initiating rehabilitation. Informatica. 2021;45(4):571–81.

    Article  Google Scholar 

  35. Alqudah AM. Ovarian cancer classification using serum proteomic profiling and wavelet features a comparison of machine learning and features selection algorithms. J Clin Eng. 2019;44(4):165–73.

    Article  Google Scholar 

  36. Al-Hashem MA, Alqudah AM, Qananwah Q. Performance evaluation of different machine learning classification algorithms for disease diagnosis. Int J E-Health Med Commun IJEHMC. 2021;12(6):1–28.

    Article  Google Scholar 

  37. Gu X, Guo J, Xiao L, Ming T, Li C. A feature selection algorithm based on equal interval division and minimal-redundancy–maximal-relevance. Neural Process Lett. 2020;51(2):1237–63.

    Article  Google Scholar 

  38. Kashefizadeh A, Ohadi L, Golmohammadi M, Araghi F, Dadkhahfar S, Kiani A, Abedini A, Fadaii A, Ghojoghi A, Nouraie M, et al. Clinical features and short-term outcomes covid-19 in Tehran, Iran: an analysis of mortality and hospital stay. Acta Biomed. 2020;91(4):1–10.

    Google Scholar 

  39. Chen D, Goyal G, Go R, Parikh S, Ngufor C. Predicting time to first treatment in chronic lymphocytic leukemia using machine learning survival and classification methods. In: 2018 IEEE international conference on healthcare informatics (ICHI): 2018: IEEE; 2018: 407–408.

  40. Hu X, Wang B, Chen Q, Huang A, Fu W, Liu L, Zhang Y, Tang G, Cheng H, Ni X. A clinical prediction model identifies a subgroup with inferior survival within intermediate risk acute myeloid leukemia. J Cancer. 2021;12(16):4912–23.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  41. Coombes CE, Abrams ZB, Li S, Abruzzo LV, Coombes KR. Unsupervised machine learning and prognostic factors of survival in chronic lymphocytic leukemia. J Am Med Inform Assoc. 2020;27(7):1019–27.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

We thank the Research Deputy of the Abadan University of Medical Sciences for financially supporting this project. We also would like to thank all experts who participated in this study.

Funding

Not applicable.

Author information

Authors and Affiliations

Authors

Contributions

HKA planned the study design and coordinated the conduct of the study. He also collected the study data and participated in the drafting of the manuscript. MSH and HKA carried out the statistical analysis and interpretation of the data and drafted this paper. HKA, MRA and NM provided the technical counseling on study design and critically revised the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Hadi Kazemi-Arpanahi.

Ethics declarations

Ethical approval and consent to participate

This article is extracted from a research project supported by the Abadan University of Medical Sciences (IR.ABADANUMS.REC.1401.042). The study was approved by the ethical committee of the Abadan Faculty of Medical Sciences. All methods of the present study were performed in accordance with the relevant guidelines and regulations. Informed consent was obtained from all subjects and/or their legal guardian(s). Participation was voluntary, the consent was verbal, but all participants responded via email or text message to approve their participation. Participants had the right to withdraw from the study at any time without prejudice. All participants were required to sign a privacy agreement and study participation consent form before joining the expert panel. They were cognizant of the objectives of the study.

Consent for publication

All participants included in this research gave written informed consent to publish the data contained within this study.

Competing interests

We declare that we have no significant competing for financial, professional, or personal interests that might have influenced the performance or presentation of the work described in this manuscript. We have described our potential competing for financial, professional, and/or personal interests in the space.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Shanbehzadeh, M., Afrash, M.R., Mirani, N. et al. Comparing machine learning algorithms to predict 5-year survival in patients with chronic myeloid leukemia. BMC Med Inform Decis Mak 22, 236 (2022). https://doi.org/10.1186/s12911-022-01980-w

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-022-01980-w

Keywords