Introduction
There has been an increasing appetite for more effective diagnosis and then forecasting techniques such as CVD is an epidemic of mortality globally. By leveraging ML and accomplishing rigorous evaluation of data, anticipated therapies are becoming increasingly influential in the healthcare market. They enable an amelioration in the burden of CVD and aversion of superfluous constraints by delivering correct forecasts for implementation [
1]. CVD is a huge acute wellness issue that impacts a substantial percentage of individuals, among other disorders. It is vital to acquire a diagnosis soon after since a faulty diagnosis might lead to catastrophic issues. A pioneering software application employing computer technology and ML methodologies is being created to aid medical practitioners in the early diagnosis of cardiac issues [
2].
CVD acute wellness issue that impacts death of worldwide, taking a significant number of lives each year. The incapacity competently flow an enough amount of blood to different organs is the fundamental pathophysiology of cardiac disorders. This illness is one of most deadly and serious chronic conditions in the the environment, and it conveys a major danger to life. CVD interferes with the regular flow of blood by damaging the heart or blood vessels, which hinders the healthy operation of vital bodily organs [
3].
The early detection heart disease attempts to decrease death statistics by examining someone’s existing cardiac status and correlated risk indicators. Conventional techniques usually rely on pre-processed information with restrained traits such as making the diagnosis and categorization of heart illness a tough issue. A full treatment important because of condition’s complexity, encompassing the wellness in general assessments, systemic symptom evaluations, risk evaluations of factors, and detailed testing for diagnosis. On top of that, the restricted usefulness of common datasets in actual-life situations further hampers effective detection and classification. Furthermore, the constrained use of standard datasets in actual scenarios worsens the difficulty of exact identification and categorization [
4,
5,
6].
This paper addresses these challenges by giving a well-gathered and arranged dataset for illness categorization. The collection, updated by a constant data refinement, comprises more than a 45,000 accurate patient records acquired from government hospitals, diagnostic centers, and then internet libraries. This rich and diverse dataset intends to a increase model training, permitting more exact predictions and boosting diagnosis and categorization of heart illness [
7,
8,
9].
Through a integration of the cardiac disease diagnosis, classification, and prognosis, the paper’s innovative paradigm allows for personalized disease classification and prediction. Complex model utilizing classifiers from the J48, SVM, KNN, Naive Bayes, and LR, together with the developing specialized datasets like CVD, demonstrates a possibility of accurate predictions.
To summarize our efforts in this paper:
We gathered CVD datasets from Kaggle website and categorized them into various classifications in this study.
We compared a effectiveness of our advised strategies.
To compare proposed models to those that currently exist.
Literature Review
Researchers have proposed a several kinds of machine learning-based algorithms diagnosis techniques in the literature to diagnose CVD. To illustrate the significance of this study, a few current ML-based diagnostic methods are presented. Arunima Jaiswal et al. [
10] aimed to precisely and early predict cardiac disease. They use deep learning (DL) to apply the different features through a digital patient record assessment. The Convolutional Neural Networks (CNN) method produces a excellent results, that including accuracy, and has lot of potential as a diagnostic tool that can improve diagnostic efficiency and accuracy in healthcare settings with limited resources.
Accurately predicting cardiac disease is the aim of Jian Ping Li’s research [
11]. Use (ML), employing a range of supervised choices and highlights of significance, to evaluate digital health records. The FCMIM algorithm has produced positive outcomes, including accuracy, and they have developed a successful ML-based diagnostic system for the diagnosis of cardiac disease. According to United Kingdom’s Sustainable Development Goal 3 (SDG 3), everyone would be healthy and content. This study claims that CVD can prevented by the monitoring patients’ symptoms and performing physical examinations. Some hazards for leads to coronary arrest include tobacco use, elderly status, and heart disease in previous generations, high-fat stages, ranging a lack of consistent physical activity, high blood pressure, obesity, diabetes, and stress [
12]. The effectiveness of automated diagnostic system was examined utilizing precision in classification, specificity, as well as sensitivity on an Indian dataset used to diagnose cardiac diseases. The results showed that for medical illness diagnostic applications, using the Sequential Minimization Optimization (SMO) technique for learning in SVM performed more effectively than other strategies [
13].
An a synopsis of the essential risk markers for CVD was presented. The research identified ten significant hazards: thrombosis/smoking, kidney dysfunction, genetics/familial high cholesterol levels, demographic data (including aging, race/ethnicity, and gender differences), obesity, high blood pressure, high glucose levels, dyslipidemia, lack of regular exercise, and biological aspects. Patients with CVD may be have several risk factors, necessitating a multimodal preventative strategy. To the lower risk of CVD, this paper also emphasizes the significance of intermittent fasting, nutritional restriction, and physical activity. When every factor is examined, the research underlines how crucial it is to evaluate and treat diverse risk factors connected to CVD to enhance prevention tactics [
14]. Abdallah Abdellatif et al. [
15] focused on a initiatives to improve the RF classifier’s training time and accuracy. They are based on the following: separate segregating of training datasets; generating RF base decision trees using split measures or multiple feature for evaluation and using proportional voting instead of a large proportion voting; generating the most widely distributed classifiers using a wide variety of bootstrap datasets; and using dynamic programming method to identify the greatest portion of Random Forest (RF).
The significance of ML and DL in the diagnosis of CVD is emphasized by the literature study. CNN and SVM are two of the many ML-based techniques These were offered for the early forecasting of CVD. Feature selection techniques and assessments of digitized medical information have improved the effectiveness of ML approaches. ML algorithms can achieve a diagnostic accuracy of up to 89% in CVD. We tried hybrid algorithm techniques to achieve higher accuracy in our research.
Proposed Methodology
A carry out illustration of the proposed researching framework’s concept can be provided in “
Figure 1”. The illustration below represents a complete understanding of the structure as well as the elements of the proposed framework. The corresponding diagram offers a complete explanation of various components as well as the structure of the recommended framework.
CVD Dataset Collection
The dataset was gathered from hospitals, healthcare facilities, and reputable online sources. The binary data (1 for Yes, 0 for No) in “
Figure 2” indicates symptoms such as dyspnea, raised cholesterol, increased blood sugar, chest discomfort, and health issues. The affected and non-affected individuals represented in “
Figure 3”. The Ethical Review Board of each institution provided legal authorization for the data retrieval.
Model Selection
A variety of ML algorithms were used in our experimental study, including LR [
2], SVM, Naive Bayes, KNN Classifier [
7], and J48 Classifier.
<H3>
Support Vector Machine (SVM): To determine the classes in the provided information, it is also a classification algorithm. The approach is bound by data that has already been classified into two different categories. This constructed model is used to identify the class of fresh data points. It is used to achieve the widest possible boundaries between objects on a plot in addition to classifying them. The support vectors are used for the “equation (1)”, where the weight vector, with the same dimensions as the input x, determines the hyperplane’s position in the feature space, as well as the bias term shifts the hyperplane from the origin, providing flexibility in its position.
<H3>
Logistic Regression (LR): LR is a widely utilized supervised machine-learning method applicable to tasks involving regression as well as classification. The logistic regression technique predicts the labelling of classified data using probability. Binary classification probability measures are the basis of LR’s learning and prediction technique. Binary classification is required for the class variables in logistic regression technique. With two distinct binary numbers, it is comparable to the target column in our study dataset. Patients in the dataset who are projected to have heart failure are represented by one, while those who have no probability of developing heart failure are represented by a zero. The sigmoid function “equation (2)” and “equation (3)” where q(y = 1|x) is the likelihood that, given the predictor variable(s) x, the binary result variable y will take the value 1. Any real variable z can be mapped to the interval [0,1] using the logistic function e−z.
<H3>
Naïve Bayes: The Naïve Bayes classifier presupposes the existence of an individual feature inside a class is independent of the presence of any other feature. Only the class feature is needed for this classifier, as the other class traits are independent. The specified “equation (4)” is utilized for the computation of this classifier, where it represents a likelihood of a class given the feature X.
<H3>
K-Nearest Neighbor (KNN): The K-Nearest Neighbor classification method identifies how a data point is categorized based on how far away it is from the nearest set of points. The Euclidean distance “equation (5)” is used to determine the distance between data points, where x and y stand for the points in n-space. The k-nearest destinations are picked depending on the distance. Data points that are categorized according to Euclidean distance, which is the smallest value between two or more of the closest groups points.
<H3>
J48 Algorithm: The Naïve Bayes classifier presupposes the existence of an individual feature inside a class is independent of the presence of any other feature. Only the class feature is needed for this classifier, as the other class traits are independent. The specified “equation (4)” is utilized for the computation of this classifier, where it represents a likelihood of a class given the feature X.
Result and Discussion
This work’s outcomes the experiment were obtained using a CVD dataset. The research targets examining the efficacy of several ML algorithms in categorizing and predicting outcomes within this sector. A hybrid model including several ML approaches was developed, and the success rates of these methods are displayed in “
Figure 6”. The ML algorithms observed for the study were SVM, Naïve Bayes, KNN, LR, and J48. The above methods were adjusted by applying fine-tuning, a contemporary metaheuristic optimization approach, to increase its efficiency. As the dataset size got higher, considerable disparities in accuracy arose between the algorithms. J48, a decision tree- based classifier. “
Table 2” presents a complete study of accuracy rates reached by each approach, clearly indicating higher performance of J48. This work stresses potential of hybrid optimization techniques in boosting the reliability and accuracy of machine learning models, which are essential sectors such as CVD prediction.
Conclusion
The severity of CVD can recognized by utilizing a hybrid model of ML approaches. As proven by our experimental outcomes, the decision tree technique J48 has obtained greater accuracy (98%) in contrast to ML classifiers such as LR (79%), Naïve Bayes (80%), KNN (83%), SVM (88%), and others. As the dataset develops, the algorithm has done an adequate task of assessing the learned material and properly categorizing it. In this work, five algorithms are tailored, trained, and evaluated using five different models, including LR, KNN, SVM, Naive Bayes, and J48, utilizing and excluding the hyperparameter tweaking strategies. Their precision are evaluated with existing techniques. By changing the requirements of the J48 testing accuracy reached at 98%. J48 Classifier gives The superior precision in testing all of these five approaches at 98%. The J48 Classifier is optimal hyperparameter values for precision. In the future, the research will focus on employing different machine-learning algorithms as well as upgraded selecting features strategies to boost the precision and efficacy of CVD prediction. Optimization approaches will be used to boost the performance of prediction systems, while work will also extend to post- diagnostic features, including managing and treating cardiovascular disorders.
References
- N. Yanes, L. Jamel, B. Alabdullah, M. Ezz, A. M. Mostafa, and H. Shabana, “Using Machine Learning for Detection and Prediction of Chronic Diseases,” IEEE Access, p. 1, Jan. 2024. [CrossRef]
- M. Haque et al., “Multi-class heart disease Detection, Classification, and Prediction using Machine Learning Models,” arXiv.org, Dec. 06, 2024. https://arxiv.org/abs/2412.04792.
- T. Ullah et al., “Machine Learning-Based Cardiovascular Disease Detection Using Optimal Feature Selection,” IEEE Access, vol. 12, pp. 16431–16446, Jan. 2024. [CrossRef]
- M. Obayya, J. M. Alsamri, M. A. Al-Hagery, A. Mohammed, and M. A. Hamza, “Automated Cardiovascular Disease Diagnosis Using Honey Badger Optimization With Modified Deep Learning Model,” IEEE Access, vol. 11, pp. 64272–64281, Jan. 2023. [CrossRef]
- M. S. A. Reshan, S. Amin, M. A. Zeb, A. Sulaiman, H. Alshahrani, and A. Shaikh, “A Robust Heart Disease Prediction System Using Hybrid Deep Neural Networks,” IEEE Access, vol. 11, pp. 121574–121591, Jan. 2023. [CrossRef]
- J. J. Gabriel and L. J. Anbarasi, “Accurate Cardiovascular Disease Prediction: Leveraging Opt_hpLGBM with Dual-Tier Feature Selection,” IEEE Access, p. 1, Jan. 2024. [CrossRef]
- Rahim, Y. Rasheed, F. Azam, M. W. Anwar, M. A. Rahim, and A. W. Muzaffar, “An Integrated Machine Learning Framework for Effective Prediction of Cardiovascular Diseases,” IEEE Access, vol. 9, pp. 106575– 106588, Jan. 2021. [CrossRef]
- Kumar, K. U. Singh, and M. Kumar, “A Clinical Data Analysis Based Diagnostic Systems for Heart Disease Prediction Using Ensemble Method,” Big Data Mining and Analytics, vol. 6, no. 4, pp. 513–525, Aug. 2023. [CrossRef]
- M. Qadri, A. Raza, K. Munir, and M. S. Almutairi, “Effective Feature Engineering Technique for Heart Disease Prediction with Machine Learning,” IEEE Access, vol. 11, pp. 56214–56224, Jan. 2023. [CrossRef]
- Jaiswal, M. Singh and N. Sachdeva, “Empirical Analysis of Heart Disease Prediction Using Deep Learning,” 2023 International Conference on Advances in Computing, Communication and Applied Informatics (ACCAI), Chennai, India, 2023, pp. 1-9. [CrossRef]
- J. P. Li, A. U. Haq, S. U. Din, J. Khan, A. Khan, and A. Saboor, “Heart Disease Identification Method Using Machine Learning Classification in E-Healthcare,” IEEE Access, vol. 8, pp. 107562–107582, Jan. 2020. [CrossRef]
- H. F. El-Sofany, “Predicting Heart Diseases Using Machine Learning and Different Data Classification Techniques,” IEEE Access, vol. 12, pp. 106146–106160, Jan. 2024. [CrossRef]
- G. N. Ahmad, H. Fatima, S. Ullah, A. S. Saidi, and N. Imdadullah, “Efficient Medical Diagnosis of Human Heart Diseases Using Machine Learning Techniques With and Without GridSearchCV,” IEEE Access, vol. 10, pp. 80151–80173, Jan. 2022. [CrossRef]
- S. Ghorashi et al., “Leveraging Regression Analysis to Predict Overlapping Symptoms of Cardiovascular Diseases,” IEEE Access, vol. 11, pp. 60254–60266, Jan. 2023. [CrossRef]
- Abdellatif, H. Abdellatef, J. Kanesan, C.-O. Chow, J. H. Chuah, and H. M. Gheni, “Improving the Heart Disease Detection and Patients’ Survival Using Supervised Infinite Feature Selection and Improved Weighted Random Forest,” IEEE Access, vol. 10, pp. 67363–67372, Jan. 2022. [CrossRef]
|
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. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).