Next Article in Journal
The Role of Life History Questionnaires in Defining Individualised Goals of Care for Clinical Cognitive Motor Dissociation Patients: A Pilot Study
Previous Article in Journal
Sleep Benefits Prose Memory Consolidation in University Students
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Survival Prediction in Brain Metastasis Patients Treated with Stereotactic Radiosurgery: A Hybrid Machine Learning Approach

by
Tuğçe Öznacar
1,*,
İpek Pınar Aral
2,
Hatice Yağmur Zengin
3 and
Yılmaz Tezcan
2
1
Department of Biostatistics, Faculty of Medicine, Ankara Medipol University, 06570 Ankara, Turkey
2
Radiation Oncology Clinic, Faculty of Medicine, Ankara Yıldırım Beyazıt University, 06800 Ankara, Turkey
3
Department of Biostatistics, Faculty of Medicine, Hacettepe University, 06230 Ankara, Turkey
*
Author to whom correspondence should be addressed.
Brain Sci. 2025, 15(3), 266; https://doi.org/10.3390/brainsci15030266
Submission received: 27 January 2025 / Revised: 26 February 2025 / Accepted: 28 February 2025 / Published: 1 March 2025
(This article belongs to the Section Computational Neuroscience and Neuroinformatics)

Abstract

:
Objectives: Accurate survival prediction for brain metastasis patients undergoing stereotactic radiotherapy (SRT) is crucial for personalized treatment planning and improving patient outcomes. This study aimed to develop a machine learning model to estimate survival times, providing clinicians with a reliable tool for making informed decisions based on individual patient characteristics. The goal was to compare the performance of multiple algorithms and identify the most effective model for clinical use. Methods: We applied a hybrid machine learning approach to predict survival in brain metastasis patients treated with SRT, utilizing real-world data. Four algorithms—XGBoost, CatBoost, Random Forest, and Gradient Boosting—were compared within a meta-model framework to identify the most accurate for survival prediction. Model performance was evaluated using metrics such as MSE, MAE, MAPE, and C index. Results: XGBoost outperformed all other algorithms, achieving an MSE of 0.14%, MAE of 0.10%, and MAPE of 0.093%, with a high C-index of 100%. CatBoost showed reasonable performance, while Gradient Boosting had higher error rates (MSE of 6.99%, MAE of 21.04%, MAPE of 19.29%). Random Forest performed the weakest, with the highest MSE (14.39%), MAE (30.23%), and MAPE (33.58%). Conclusion: Inputting relevant clinical variables into the model enables clinicians to obtain highly accurate survival predictions for patients with brain metastasis. This enhances clinical decision making by providing a more precise understanding of expected outcomes. The XGBoost-based hybrid model showed exceptional accuracy in predicting survival for brain metastasis patients after SRT, offering valuable support for clinical decision making. Integrating machine learning into clinical practice can improve treatment planning and personalize care for these patients.

1. Introduction

The risk of developing brain metastases following a cancer diagnosis ranges between 30 and 40% [1]. The main treatment approaches include surgery, whole-brain radiotherapy (WBRT), or stereotactic radiotherapy (SRT). Key factors influencing patients’ treatment preferences include life expectancy, the number and total volume of metastases, control of the primary tumor, comorbid conditions, anticipated treatment toxicities, and individual patient preferences [2,3]. The treatment processes for brain metastases, which have a direct impact on patients’ quality of life and survival, continue to evolve with the introduction of novel therapeutic strategies.
Survival expectations play a critical role in determining treatment strategies for brain metastases. However, algorithms capable of accurately predicting survival remain in the development phase [4]. This study aims to test an algorithm designed to estimate the expected survival times of patients with brain metastases following SRT.
In recent times, artificial intelligence (AI) and machine learning have had great impact in the field of medicine by improving quality of clinic decision-making processes. Particular machine learning algorithms in medicine could be the tools of the future, as there is a promise of understanding sophisticated database patterns for the improved diagnosis, treatment, and prognosis of individual patients. The role of AI in medicine enables one to better address the management of complex diseases such as cancer by assisting physicians in treatment planning and management. In all circumstances, these technologies could lead to increased life quality and better results in treatment [5,6,7,8,9,10].
In this context, our study created a meta-model and a hybrid model that employs four machine learning algorithms, which are XGBoost, CatBoost, Random Forest, and Gradient Boosting—were compared within a meta-model framework to identify the most accurate for survival prediction using Python version 3.10.12. The main goal of this study was to develop a model that can estimate the survival time of a patient with brain metastases who has undergone stereotactic radiotherapy and to validate its accuracy. In addition, this study sought to enhance the success of the hybrid model by determining the effect of different algorithms on the meta-model. This research is aimed at supporting the introduction of AI-based approaches in medicine practices as clinical decision-supporting systems.

2. Materials and Methods

This retrospective study analyzed data from 109 patients who underwent stereotactic radiotherapy (SRT) for brain metastases at the Radiation Oncology Department of Ankara Bilkent City Hospital between 1 January 2019, and 1 September 2022. Given the retrospective nature of this study, all eligible patients treated within this period were included. After obtaining ethical approval from the Ethics Committee of Ankara Bilkent City Hospital (Ethics Approval No. E1-22-2874, dated 7 September 2022), data were collected from patient interview records, electronic hospital records, radiotherapy details, dose–volume histograms, and other relevant clinical parameters. Information regarding patients’ demographic characteristics, radiological and pathological findings, radiotherapy parameters, recurrence status, and survival outcomes was meticulously recorded. The data collection and analysis were conducted by the responsible and assisting researchers, and all data were stored in SPSS v.26 in the archives of the Radiation Oncology Clinic at Ankara Bilkent City Hospital. The study does not involve any potential confounders. This study was conducted in accordance with the principles outlined in the Declaration of Helsinki.

2.1. Patient Follow-Up and Endpoints

The primary endpoint of the study was the prediction of overall survival (OS) using the developed algorithm. OS was defined as the time from the end of stereotactic body radiotherapy (SBRT) to the death of the patient. The end date of SBRT was considered the starting point for OS. For patients who were still alive, the endpoint was recorded as the date of their last follow-up, while for deceased patients, the endpoint was the recorded date of death.

2.2. Stereotactic Radiotherapy Technique

Patients were treated using the Eclipse treatment planning system (Varian Oncology System, Inc., Palo Alto, CA, USA). Prior to SRT, all patients underwent high-resolution brain MRI scans, and target volumes were delineated by fusing the MRI images with the treatment planning CT. The gross tumor volume was defined, and a margin of 1–2 mm was applied to determine the planning target volume. A stereotactic radiotherapy dose of 1–35 Gy was delivered, depending on the clinical parameters of each patient.
Patients’ gender was recorded as a potential factor influencing survival. The presence of extracranial metastases was documented for all patients. Immunotherapy administration concurrent with stereotactic radiotherapy was noted. The number of brain metastases was counted and included in the analysis. The gross tumor volume and its derived total tumor volume were calculated. The conformality index (CI) and the gradient index (GI) were computed for each treatment plan. Additionally, tumor recurrence was assessed during follow-up as a critical clinical outcome.

2.3. Hybrid Model Approach

Four machine learning algorithms were used in this research with the aim of estimating how long patients who had already developed brain metastasis were likely to live. Hyperparameter optimization was performed for each of these models, and the stacking method was used to aggregate the results and build a meta-hybrid model for prediction. The detailed steps taken in this process are explained below.
The dataset has been transferred to the Python environment for analysis. Firstly, independent variables were divided into categorical and numerical types. For categorical variables, the gender of the patients, status of the primary disease, existence of extra cranial metastases, presence of any immunotherapies, and recurrence of the disease were included, whereas for numerical variables, measurements related to the size, volume, and total doses of tumors as well as other biomarkers to the administration and progression of the disease were included.
The Iterative Imputer technique played a role in completing the missing data in the dataset. This technique predicts the values of other variables so as to fill in the gaps of missing data [11].
The survival time was logarithmically transformed to make an appropriate adjustment considering the distribution of the OS [12]. In order to determine the validity of the model, the K-Fold Cross-Validation method was employed [13]. This technique takes 5 equal parts of the dataset, and each part acts as the training or test dataset at different times. This validity method describes a process where the model is developed in every repetition and the outcome is compared with the test set, and it improves the model’s generalization capability and reduces the chances of it overfitting. Hyperparameters were optimized using GridSearch.
  • XGBoost Regressor: A gradient boosting algorithm that is mostly preferred to obtain high-quality estimates [14]. During research, the hyperparameters (n_estimators = 100), learning rate (learning_rate = 0.05), and the maximum tree depth (max_depth = 7) were optimized.
  • Gradient Boosting Regressor: Implementation of the same idea was used, but instead to create smaller trees [15]. With regard to adequate predictive outcome, the optimal parameters were specified as n_estimators = 100, learning_rate = 0.1, and max_depth = 4.
  • Random Forest Regressor: This is a combination of several decision trees in the model [16]. The optimized hyperparameters for this model included the number of trees to be used (n_estimators = 100), the highest depth of trees (max_depth = 4), and the minimum number of samples needed to split a node (min_samples_split = 5).
  • CatBoost Regressor: This is an algorithm particularly good with categorical datasets [17]. After hyperparameter optimization, we obtained the following parameters: depth = 5, learning_rate = 0.05, and iterations = 100 for effective and accurate predictions.

2.4. Stacking Meta-Model

The predictions obtained from different individual models were utilized as inputs for the meta-model. This meta-model was trained to enhance its predictions by merging the outputs of these models. During the construction of the hybrid model, each algorithm was implemented separately, allowing the meta-model to capture the strengths of distinct individual models. Functioning as the final predictor, the meta-model combines the predictions from the individual models and generates a unified final output. This technique has demonstrated its effectiveness in improving prediction accuracy by efficiently leveraging the unique capabilities of the individual models.

2.5. Evaluation Metrics

A variety of performance metrics were used to assess the final model including Mean Squared Error (MSE), Root Mean Squared Error (RMSE), Mean Absolute Percentage Error (MAPE), R-squared (R²), Explained Variance Score, and Concordance Index (C-index) [18,19,20,21,22,23].

2.6. Visualization and Analysis of Model Performance and Feature Relationships

To evaluate the relationship between variables, the performance of our model, and the significance of the variables used in the model, we employed various statistical and visualization techniques including evaluating the correlation matrix, visualization of the relationships with the scatter plots, and using SHAP analysis to evaluate the feature importance. In particular, it was important to measure the significance of features in the model. Therefore, we used the SHAP (SHapley Additive exPlanations) approach, which offers a comprehensive method to understanding how individual features contribute to the predictions of the model and how they interact with each other, providing both global and local interpretability [24,25,26].
All analyses were conducted using Python version 3.10.12.
The entire process is shown in Figure 1.

3. Results

The performance of the proposed hybrid model was evaluated using multiple regression metrics, as summarized in Table 1. Among the four meta-model configurations, XGBoost demonstrated the best performance, achieving near-perfect predictive accuracy. Its MSE was exceptionally low at 0.14%, while the MAE was 0.10%, and the MAPE was only 0.093%. The model also achieved a perfect C-index of 100%, indicating superior consistency and stability. These results highlight XGBoost’s dominance in both predictive accuracy and robustness.
CatBoost, while slightly less effective, delivered reasonable performance. Gradient Boosting showed moderate predictive capability, with an MSE of 6.99%, RMSE of 26.43%, MAE of 21.04%, and a MAPE of 19.29%. Although its R² value of 91.88% and C-index of 94.05% suggest a decent fit, its higher error rates reduce its overall reliability.
The Random Forest meta-model performed the poorest, with the highest error rates: an MSE of 14.39%, RMSE of 37.94%, MAE of 30.23%, and an MAPE of 33.58%. These metrics underscore its limited predictive accuracy in this context.
Figure 2 provides a comprehensive evaluation of the model’s performance through diagnostic graphics and correlation analysis. The scatterplot comparing actual and predicted values demonstrates high prediction accuracy, with most points closely aligned along the 45-degree line, indicating strong model performance. Residual analysis reveals that errors are normally distributed around zero, with no significant skewness or heteroscedasticity, confirming the model’s stability. The correlation heatmap highlights the relationships among features, offering valuable insights into feature dependencies and their potential impact on the model’s performance.
Figure 3 illustrates the role of individual features in predicting survival time using the hybrid XGBoost meta-model. Panel A presents relative feature importance scores, while Panel B showcases a SHAP summary plot detailing the direction and magnitude of feature effects on the prediction model.
Panel A highlights feature importance, with Recurrence contributing the most (32%), followed by GI (12.85%) and CI_RTOG (10.10%). Features such as Tm_Volume_cc and Concurrent_Immunotherapy show moderate influence, whereas Primary_1.0 and Gender have minimal impact.
Panel B provides a detailed SHAP analysis, indicating that higher values of Recurrence, Tm_Volume_cc, and Concurrent_Immunotherapy are associated with increased risk (shorter survival), while lower values reduce risk. Other features, like CI_RTOG and SRT_Total_Dose, show variable effects depending on their range.

4. Discussion

This study evaluated the significance of a hybrid machine learning model for predicting survival outcomes in patients with brain metastases undergoing SBRT. The results highlight the value of employing multiple machine learning algorithms to enhance prediction accuracy and the practicality of these models in clinical settings. Specifically, tumor recurrence emerged as the most significant predictor of survival, reflecting a more aggressive disease biology and resistance to treatment. Tumor volume was identified as the second most influential factor, underscoring the challenges of treating larger tumors with stereotactic radiotherapy due to their inherent biological aggressiveness. Furthermore, dosimetric indices used in radiotherapy planning, such as GI and CI, played a crucial role in optimizing treatment outcomes. These findings are consistent with the existing literature and emphasize the importance of developing predictive models that assist in clinical decision making [27,28,29,30,31,32,33].
This study evaluated the significance of a hybrid machine learning model for predicting survival outcomes in patients with brain metastases undergoing SBRT. It highlights the value of employing multiple machine learning algorithms to enhance prediction accuracy and the practicality of these models in clinical settings.
CatBoost, another tree-based gradient boosting model, showed strong predictive performance, though it was slightly less effective than XGBoost.
The performances of Gradient Boosting and Random Forest, while still significant, were relatively lower in this study. This is consistent with the work of Chen et al. (2024), who noted that ensemble methods like XGBoost are more effective due to their ability to reduce overfitting and optimize feature usage [34].
However, there are some limitations to our work. The relatively small sample size of 109 patients, recruited from a single site, raises questions about the generalizability of the results. Nevertheless, it should be noted that the dataset used in this study represents real-life data, which inherently limits sample size. Larger, multi-center datasets will be necessary to validate and expand the findings. Furthermore, the retrospective design introduces potential biases due to the heterogeneity of clinical parameters, a concern also raised in similar studies, such as Zhou et al. (2024), who emphasized the need for prospective validation of machine learning models in cancer treatment [35].
This study contributes to the growing body of literature on the application of machine learning in healthcare, particularly in predicting patient outcomes. Although a lot of previous research has focused on single algorithms for survival predictions, our hybrid approach suggests that relying on a single model may lead to biased results. This is supported by Zhu et al. (2024), who found that hybrid models offer better accuracy and reproducibility in predicting breast cancer recurrence [36]. Similarly, Minardi et al. (2025) employed machine learning techniques like LASSO to predict outcomes in patients with ruptured anterior communicating artery aneurysms. Their study analyzes a combination of preoperative and intraoperative factors to predict postoperative patient outcomes and emphasizes the significance of factors such as preoperative scores and intraoperative conditions. Both studies underscore the crucial role of machine learning in personalized patient care and its potential to improve clinical decision making and outcomes [37].
Compared with other works, such as the study by Fang et al., which used a large cohort of 20,249 patients to predict lung metastasis risk in esophageal carcinoma patients, our study focuses on the survival prediction of brain metastasis patients using a smaller sample size. While Fang’s work demonstrates the generalization capability of machine learning with robust metrics (AUC = 0.803, accuracy = 0.849), our model based on XGBoost showed a high C-index of 1, emphasizing its clinical accuracy. Fang’s research highlights large-scale generalization, whereas our work focuses on individualized prediction and treatment planning [38].
The work of Munai et al. developed a machine learning model for predicting brain metastasis risk in small-cell lung cancer patients, achieving notable results with the Random Forest model (AUROC = 0.896, AUPRC = 0.900) [39]. While their model focuses on risk estimation for developing brain metastasis, our study aims to predict survival outcomes for patients already diagnosed with brain metastasis, using a hybrid model to enhance prediction accuracy.
Additionally, Habibi et al. (2024) explored the prediction of treatment response and local control failure in brain metastasis patients treated with frameless stereotactic radiosurgery [40]. While their focus was on treatment response prediction, our study takes a broader approach, developing a hybrid model to estimate overall survival in patients with brain metastases, specifically considering those who have undergone SBRT.
Yichu et al. conducted a study on the use of radiomics and machine learning in predicting brain metastasis development in lung cancer patients [41]. Their work demonstrated the value of intratumoral and peritumoral features for prediction. In contrast, our study combines both clinical and radiomic variables to predict survival in patients with brain metastasis from various cancers, expanding the applicability of the model.
Research by Rappaport et al. (2024) utilized a semi-automatic machine learning approach to measure metastatic burden in preclinical models, offering useful insights into metastatic disease progression [42]. Unlike their preclinical focus, our study aims to translate AI-based prediction methods into clinical practice, improving treatment planning and patient management.
Finally, Liu et al. (2024) used a machine learning model combining radiomic and clinicoradiological features to predict perineural invasion in intrahepatic cholangiocarcinoma, showcasing the prognostic value of AI [43]. Similarly to Liu et al., our study demonstrates the potential of AI in tailoring treatments to individual patients, particularly in the context of brain metastases. Both studies underline the increasing relevance of AI for precision medicine in cancer care.
This increasing body of literature, including studies like those of Radhakrishnan et al. (2024), and Sulaiman et al. (2024), shows the promise of hybrid models in improving diagnostic accuracy across various domains [44,45]. While our study contributes to advancing hybrid machine learning techniques, it also opens avenues for future research aimed at improving model performance and clinical applicability.
Izonin et al. developed an ensemble machine learning model to improve the accuracy of biomedical data analysis, focusing on heart rate prediction for stress level assessment. Their model, based on Support Vector Regression (SVR) and cascading principles, achieved over 20 times higher accuracy compared to existing methods, with a significant reduction in training time. In contrast, our study focused on predicting survival outcomes for brain metastasis patients undergoing SRT using a hybrid machine learning approach [46].
One of the primary limitations of this study is the relatively small sample size, which is largely due to the inherent challenges of recruiting patients with brain metastases. Given the retrospective nature of the study, data collection was restricted to the available patient population within the specified timeframe. Future research should aim to include a larger patient cohort to improve the model’s performance in terms of accuracy and generalizability. A multicenter approach could help address this limitation by incorporating data from different institutions, thereby increasing the sample size and enhancing the model’s robustness across diverse patient populations. Additionally, as more patient data become available over time, continuous model training and validation could further refine predictive accuracy and improve clinical applicability. Another avenue for future studies is the integration of additional clinical and biological variables, which may enhance the model’s predictive capabilities and provide deeper insights into patient outcomes. These improvements would contribute to the development of more precise and individualized treatment strategies for patients with brain metastases.

5. Conclusions

All other individual machine learning algorithms showed comparatively lower performance than the proposed hybrid model for all the metrics evaluated, which shows high predictive capabilities. The low MSE of 0.0000019 and RMSE of 0.0014 for the hybrid model reflects its superiority over the other methods in terms of accuracy. Furthermore, the perfect C-index = 1.0 further supports its ability to predict outcome rankings, indicating that the model is effective and reliable. The near-zero error values, coupled with an R² of 99.9%, highlight the hybrid model’s capacity to explain and predict survival with high confidence. When a patient presents with brain metastasis, the model, developed based on the relevant clinical variables identified in the study, provides highly accurate survival predictions. This approach enables clinicians to estimate the patient’s survival time based on individual characteristics, thereby supporting clinical decision making with a more precise understanding of expected outcomes. By integrating machine learning models into clinical practice, physicians can enhance treatment planning, personalize care, and ultimately improve patient outcomes.

Author Contributions

Conceptualization, T.Ö., İ.P.A. and Y.T.; Data curation, İ.P.A.; Formal analysis, T.Ö.; Methodology, T.Ö. and H.Y.Z.; Project administration, T.Ö.; Writing—original draft, T.Ö. and İ.P.A.; Writing—review and editing, T.Ö. and H.Y.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki and approved by the of Ethics Committee of Ankara Bilkent City Hospital (Ethics Approval No. E1-22-2874) on 7 September 2022. for studies involving humans.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

We will share our data upon request.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
SRTStereotactic Radiotherapy
OSOverall Survival
SBRTStereotactic Body Radiotherapy
MSEMean Squared Error
RMSERoot Mean Squared Error
MAPEMean Absolute Percentage Error
R-squared
C-indexConcordance Index
SHAPSHapley Additive exPlanations
GIGradient Index
CIConformity Index
BMBrain Metastasis

References

  1. Kotecha, R.; Gondi, V.; Ahluwalia, M.S.; Brastianos, P.K.; Mehta, M.P. Recent advances in managing brain metastasis. F1000Res 2018, 7, F1000. [Google Scholar] [CrossRef] [PubMed]
  2. Gondi, V.; Bauman, G.; Bradfield, L.; Burri, S.H.; Cabrera, A.R.; Cunningham, D.A.; Eaton, B.R.; Hattangadi-Gluth, J.A.; Kim, M.M.; Kotecha, R.; et al. Radiation Therapy for Brain Metastases: An ASTRO Clinical Practice Guideline. Pract. Radiat. Oncol. 2022, 12, 265–282. [Google Scholar] [CrossRef] [PubMed]
  3. Armocida, D.; Ius, T.; Zancana, G.; Bianconi, A.; Cofano, F.; Tartara, F.; Frati, A.; Garbossa, D.; Salvati, M. Anamnestic radiological metastases outcome surgical score (ARMO-S). A purpose of a predictive surgical scoring system for brain metastases. J. Clin. Neurosci. 2024, 125, 68–75. [Google Scholar] [CrossRef] [PubMed]
  4. Abdulhaleem, M.; Ruiz, J.; Cramer, C.; Xing, F.; Lo, H.W.; Su, J.; Chan, M.D. Brain metastasis prognostic nomograms and brain metastasis velocity: A narrative review. Chin. Clin. Oncol. 2022, 11, 10. [Google Scholar] [CrossRef] [PubMed]
  5. Fangerau, H. Artifical intelligence in surgery: Ethical considerations in the light of social trends in the perception of health and medicine. EFORT Open Rev. 2024, 9, 323–328. [Google Scholar] [CrossRef] [PubMed]
  6. Lachman, P. Looking to the Future. In Textbook of Patient Safety and Clinical Risk Management [Internet]; Donaldson, L., Ricciardi, W., Sheridan, S., Tartaglia, R., Eds.; Springer: Cham, Switzerland, 2021; Chapter 4. [Google Scholar] [PubMed]
  7. Barbour, A.B.; Frush, J.M.; Gatta, L.A.; McManigle, W.C.; Keah, N.M.; Bejarano-Pineda, L.; Guerrero, E.M. Artificial Intelligence in Health Care: Insights From an Educational Forum. J. Med. Educ. Curric. Dev. 2020, 6, 2382120519889348. [Google Scholar] [CrossRef] [PubMed]
  8. Haug, C.J.; Drazen, J.M. Artificial Intelligence and Machine Learning in Clinical Medicine, 2023. N. Engl. J. Med. 2023, 388, 1201–1208. [Google Scholar] [CrossRef] [PubMed]
  9. MacEachern, S.J.; Forkert, N.D. Machine learning for precision medicine. Genome 2021, 64, 416–425. [Google Scholar] [CrossRef] [PubMed]
  10. Ting Sim, J.Z.; Fong, Q.W.; Huang, W.; Tan, C.H. Machine learning in medicine: What clinicians should know. Singapore Med. J. 2023, 64, 91–97. [Google Scholar] [CrossRef] [PubMed]
  11. Gan, Q.; Gong, L.; Hu, D.; Jiang, Y.; Ding, X. A Hybrid Missing Data Imputation Method for Batch Process Monitoring Dataset. Sensors 2023, 23, 8678. [Google Scholar] [CrossRef] [PubMed]
  12. Cox, D.R. Analysis of Survival Data, 1st ed.; Chapman and Hall/CRC: Boca Raton, FL, USA, 1984. [Google Scholar] [CrossRef]
  13. Jung, Y.; Hu, J. A K-fold Averaging Cross-validation Procedure. J. Nonparametr. Stat. 2015, 27, 167–179. [Google Scholar] [CrossRef] [PubMed]
  14. Chen, T.; Guestrin, C. XGBoost: A scalable tree boosting system. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; pp. 785–794. [Google Scholar]
  15. Otchere, D.A.; Ganat, T.O.A.; Ojero, J.O.; Tackie-Otoo, B.N.; Taki, M.Y. Application of gradient boosting regression model for the evaluation of feature selection techniques in improving reservoir characterisation predictions. J. Pet. Sci. Eng. 2022, 208, 109244. [Google Scholar] [CrossRef]
  16. Segal, M.R. Machine Learning Benchmarks and Random FOREST Regression. 2004. Available online: https://escholarship.org/uc/item/35x3v9t4 (accessed on 1 December 2024).
  17. Jeganathan, S.; Lakshminarayanan, A.R.; Parthasarathy, S.; Khan, A.A.A.; Sathick, K.J. OptCatB: Optuna Hyperparameter Optimization Model to Forecast the Educational Proficiency of Immigrant Students based on CatBoost Regression. J. Internet Serv. Inf. Secur. 2024, 14, 111–132. [Google Scholar] [CrossRef]
  18. Hyndman, R.J.; Athanasopoulos, G. Forecasting: Principles and Practice, 2nd ed.; OTexts: Melbourne, Australia, 2018. [Google Scholar]
  19. James, G.; Witten, D.; Hastie, T.; Tibshirani, R. An Introduction to Statistical Learning: With Applications in R; Springer: Berlin/Heidelberg, Germany, 2013. [Google Scholar]
  20. Makridakis, S.; Hibon, M. The M3-Competition: Results, conclusions and implications. Int. J. Forecast. 2000, 16, 451–476. [Google Scholar] [CrossRef]
  21. Seber, G.A.F.; Lee, A.J. Linear Regression Analysis, 2nd ed.; John Wiley & Sons: Hoboken, NJ, USA, 2003. [Google Scholar]
  22. Friedman, J.; Hastie, T.; Tibshirani, R. The Elements of Statistical Learning: Data Mining, Inference, and Prediction; Springer: Berlin/Heidelberg, Germany, 2001. [Google Scholar]
  23. Harrell, F.E.; Califf, R.M.; Pryor, D.B.; Lee, K.L.; Rosati, R.A. Evaluating the yield of medical tests. J. Am. Med. Assoc. 1982, 247, 2543–2546. [Google Scholar] [CrossRef]
  24. Lundberg, S.M.; Lee, S.I. A unified approach to interpreting model predictions. In Proceedings of the 31st International Conference on Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; pp. 4765–4774. [Google Scholar]
  25. Belsley, D.A.; Kuh, E.; Welsch, R.E. Regression Diagnostics: Identifying Influential Data and Sources of Collinearity; Wiley: Hoboken, NJ, USA, 1980; ISBN 978-0471058294. [Google Scholar]
  26. Cleveland, W.S. The Elements of Graphing Data; Wadsworth & Brooks/Cole: Pacific Grove, CA, USA, 1985; ISBN 978-0534085024. [Google Scholar]
  27. Lukas, R.V.; Lesniak, M.S.; Salgia, R. Brain metastases in non-small-cell lung cancer: Better outcomes through current therapies and utilization of molecularly targeted approaches. CNS Oncol. 2014, 3, 61–75. [Google Scholar] [CrossRef]
  28. Zhu, F.Y.; Sun, Y.F.; Yin, X.P.; Zhang, Y.; Xing, L.H.; Ma, Z.P.; Xue, L.Y.; Wang, J.N. Using machine learning-based radiomics to differentiate between glioma and solitary brain metastasis from lung cancer and its subtypes. Discov. Oncol. 2023, 14, 224. [Google Scholar] [CrossRef]
  29. Zhao, S.; Yu, J.; Wang, L. Machine Learning Based Prediction of Brain Metastasis of Patients with IIIA-N2 Lung Adenocarcinoma by a Three-miRNA Signature. Transl. Oncol. 2018, 11, 157–167. [Google Scholar] [CrossRef] [PubMed]
  30. Armandi, A.; Sanavia, T.; Younes, R.; Caviglia, G.P.; Rosso, C.; Govaere, O.; Liguori, A.; Francione, P.; Gallego-Duràn, R.; Ampuero, J.; et al. Serum ferritin levels can predict long-term outcomes in patients with metabolic dysfunction-associated steatotic liver disease. Gut 2024, 73, 825–834. [Google Scholar] [CrossRef]
  31. Ye, Q.; Wang, X.; Xu, X.; Chen, J.; Christiani, D.C.; Chen, F.; Zhang, R.; Wei, Y. Serial platelet count as a dynamic prediction marker of hospital mortality among septic patients. Burns Trauma. 2024, 12, tkae016. [Google Scholar] [CrossRef]
  32. Xiao, Z.; Song, Q.; Wei, Y.; Fu, Y.; Huang, D.; Huang, C. Use of survival support vector machine combined with random survival forest to predict the survival of nasopharyngeal carcinoma patients. Transl. Cancer Res. 2023, 12, 3581–3590. [Google Scholar] [CrossRef]
  33. Schmauch, B.; Elsoukkary, S.S.; Moro, A.; Raj, R.; Wehrle, C.J.; Sasaki, K.; Calderaro, J.; Sin-Chan, P.; Aucejo, F.; Roberts, D.E. Combining a deep learning model with clinical data better predicts hepatocellular carcinoma behavior following surgery. J. Pathol. Inform. 2023, 15, 100360. [Google Scholar] [CrossRef]
  34. Chen, Y.; Nie, Y.; Wu, J.; Li, C.; Zheng, L.; Zhu, B.; Min, Y.; Ling, T.; Liu, X. Association between systemic inflammatory indicators with the survival of chronic kidney disease: A prospective study based on NHANES. Front. Immunol. 2024, 15, 1365591. [Google Scholar] [CrossRef]
  35. Zhou, L.; Ji, Q.; Peng, H.; Chen, F.; Zheng, Y.; Jiao, Z.; Gong, J.; Li, W. Automatic image segmentation and online survival prediction model of medulloblastoma based on machine learning. Eur. Radiol. 2024, 34, 3644–3655. [Google Scholar] [CrossRef] [PubMed]
  36. Zhu, Y.; Zhang, Y.; Li, M.; Bai, J.; Wang, H.; Pang, X.; Du, R.; Wang, J.; Huang, X. Prognostic Value of Systemic Inflammation, Nutritional Status and Sarcopenia in Patients With Amyotrophic Lateral Sclerosis. J. Cachexia Sarcopenia Muscle 2024, 15, 2743–2755. [Google Scholar] [CrossRef] [PubMed]
  37. Minardi, M.; Bianconi, A.; Mesin, L.; Salvati, L.F.; Griva, F.; Narducci, A. Proposal of a Machine Learning Based Prognostic Score for Ruptured Microsurgically Treated Anterior Communicating Artery Aneurysms. J. Clin. Med. 2025, 14, 578. [Google Scholar] [CrossRef] [PubMed]
  38. Fang, Y.; Wan, J.; Zeng, Y. Use machine learning to predict pulmonary metastasis of esophageal cancer: A population-based study. J. Cancer Res. Clin. Oncol. 2024, 150, 420. [Google Scholar] [CrossRef]
  39. Munai, E.; Zeng, S.; Yuan, Z.; Yang, D.; Jiang, Y.; Wang, Q.; Wu, Y.; Zhang, Y.; Tao, D. Machine learning-based prediction model for brain metastasis in patients with extensive-stage small cell lung cancer. Sci. Rep. 2024, 14, 28790. [Google Scholar] [CrossRef]
  40. Habibi, M.A.; Rashidi, F.; Habibzadeh, A.; Mehrtabar, E.; Arshadi, M.R.; Mirjani, M.S. Prediction of the treatment response and local failure of patients with brain metastasis treated with stereotactic radiosurgery using machine learning: A systematic review and meta-analysis. Neurosurg. Rev. 2024, 47, 199. [Google Scholar] [CrossRef]
  41. Yichu, S.; Fei, L.; Ying, L.; Youyou, X. Potential of radiomics analysis and machine learning for predicting brain metastasis in newly diagnosed lung cancer patients. Clin. Radiol. 2024, 79, e807–e816. [Google Scholar] [CrossRef]
  42. Rappaport, J.; Chen, Q.; McGuire, T.; Daugherty-Lopès, A.; Goldszmid, R. Machine learning approach to assess brain metastatic burden in preclinical models. Methods Cell Biol. 2024, 190, 25–49. [Google Scholar] [CrossRef] [PubMed]
  43. Liu, Z.; Luo, C.; Chen, X.; Feng, Y.; Feng, J.; Zhang, R.; Ouyang, F.; Li, X.; Tan, Z.; Deng, L.; et al. Noninvasive prediction of perineural invasion in intrahepatic cholangiocarcinoma by clinicoradiological features and computed tomography radiomics based on interpretable machine learning: A multicenter cohort study. Int. J. Surg. 2024, 110, 1039–1051. [Google Scholar] [CrossRef] [PubMed]
  44. Radhakrishnan, M.; Ramamurthy, K.; Shanmugam, S.; Prasanna, G.; S, V.; Won, D. A hybrid model for the classification of Autism Spectrum Disorder using Mu rhythm in EEG. Technol. Health Care 2024, 32, 4485–4503. [Google Scholar] [CrossRef] [PubMed]
  45. Sulaiman, R.; Azeman, N.H.; Mokhtar, M.H.H.; Mobarak, N.N.; Abu Bakar, M.H.; Bakar, A.A.A. Hybrid ensemble-based machine learning model for predicting phosphorus concentrations in hydroponic solution. Spectrochim. Acta A Mol. Biomol. Spectrosc. 2024, 304, 123327. [Google Scholar] [CrossRef]
  46. Izonin, I.; Tkachenko, R.; Gurbych, O.; Kovac, M.; Rutkowski, L.; Holoven, R. A non-linear SVR-based cascade model for improving prediction accuracy of biomedical data analysis. Math. Biosci. Eng. 2023, 20, 13398–13414. [Google Scholar] [CrossRef]
Figure 1. Flow chart.
Figure 1. Flow chart.
Brainsci 15 00266 g001
Figure 2. (A) Scatter plot. (B) Residuals distribution. (C) Heat map.
Figure 2. (A) Scatter plot. (B) Residuals distribution. (C) Heat map.
Brainsci 15 00266 g002
Figure 3. (A) Feature importance plot for the meta-model XGBoost. (B) SHAP analysis for the meta-model XGBoost.
Figure 3. (A) Feature importance plot for the meta-model XGBoost. (B) SHAP analysis for the meta-model XGBoost.
Brainsci 15 00266 g003
Table 1. The performance of the proposed hybrid model was evaluated using multiple regression metrics.
Table 1. The performance of the proposed hybrid model was evaluated using multiple regression metrics.
MetricXGBoost Meta-ModelCatBoost Meta-ModelGradient Boosting Meta-ModelRandom Forest Meta-Model
MSE0.00000.02110.06990.1439
RMSE0.00140.14510.26430.3794
MAE0.00100.11330.21040.3023
MAPE0.093110.364019.289033.5808
MedAE0.00070.08660.19510.2526
R² Score0.99980.97550.91880.8328
Explained Variance Score0.99980.97550.91880.8328
C-index1.00000.96840.94050.9212
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Öznacar, T.; Aral, İ.P.; Zengin, H.Y.; Tezcan, Y. Survival Prediction in Brain Metastasis Patients Treated with Stereotactic Radiosurgery: A Hybrid Machine Learning Approach. Brain Sci. 2025, 15, 266. https://doi.org/10.3390/brainsci15030266

AMA Style

Öznacar T, Aral İP, Zengin HY, Tezcan Y. Survival Prediction in Brain Metastasis Patients Treated with Stereotactic Radiosurgery: A Hybrid Machine Learning Approach. Brain Sciences. 2025; 15(3):266. https://doi.org/10.3390/brainsci15030266

Chicago/Turabian Style

Öznacar, Tuğçe, İpek Pınar Aral, Hatice Yağmur Zengin, and Yılmaz Tezcan. 2025. "Survival Prediction in Brain Metastasis Patients Treated with Stereotactic Radiosurgery: A Hybrid Machine Learning Approach" Brain Sciences 15, no. 3: 266. https://doi.org/10.3390/brainsci15030266

APA Style

Öznacar, T., Aral, İ. P., Zengin, H. Y., & Tezcan, Y. (2025). Survival Prediction in Brain Metastasis Patients Treated with Stereotactic Radiosurgery: A Hybrid Machine Learning Approach. Brain Sciences, 15(3), 266. https://doi.org/10.3390/brainsci15030266

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop