{"id":64314,"date":"2025-02-20T11:48:27","date_gmt":"2025-02-20T11:48:27","guid":{"rendered":"https:\/\/biomedpharmajournal.org\/?p=64314"},"modified":"2025-03-18T10:47:12","modified_gmt":"2025-03-18T10:47:12","slug":"an-optimized-predictive-machine-learning-model-for-lung-cancer-diagnosis","status":"publish","type":"post","link":"https:\/\/biomedpharmajournal.org\/staging\/vol18marchspledition\/an-optimized-predictive-machine-learning-model-for-lung-cancer-diagnosis\/","title":{"rendered":"An Optimized Predictive Machine Learning Model for Lung Cancer Diagnosis"},"content":{"rendered":"<p><strong>Introduction<\/strong><\/p>\n<p>Lung cancer causes a significant portion of cancer-related fatalities. It causes more deaths than the\u00a0total deaths from breast, colon, and cervical cancers. Cancer arises when cells in the body begin to proliferate uncontrollably. Lung cancer usually develops gradually and predominantly affects those aged 55 to 65. Lung cancer can be non-small cell (NSCLC) or small cell (SCLC) lung cancer. Eighty to eighty five percent of cases of lung cancer are of NSCLC. Ten to fifteen percent of cases are of SCLC. NSCLC is more commonly developed by smokers or ex-smokers. In cigarette smokers, there is a high chance of developing SCLC.<sup>1<\/sup><\/p>\n<p>The most typical sign of lung cancer is coughing, which can worsen with time, become more severe, and can even produce bloody sputum. Additional symptoms include haemoptysis, anorexia, weight loss, chest pain, and shortness of breath. Improving patient outcomes requires detection of\u00a0lung cancer at early stage.<sup>2<\/sup> Traditional methods of\u00a0diagnosis can lead to diagnosis at late stage. Early-stage diagnosis can help in providing better treatment to patients. The diverse and complex characteristics of lung cancer make it challenging to identify early indicators using conventional clinical approaches.<sup>3,4<\/sup><\/p>\n<p>In recent decades, advent of machine learning has brought revolution in numerous fields by offering different tools for analysing patterns in large datasets. It has a big impact on the medical field as well.<sup>5<\/sup><\/p>\n<p>Authors evaluated three machine learning algorithms RF, AdaBoost, and XGBoost regarding their performance in lung cancer prediction. This paper introduced a novel approach for lung cancer detection by combining SMOTE for class imbalance handling and Bayesian optimization for hyperparameter tuning, ensuring enhanced accuracy for lung cancer detection. The aim of this research is to improve early-stage diagnosis of lung cancer by harnessing machine learning techniques.<\/p>\n<p>The objectives of this research are as follows:<\/p>\n<p>To perform comparative analysis of performance of three classifiers RF, AdaBoost, and XGBoost in lung cancer prediction. This research sheds light on the classifiers&#8217; initial performance as well as areas for improvement by assessing them both with and without optimization.<\/p>\n<p>To address the problem of imbalanced datasets using SMOTE. Class imbalance is a common problem in datasets involving medical diagnosis. By training the models on balanced dataset, this phase helps to minimize bias and improves the models&#8217; capacity to generalize across various patient populations.<\/p>\n<p>To fine-tune the hyperparameters of the RF, AdaBoost, and XGBoost using bayesian optimization.<\/p>\n<p>Section 2 of literature survey reviews existing research to establish the relevance of the study. Section 3 methodology describes proposed methodology. Section 4 presents the key findings. Section 5 discusses the results. After that paper is concluded in Section 6 by summarizing key insights and discussing future scope.<\/p>\n<p><strong>Literature Review<\/strong><\/p>\n<p>In recent decades, extensive research has been conducted on using various machine learning techniques for predicting lung cancer. Various classifiers have been used by researchers to improve diagnostic accuracy. Numerous studies have analysed how different models perform on various datasets. This literature survey highlights the key findings from recent research efforts.<\/p>\n<p>Radhika evaluated the performance of four traditional classifiers, including SVM, NB, LR, and DT. The study utilized datasets from the UCI Repository and found that SVM attained the highest accuracy of 99.2%, outperforming other classifiers. It highlighted the potential of SVM in handling complex data typical in medical imaging.<sup>6<\/sup> Patra performed lung cancer classification using the dataset available on Kaggle. Weka tool was used to perform experiments with different classifiers. Experiments were done with KNN, NB, RF and J48 classifiers. KNN achieved 75% accuracy, NB achieved 78.12% accuracy, RBF achieved 81.25% accuracy, and J48 achieved 78.12% accuracy.<sup>7<\/sup>\u00a0 Dritsas evaluated the performance of various classifiers, including artificial neural network (ANN), support vector machine (SVM), K-nearest neighbour (KNN), decision tree (DT), naive bayes (NB), and Rotation Forest, achieving accuracies of 94.6%, 95.4%, 95.2%, 93.7%, 95%, and 97.1%, respectively. Rotation Forest demonstrated the highest accuracy at 97.1%.<sup>8<\/sup><\/p>\n<p>Mamun performed lung cancer prediction using the dataset available on kaggle. Dataset was balanced using SMOTE. Experiments were done using XGBoost, AdaBoost, LightGBM and Bagging attaining accuracies of 94.42%, 90.70%, 92.55, and 89.76% respectively.<sup>9<\/sup> Sachdeva performed lung cancer prediction using the dataset of 59 records available on kaggle. Performance of DT, KNN, RF, Adaboost, SVM, LR,\u00a0 NB and\u00a0 Xgboost\u00a0 was evaluated. NB outperformed other classifiers with 98.33% accuracy.<sup>10<\/sup><\/p>\n<p>Ojha performed lung cancer prediction using SVM, NB, AdaBoost, KNN, logistic regression (LR), and J48, yielding accuracies of 92.6%, 91.6%, 90.5%, 90.5%, 94.7%, and 90.5%, respectively, with LR outperforming the other models.<sup>11<\/sup> Riktapresented XML-GBM model, which combined gradient boosting with explainable AI to enhance lung cancer diagnosis. Random Oversampling method was used for class balancing. Training used 65% of data and testing used 35%.\u00a0\u00a0 Principal component analysis and hypertuning were also used to improve the accuracy. GBM obtained accuracy of 98.76%.<sup>12<\/sup><\/p>\n<p>Maurya evaluated the performance of twelve classifier including LR, Bernoulli NB, Gaussian NB, RF, SVM, XGBoost, KNN, AdaBoost, Extra Tree, Ensemble of XGB and AdaBoost, Voting Classifier and multilayer perceptron (MLP). KNN achieved maximum accuracy of 92.86%.<sup>13 <\/sup>Prakasha focused on feature extraction techniques like Gray-Level Co-occurrence Matrix (GLCM) and Principal Component Analysis (PCA) to enhance performance of classifiers. After comparing performance of NB, DT, and SVM for lung cancer classification it was found that SVM, when combined with GLCM features, achieved the highest accuracy of 96.1%. It demonstrated the importance of integrating effective feature extraction techniques with machine learning models for improved classification accuracy.<sup>14<\/sup><\/p>\n<p>In reviewing the existing literature, several demerits have been identified. Some studies faced challenges with class imbalance leading to biased predictions. Additionally, limited emphasis on hyperparameter optimization in models can prevent achieving optimal performance. Many studies also rely on very small datasets such as 59 records dataset of kaggle which may not generalize well. To address these gaps, the proposed work incorporated SMOTE to handle class imbalance and applied bayesian optimization for hyperparameter tuning. Authors evaluated classifiers on a larger, balanced dataset and provided a comparison of RF, AdaBoost, and XGBoost classifiers. The proposed work integrated class balancing with optimization techniques ensuring improved model performance.<\/p>\n<p><strong>Materials and Methods<\/strong><\/p>\n<p>Proposed methodology for lung cancer prediction is presented in Figure 1. The methodology includes following steps: data acquisition, class balancing, model implementation, hyper parameter optimization, and model evaluation.<\/p>\n<p><strong>Dataset<\/strong><\/p>\n<p>The dataset used in this research is acquired from Kaggle.<sup>15<\/sup> It has a total of 15 predictive attributes: Age, Gender, Smoking, PeerPressure, Anxiety, Yellow Fingers, Allergy, Fatigue, Chronic Disease, Coughing, Alcohol Consuming, Wheezing, Chest Pain, Swallowing Difficulty and Shortness of Breath. Comprehensive details about the dataset are shown in Table 1. Figure 2 illustrates a two-sided bar chart displaying the distribution of features for patients with Lung Cancer and without Lung Cancer. Correlation of each predictive feature with target feature is shown in Figure 3. It helps in finding the most relevant features and improving model performance by focusing on impactful variables. It also helps domain experts to better understand which factors influence the target outcome that increase model interpretability. Initially, the dataset was imbalanced. It comprised 309 instances, with 39 instances of Class 0 (non-cancerous) and 270 instances of Class 1 (cancerous). After balancing both the classes have 270 instances. Number of instances before balancing and after balancing is shown in Figure 4.<\/p>\n<p><strong>Table 1: Comprehensive details about the dataset<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"269\"><strong>Dataset Link<\/strong><\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"428\"><strong>https:\/\/www.kaggle.com\/datasets\/shuvojitdas\/lung-cancer-dataset<\/strong><\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"269\">Number of Records<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"428\">309<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"269\">Attribute Name<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"428\">Description<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"269\">Age<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"428\">Age of the individual<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"269\">Gender<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"428\">Gender of the individual (e.g., Male\/Female)<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"269\">Smoking<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"428\">Whether the individual smokes<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"269\">PeerPressure<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"428\">Influence of peer pressure<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"269\">Anxiety<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"428\">Presence of anxiety<\/td>\n<\/tr>\n<tr style=\"height: 185px;\">\n<td style=\"height: 185px; text-align: center;\" width=\"269\">Yellow Fingers<\/td>\n<td style=\"height: 185px; text-align: center;\" width=\"428\">Observed yellow fingers (potentially due to smoking)<\/td>\n<\/tr>\n<tr style=\"height: 185px;\">\n<td style=\"height: 185px;\" width=\"269\">\n<p style=\"text-align: center;\">Allergy<\/p>\n<\/td>\n<td style=\"height: 185px;\" width=\"428\">\n<p style=\"text-align: center;\">Any allergies reported<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"269\">Fatigue<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"428\">Feeling of fatigue<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"269\">Chronic Disease<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"428\">Presence of any chronic disease<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"269\">Coughing<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"428\">Frequency or severity of coughing<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"269\">Alcohol Consuming<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"428\">Alcohol consumption habits<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"269\">Wheezing<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"428\">Presence of wheezing sounds<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"269\">Chest Pain<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"428\">Reported chest pain<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"269\">Swallowing Difficulty<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"428\">Difficulty in swallowing<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"269\">Shortness of Breath<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"428\">Experience of breathlessness<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>\u00a0<\/strong><strong>Class Balancing<\/strong><\/p>\n<p>To resolve the class imbalance problem, SMOTE was used. SMOTE generates artficial samples in minority class by performing interpolation between existing instances.<sup>16<\/sup> It works by identifying the k-nearest neighbours of each minority class instance, then creating new samples by interpolating between the original instance and its neighbours. This process generates diverse, synthetic data points that balance the dataset. It resulted in balanced dataset with equal number of 270 instances for both classes.<\/p>\n<p><strong>Classification Algorithms<\/strong><\/p>\n<p>Three machine learning classifiers named RF, XGBoost and AdaBoost are applied to the balanced dataset. Random Forest is an ensemble learning algorithm in which multiple decision trees are constructed and merged to produce a more robust prediction. It operates by selecting random subsets of the features and data points to construct each tree, which reduces overfitting and improves generalizability of the model. AdaBoost is a boosting ensemble method that combines multiple weak learners to create a strong model.<\/p>\n<p>It works by adjusting the weights of incorrectly predicted samples, placing more emphasis on these points in subsequent iterations. Multiple models are trained and each new model tries to correct the errors made by the previous model. In XGBoost, ensemble of decision trees is constructed. Each next tree corrects the errors of the previous tree.<\/p>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64319\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig1-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig1-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig1-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig1.jpg 540w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 1: Methodology for Lung Cancer Prediction<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig1.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64320\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig2-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig2-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig2-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig2-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig2.jpg 712w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 2: \u00a0Two-Sided Bar Chart Showing Feature Distributions for Lung Cancer and No Lung Cancer<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig2.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone wp-image-64321 size-thumbnail\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig3-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig3-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig3-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig3.jpg 634w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 3: Correlation of\u00a0 predictive feature with target feature<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig3.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Optimization of Classifiers<\/strong><\/p>\n<p>The performance of the classifiers is further enhanced through hyperparameter optimization. Bayesian optimization method is utilized for optimization. This method helped in finding the optimal hyperparameters for each classifier, improving their performance.<sup>17 <\/sup>Bayesian optimization is computationally intensive and may not find the global optimum due to suboptimal configuration. To address this challenge, optimization settings are carefully tuned such as the choice of acquisition function and number of iterations.<\/p>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64322\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig4-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig4-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig4-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig4-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig4.jpg 681w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 4: (a) Class distribution before balancing (b) Class distribution after balancing<\/strong><strong>\u00a0<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig4.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Model Evaluation<\/strong><\/p>\n<p>The classifiers&#8217; performance is evaluated based on standard metrics accuracy, precision, recall, specificity and F1-Measure, MCC (Matthews Correlation Coefficient), Cohen\u2019s Kappa, Log-Loss and receiver operating characteristics (ROC) curve.<sup>18,19<\/sup> Validation is done using k fold cross-validation method. It involves splitting the dataset into k subsets and using each subset for testing while the remaining K-1 subsets are used for training.<sup>20<\/sup><\/p>\n<p><strong>Results<\/strong><\/p>\n<p>Performance of RF, AdaBoost and XGBoost classifiers is evaluated without optimization and with optimization to assess the impact of hyperparameter tuning on classification accuracy. Table 2 demonstrates the performance before hyperparameter tuning illustrating how these algorithms perform initially. RF, AdaBoost and XGBoost achieved accuracies of 95.55%, 94.81%, and 94.62% respectively.<\/p>\n<p><strong>Table 2: Performance metrics of classification algorithms before hyperparameter tuning<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"12%\"><strong>Classification Algorithm<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"10%\"><strong>Accuracy (%)<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"9%\"><strong>Precision (%)<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"8%\"><strong>Recall (%)<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"11%\"><strong>Specificity (%)<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"9%\"><strong>F-Measure (%)<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"9%\"><strong>MCC (%)<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"9%\"><strong>Cohen\u2019s <\/strong><strong>Kappa (%)<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"9%\"><strong>Log <\/strong><strong>Loss (%)<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"9%\"><strong>ROC-AUC (%)<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"12%\">RF<\/td>\n<td style=\"text-align: center;\" width=\"10%\">95.55<\/td>\n<td style=\"text-align: center;\" width=\"9%\">94.89<\/td>\n<td style=\"text-align: center;\" width=\"8%\">96.92<\/td>\n<td style=\"text-align: center;\" width=\"11%\">94.81<\/td>\n<td style=\"text-align: center;\" width=\"9%\">95.58<\/td>\n<td style=\"text-align: center;\" width=\"9%\">91.12<\/td>\n<td style=\"text-align: center;\" width=\"9%\">91.11<\/td>\n<td style=\"text-align: center;\" width=\"9%\">12.75<\/td>\n<td style=\"text-align: center;\" width=\"9%\">98.1<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"12%\">AdaBoost<\/td>\n<td style=\"text-align: center;\" width=\"10%\">94.81<\/td>\n<td style=\"text-align: center;\" width=\"9%\">93.84<\/td>\n<td style=\"text-align: center;\" width=\"8%\">95.91<\/td>\n<td style=\"text-align: center;\" width=\"11%\">93.70<\/td>\n<td style=\"text-align: center;\" width=\"9%\">94.87<\/td>\n<td style=\"text-align: center;\" width=\"9%\">89.65<\/td>\n<td style=\"text-align: center;\" width=\"9%\">89.62<\/td>\n<td style=\"text-align: center;\" width=\"9%\">61.76<\/td>\n<td style=\"text-align: center;\" width=\"9%\">97.8<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"12%\">XGBoost<\/td>\n<td style=\"text-align: center;\" width=\"10%\">94.62<\/td>\n<td style=\"text-align: center;\" width=\"9%\">94.46<\/td>\n<td style=\"text-align: center;\" width=\"8%\">94.81<\/td>\n<td style=\"text-align: center;\" width=\"11%\">94.44<\/td>\n<td style=\"text-align: center;\" width=\"9%\">94.63<\/td>\n<td style=\"text-align: center;\" width=\"9%\">89.25<\/td>\n<td style=\"text-align: center;\" width=\"9%\">89.25<\/td>\n<td style=\"text-align: center;\" width=\"9%\">18.33<\/td>\n<td style=\"text-align: center;\" width=\"9%\">99.0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Performance of the classifiers is improved by tuning the hyperparameters using bayesian optimization. This optimization process aimed to identify the best combination of hyperparameters that could maximize the classifiers&#8217; performance. Table 3 shows values of hyperparameters obtained through optimization, highlighting the adjustments made to improve model performance. It also shows the performance of classifiers after optimization. Figures 5 to 9 show the enhancement in the classifier\u2019s performance after optimization.<\/p>\n<p><strong>Table 3: Values of Hyperparameters obtained through optimization<\/strong><\/p>\n<table style=\"width: 95%; height: 362px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr style=\"height: 74px;\">\n<td style=\"text-align: center; height: 74px;\"><strong>Classifier<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\"><strong>Hyperparameter<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\"><strong>Value<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\"><strong>Accuracy <\/strong><strong>(%)<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\"><strong>Precision <\/strong><strong>(%)<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\"><strong>Recall<\/strong><strong>(%)<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\"><strong>Specificity<\/strong><strong>(%)<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\"><strong>F-Measure<\/strong><strong>(%)<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\"><strong>MCC<\/strong><strong>(%)<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\"><strong>Cohen\u2019s <\/strong><strong>Kappa <\/strong><strong>(%)<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\" width=\"38\"><strong>Log <\/strong><strong>Loss (%)<\/strong><\/td>\n<td style=\"text-align: center; height: 74px;\" width=\"44\"><strong>ROC-AUC<\/strong><strong>(%)<\/strong><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 168px;\" rowspan=\"7\">RF<\/td>\n<td style=\"text-align: center; height: 24px;\">criterion<\/td>\n<td style=\"text-align: center; height: 24px;\">gini<\/td>\n<td style=\"text-align: center; height: 168px;\" rowspan=\"7\">96.11<\/td>\n<td style=\"text-align: center; height: 168px;\" rowspan=\"7\">95.94<\/td>\n<td style=\"text-align: center; height: 168px;\" rowspan=\"7\">96.97<\/td>\n<td style=\"text-align: center; height: 168px;\" rowspan=\"7\">95.92<\/td>\n<td style=\"text-align: center; height: 168px;\" rowspan=\"7\">96.11<\/td>\n<td style=\"text-align: center; height: 168px;\" rowspan=\"7\">92.22<\/td>\n<td style=\"text-align: center; height: 168px;\" rowspan=\"7\">92.22<\/td>\n<td style=\"text-align: center; height: 168px;\" rowspan=\"7\" width=\"38\">15.73<\/td>\n<td style=\"text-align: center; height: 168px;\" rowspan=\"7\" width=\"44\">99.0<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 24px;\">bootstrap<\/td>\n<td style=\"text-align: center; height: 24px;\">True<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 24px;\">max_features<\/td>\n<td style=\"text-align: center; height: 24px;\">1<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 24px;\">random_state<\/td>\n<td style=\"text-align: center; height: 24px;\">1<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 24px;\">min_samples_leaf<\/td>\n<td style=\"text-align: center; height: 24px;\">1<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 24px;\">n_estimators<\/td>\n<td style=\"text-align: center; height: 24px;\">10<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 24px;\">max_depth<\/td>\n<td style=\"text-align: center; height: 24px;\">6<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 72px;\" rowspan=\"3\">XGB<\/td>\n<td style=\"text-align: center; height: 24px;\">learning_rate<\/td>\n<td style=\"text-align: center; height: 24px;\">0.59<\/td>\n<td style=\"text-align: center; height: 72px;\" rowspan=\"3\">95.92<\/td>\n<td style=\"text-align: center; height: 72px;\" rowspan=\"3\">96.26<\/td>\n<td style=\"text-align: center; height: 72px;\" rowspan=\"3\">95.55<\/td>\n<td style=\"text-align: center; height: 72px;\" rowspan=\"3\">96.29<\/td>\n<td style=\"text-align: center; height: 72px;\" rowspan=\"3\">95.91<\/td>\n<td style=\"text-align: center; height: 72px;\" rowspan=\"3\">91.85<\/td>\n<td style=\"text-align: center; height: 72px;\" rowspan=\"3\">91.85<\/td>\n<td style=\"text-align: center; height: 72px;\" rowspan=\"3\" width=\"38\">13.70<\/td>\n<td style=\"text-align: center; height: 72px;\" rowspan=\"3\" width=\"44\">98.8<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 24px;\">max_depth<\/td>\n<td style=\"text-align: center; height: 24px;\">1<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 24px;\">gamma<\/td>\n<td style=\"text-align: center; height: 24px;\">1<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 48px;\" rowspan=\"2\">AdaBoost<\/td>\n<td style=\"text-align: center; height: 24px;\">learning_rate<\/td>\n<td style=\"text-align: center; height: 24px;\">0.68<\/td>\n<td style=\"text-align: center; height: 48px;\" rowspan=\"2\">95.74<\/td>\n<td style=\"text-align: center; height: 48px;\" rowspan=\"2\">95.91<\/td>\n<td style=\"text-align: center; height: 48px;\" rowspan=\"2\">95.99<\/td>\n<td style=\"text-align: center; height: 48px;\" rowspan=\"2\">95.92<\/td>\n<td style=\"text-align: center; height: 48px;\" rowspan=\"2\">95.73<\/td>\n<td style=\"text-align: center; height: 48px;\" rowspan=\"2\">91.48<\/td>\n<td style=\"text-align: center; height: 48px;\" rowspan=\"2\">91.48<\/td>\n<td style=\"text-align: center; height: 48px;\" rowspan=\"2\" width=\"38\">45.60<\/td>\n<td style=\"text-align: center; height: 48px;\" rowspan=\"2\" width=\"44\">98.8<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"text-align: center; height: 24px;\">n_estimators<\/td>\n<td style=\"text-align: center; height: 24px;\">10<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64323\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig5-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig5-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig5-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig5-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig5.jpg 650w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 5: \u00a0Enhancement in Accuracy after Optimization<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig5.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64324\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig6-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig6-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig6-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig6-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig6.jpg 609w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 6: Enhancement in Precision after Optimization<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig6.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig7.jpg\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64325\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig7-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig7-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig7-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig7-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig7.jpg 630w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a><\/td>\n<td><strong>Figure 7: Enhancement in Recall after Optimization<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig7.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64326\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig8-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig8-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig8-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig8-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig8.jpg 634w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 8: Enhancement in Specificity after Optimization<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig8.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64327\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig9-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig9-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig9-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig9-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig9.jpg 625w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 9: Enhancement in F-Measure after Optimization<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig9.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Figure 10 and 11 illustrates the ROC curve of the classifier before and after the optimization process.<\/p>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64328\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig10-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig10-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig10-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig10-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig10.jpg 654w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 10: ROC before Optimization<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig10.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Both XGBoost and AdaBoost have shown an improvement in value of area under the ROC (AUROC) after optimization. However, RF exhibits no change in its AUROC value. Confusion matrix for the three classifiers is demonstrated in Figure 13 to 15. Results indicate that RF has given the best performance with 96.11 % accuracy. Comparison of classifiers\u2019 accuracy is shown in Figure 16.<\/p>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64329\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig11-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig11-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig11-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig11-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig11.jpg 596w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 11: ROC after Optimization<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig11.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64330\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig12-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig12-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig12-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig12-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig12.jpg 617w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 12: RF Confusion Matrix<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig12.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64333\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig13-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig13-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig13-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig13-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig13.jpg 612w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 13: AdaBoost Confusion Matrix<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig13.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64334\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig14-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig14-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig14-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig14-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig14.jpg 602w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 14: XGBoost Confusion Matrix<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig14.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64335\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig15-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig15-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig15-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig15-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig15.jpg 636w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 15: Comparison of Classifiers\u2019 Accuracy<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig15.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>AdaBoost, RF, and XGBoost are complex models and less interpretable as compared to simpler models. To resolve this problem, SHAP (Shapley Additive Explanations) tool is used. This tool helps in visualizing the contribution of each feature to the predictions of model. It helps in making the results more transparent and easier for clinicians to interpret. Figure 16 shows the SHAP value of each feature.<\/p>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64336\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig16-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig16-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig16-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig16-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig16-298x300.jpg 298w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig16.jpg 661w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 16: SHAP Value of Features<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig16.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Discussion<\/strong><\/p>\n<p>Results demonstrate the effectiveness of hyperparameter optimization in boosting the classifiers&#8217; predictive power. All three classifiers showed enhanced accuracy after optimization, AdaBoost and XGBoost benefited significantly from tuning, underscoring the importance of tailored hyperparameter adjustments for specific algorithms. RF has given the best performance with 96.11% accuracy, further increasing its reliability as a robust classification model in this study.<\/p>\n<p>A detailed comparison between the proposed work and existing studies is outlined in Table 4. Comparison in graphical manner is shown in Figure 17. To make the evaluation consistent and fair, comparison is done with studies using the same dataset. This comparison highlights the competitive edge of the proposed work in terms of accuracy and robustness. Such evaluations ensure a fair and consistent benchmarking process, further validating the efficacy of the optimized model in lung cancer prediction task.<\/p>\n<p><strong>Table 4: Comparison between proposed work and existing studies<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"53\"><strong>Year<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"105\"><strong>Authors<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"172\"><strong>Classification Method<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"85\"><strong>Accuracy<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"53\">2022<\/td>\n<td style=\"text-align: center;\" width=\"105\">Mamun<sup>10<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"172\">XGBoost<\/td>\n<td style=\"text-align: center;\" width=\"85\">94.82%<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"53\">2023<\/td>\n<td style=\"text-align: center;\" width=\"105\">Ojha<sup>12<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"172\">LR<\/td>\n<td style=\"text-align: center;\" width=\"85\">94.7%<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"53\">2024<\/td>\n<td style=\"text-align: center;\" width=\"105\">Maurya<sup>14<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"172\">KNN<\/td>\n<td style=\"text-align: center;\" width=\"85\">92.86%<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"53\">2024<\/td>\n<td style=\"text-align: center;\" width=\"105\">Proposed<\/td>\n<td style=\"text-align: center;\" width=\"172\">RF<\/td>\n<td style=\"text-align: center;\" width=\"85\">96.11%<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-64339\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig17-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig17-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig17-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig17-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig17.jpg 701w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td><strong>Figure 17: Comparison of Proposed Work with Existing Studies<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/02\/Vol17NoDec-Spl_Com_Asa_Fig17.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Proposed work has certain limitations also.\u00a0 SMOTE method is used for balancing. This method generates synthetic samples through interpolation, which may not fully represent the complexity of real-world data. This could introduce the problem of overfitting in model when applied on new data. Dataset size is small, region-specific and derived from a particular demographic. It may limit the generalizability of findings to diverse populations. This limitation can be resolved by validating the model on large datasets in future. Another limitation of this research work is that it primarily focuses on computational performance. This limitation can be removed by validating the model on real-world clinical datasets in future to assess its performance in diverse and practical settings. Kaggle lung cancer dataset provides a degree of clinical relevance as it is derived from patient data but for full clinical validation there is a need of involving diverse datasets and real-world clinical collaboration.<\/p>\n<p><strong>Conclusion<\/strong><\/p>\n<p>This research work presented a method for predicting lung cancer employing machine learning algorithms. Methods of SMOTE and bayesian optimization are used to improve performance of classifiers. RF, AdaBoost and XGBoost achieved accuracies of 96.11%, 95.74%, and 95.92% respectively. RF has shown the highest accuracy. The integration of explainability technique of SHAP has enhanced model interpretability, making the predictions more transparent for clinicians. There are several possibilities of improvement in future. Dataset can be expanded to include more patient parameters. Collaboration with medical professionals in future can validate the model in real-world clinical settings. Testing the model on more diverse populations could improve its generalizability across different demographic groups. More methods of optimization can be investigated to further improve the performance. Deep leaning methods can be used on the dataset of images.\u00a0<strong>\u00a0<\/strong><\/p>\n<p><strong>Acknowledgement<\/strong><\/p>\n<p>The authors would like to express their gratitude to Maharishi Markandeshwar (Deemed to be University), Mullana-Ambala, for supporting and facilitating this research work.<\/p>\n<p><strong>Funding Sources<\/strong><\/p>\n<p>The author(s) received no financial support for the research, authorship, and\/or publication of this article.<\/p>\n<p><strong>Conflict of Interest<\/strong><\/p>\n<p>The author(s) do not have any conflict of interest.<\/p>\n<p><strong>Data Availability Statement<\/strong><\/p>\n<p>This statement does not apply to this article.<\/p>\n<p><strong>Ethics Statement<\/strong><\/p>\n<p>This research did not involve human participants, animal subjects, or any material that requires ethical approval.<\/p>\n<p><strong>Informed Consent Statement<\/strong><\/p>\n<p>This study did not involve human participants, and therefore, informed consent was not required.<\/p>\n<p><strong>Clinical Trial Registration<\/strong><\/p>\n<p>This research does not involve any clinical trials<\/p>\n<p><strong>Author Contributions<\/strong><\/p>\n<p>Conceptualization &amp; Methodology: Rohit Lamba<\/p>\n<p>Visualization &amp; Supervision: Pooja Rani and Ravi Kumar Sachdeva:<\/p>\n<p>Analysis and Writing \u2013 Original Draft: Priyanka Bathla, Karan Kumar, Kapil Joshi<\/p>\n<p>Visualization &amp; Reviewing: Vikas Mittal<\/p>\n<p>All authors made a significant and equal contribution to this work.<\/p>\n<p><strong style=\"font-size: revert;\">References<\/strong><\/p>\n<ol>\n<li>Raoof SS, Jabbar MA, Fathima SA. Lung cancer prediction using machine learning: a comprehensive approach. In: <em>Proceedings of the 2nd International Conference on Innovative Mechanisms for Industry Applications (ICIMIA),<\/em> 2020, 108-115.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/ICIMIA48430.2020.9074947\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Patil VP, Kshirsagar P, Unhelkar B, Chakrabarti P. Design and development of lung cancer prediction model for performance enhancement using boosting ensembled machine learning classifiers with shuffle-split cross validations. <em>J Electr Syst.<\/em> 2020, 20(10s), 9-28.<\/li>\n<li>Srivastava S, Dhyani N, Sharma V. Lung infection and identification using heatmap. In: <em>Proceedings of the 2nd International Conference on Applied Artificial Intelligence and Computing (ICAAIC)<\/em>, 2023, 1093-1098.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/ICAAIC56838.2023.10140204\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Singla P, Kukreja V, Singh DP, Vats S, Sharma R. Enhancing diagnostic accuracy for lung disease in medical images: a transfer-learning approach. In: <em>Proceedings of the 4th IEEE Global Conference for Advancement in Technology (GCAT)<\/em>, 2023, 1-5.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/GCAT59970.2023.10353242\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Singla P, Kukreja V, Singh DP, Vats S, Sharma R. Enhancing diagnostic accuracy for lung disease in medical images: a transfer-learning approach. In: <em>Proceedings of the 4th IEEE Global Conference for Advancement in Technology (GCAT)<\/em>, 2023, 1-5.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/GCAT59970.2023.10353242\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Radhika PR, Nair RA, Veena G. A comparative study of lung cancer detection using machine learning algorithms. In: <em>Proceedings of the IEEE International Conference on Electrical, Computer and Communication Technologies (ICECCT),<\/em> 2019, 1-4.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/ICECCT.2019.8869001\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Patra R. Prediction of lung cancer using machine learning classifier. In: Chaubey N, Parikh S, Amin K, eds. <em>Computing Science, Communication and Security (COMS2).<\/em> Communications in Computer and Information Science. 1235. Springer; 2020.<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/978-981-15-6648-6_11\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Dritsas E, Trigka M. Lung cancer risk prediction with machine learning models. <em>Big Data Cogn Comput.<\/em> 2022, 6(4), 139.<br \/>\n<a href=\"https:\/\/doi.org\/10.3390\/bdcc6040139\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Mamun M, Farjana A, Al Mamun M, Ahammed MS. Lung cancer prediction model using ensemble learning techniques and a systematic review analysis. In: <em>Proceedings of the IEEE World AI IoT Congress (AIIoT)<\/em>; 2022, 187-193.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/AIIoT54504.2022.9817326\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Sachdeva RK, Garg T, Khaira GS, Mitrav D, Ahuja R. A systematic method for lung cancer classification. In: <em>Proceedings of the 10th International Conference on Reliability, Infocom Technologies and Optimization (Trends and Future Directions) (ICRITO)<\/em>; 2022, 1-5.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/ICRITO56286.2022.9964778\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Ojha TR. Machine learning-based classification and detection of lung cancer. <em>J Artif Intell Capsule Netw.<\/em> 2023;5(2):110-128.<br \/>\n<a href=\"https:\/\/doi.org\/10.36548\/jaicn.2023.2.003\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Rikta ST, Uddin KMM, Biswas N. XML-GBM lung: an explainable machine learning-based application for the diagnosis of lung cancer. <em>J Pathol Inform.<\/em> 2023, 14:100307.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.jpi.2023.100307\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Maurya SP, Sisodia PS, Mishra R, Singh DP. Performance of machine learning algorithms for lung cancer prediction: a comparative approach. <em>Sci Rep.<\/em> 2024,14(1), 8562.<br \/>\n<a href=\"https:\/\/doi.org\/10.1038\/s41598-024-58345-8\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Prakasha RUM. Machine learning approach for lung cancer detection and classification\u2013a comparative analysis. <em>Int J Intell Syst Appl Eng.<\/em> 2024, 12(3),3819-3826.<\/li>\n<li>Lung cancer dataset. Kaggle. https:\/\/www.kaggle.com\/datasets\/shuvojitdas\/lung-cancer-dataset. Accessed 17, 2024.<\/li>\n<li>Rani P, Lamba R, Sachdeva RK, Kumar K, Iwendi C. A machine learning model for Alzheimer&#8217;s disease prediction. <em>IET Cyber\u2010Phys Syst Theory Appl.<\/em> 2024, 9(2), 125-134.<br \/>\n<a href=\"https:\/\/doi.org\/10.1049\/cps2.12090\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Sharma D, Kumar R, Jain A. An efficient breast cancer disease prediction method using deep learning. In: <em>Proceedings of the 6th International Conference on Contemporary Computing and Informatics (IC3I)<\/em>; 2023, 1094-1097.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/IC3I59117.2023.10397634\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Dhiman H, Kumar R, Rani P. A hybrid model for early prediction of stroke disease. In: <em>Proceedings of the 10th International Conference on Reliability, Infocom Technologies and Optimization (Trends and Future Directions) (ICRITO)<\/em>; 2022, 1-6.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/ICRITO56286.2022.9965122\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Selvaraj J, Jayanthy AK. Automatic polyp semantic segmentation using wireless capsule endoscopy images with various convolutional neural network and optimization techniques: A comparison and performance evaluation.\u00a0<em>Biomedical Engineering: Applications, Basis and Communications<\/em>. 2023,\u00a035(06), 2350026.<br \/>\n<a href=\"https:\/\/doi.org\/10.4015\/S1016237223500266\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Selvaraj J, Umapathy S., Rajesh NA. Artificial intelligence based real time colorectal cancer screening study: Polyp segmentation and classification using multi-house database.\u00a0<em>Biomedical Signal Processing and Control<\/em>,\u00a02025, 99, 106928.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.bspc.2024.106928\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<\/ol>\n<p><strong>Abbreviations<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"118\">AdaBoost<\/td>\n<td style=\"text-align: center;\" width=\"331\">Adaptive Boosting<\/td>\n<td style=\"text-align: center;\" width=\"115\">NSCLC<\/td>\n<td style=\"text-align: center;\" width=\"275\">Non Small Cell Lung Cancer<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"118\">ANN<\/td>\n<td style=\"text-align: center;\" width=\"331\">Artificial Neural Network<\/td>\n<td style=\"text-align: center;\" width=\"115\">PC<\/td>\n<td style=\"text-align: center;\" width=\"275\">Pearson Correlation<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"118\">DT<\/td>\n<td style=\"text-align: center;\" width=\"331\">Decision Tree<\/td>\n<td style=\"text-align: center;\" width=\"115\">RBF<\/td>\n<td style=\"text-align: center;\" width=\"275\">Radial basis function<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"118\">FS<\/td>\n<td style=\"text-align: center;\" width=\"331\">Feature Selection<\/td>\n<td style=\"text-align: center;\" width=\"115\">RF<\/td>\n<td style=\"text-align: center;\" width=\"275\">Random Forest<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"118\">GBM<\/td>\n<td style=\"text-align: center;\" width=\"331\">Gradient Boosting Machine<\/td>\n<td style=\"text-align: center;\" width=\"115\">ROC<\/td>\n<td style=\"text-align: center;\" width=\"275\">Receiver Pperating Characteristic<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"118\">KNN<\/td>\n<td style=\"text-align: center;\" width=\"331\">K-Nearest Neighbour<\/td>\n<td style=\"text-align: center;\" width=\"115\">SCLC<\/td>\n<td style=\"text-align: center;\" width=\"275\">Small Cell Lung Cancer<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"118\">LR<\/td>\n<td style=\"text-align: center;\" width=\"331\">Logistic Regression<\/td>\n<td style=\"text-align: center;\" width=\"115\">SMOTE<\/td>\n<td style=\"text-align: center;\" width=\"275\">Synthetic Minority Oversampling Techniques<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"118\">ML<\/td>\n<td style=\"text-align: center;\" width=\"331\">Machine Learning<\/td>\n<td style=\"text-align: center;\" width=\"115\">SVM<\/td>\n<td style=\"text-align: center;\" width=\"275\">Support Vector Machine<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"118\">MLP<\/td>\n<td style=\"text-align: center;\" width=\"331\">Multi Layer Perception<\/td>\n<td style=\"text-align: center;\" width=\"115\">UCI<\/td>\n<td style=\"text-align: center;\" width=\"275\">University of California, Irvine<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"118\">NB<\/td>\n<td style=\"text-align: center;\" width=\"331\">Na\u00efve Bayes<\/td>\n<td style=\"text-align: center;\" width=\"115\">XGboost<\/td>\n<td style=\"text-align: center;\" width=\"275\">Extreme Gradient Boosting<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Lung cancer causes a significant portion of cancer-related fatalities.  [&#8230;]<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[125],"tags":[],"class_list":["post-64314","post","type-post","status-publish","format-standard","hentry","category-vol18marchspledition"],"_links":{"self":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/64314","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/comments?post=64314"}],"version-history":[{"count":5,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/64314\/revisions"}],"predecessor-version":[{"id":64817,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/64314\/revisions\/64817"}],"wp:attachment":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/media?parent=64314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/categories?post=64314"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/tags?post=64314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}