Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

BOOSTING HEART ATTACK PREDICTION PERFORMANCE: AN ENSEMBLE LEARNING PERSPECTIVE

View through CrossRef
A cardiovascular event, commonly known as a heart attack, occurs when the blood flow to the heart muscle is abruptly obstructed. Medical research suggests that lifestyle choices primarily contribute to this cardiac issue. Additionally, various crucial factors serve as indicators, signaling whether an individual is at risk or not of experiencing a heart attack. This study aims to predict heart attack based on various Machine Learning (ML) algorithms and proposes an ensemble learning that can best predict heart attack than other models. Additionally provides the top features influencing to have heart attack. The dataset is collected from Kaggle, that contains 14 related features with heart attack. Several ML models including Logistic Regression (LR), Decision Tree (DT), Support Vector Machine (SVM), K-Nearest Neighbor (KNN), Random Forest (RF), AdaBoost, Gradient Boosting Classifier (GBC) are utilized individually and by combining them four stacking ensemble model are created. Then the trained models are compared based on various metrices such as, accuracy, precision, recall, F1-score, and AUC values. Among the individual models RF, KNN, and LR proved best on the performance measures with accuracy 0.85 for these three. Overall, Stacking Ensemble 1 and Stacking Ensemble 3 outperformed others by achieving accuracy of 0.89 and AUC of 0.88 and leads to conclude that both are equally best. The feature importance reveals exang as the most critical factor contributes to heart attack followed by cp, ca, thal, and sex of the individuals.
Title: BOOSTING HEART ATTACK PREDICTION PERFORMANCE: AN ENSEMBLE LEARNING PERSPECTIVE
Description:
A cardiovascular event, commonly known as a heart attack, occurs when the blood flow to the heart muscle is abruptly obstructed.
Medical research suggests that lifestyle choices primarily contribute to this cardiac issue.
Additionally, various crucial factors serve as indicators, signaling whether an individual is at risk or not of experiencing a heart attack.
This study aims to predict heart attack based on various Machine Learning (ML) algorithms and proposes an ensemble learning that can best predict heart attack than other models.
Additionally provides the top features influencing to have heart attack.
The dataset is collected from Kaggle, that contains 14 related features with heart attack.
Several ML models including Logistic Regression (LR), Decision Tree (DT), Support Vector Machine (SVM), K-Nearest Neighbor (KNN), Random Forest (RF), AdaBoost, Gradient Boosting Classifier (GBC) are utilized individually and by combining them four stacking ensemble model are created.
Then the trained models are compared based on various metrices such as, accuracy, precision, recall, F1-score, and AUC values.
Among the individual models RF, KNN, and LR proved best on the performance measures with accuracy 0.
85 for these three.
Overall, Stacking Ensemble 1 and Stacking Ensemble 3 outperformed others by achieving accuracy of 0.
89 and AUC of 0.
88 and leads to conclude that both are equally best.
The feature importance reveals exang as the most critical factor contributes to heart attack followed by cp, ca, thal, and sex of the individuals.

Related Results

Meta-Learning Based Classification Model for Cardiovascular Disease (Preprint)
Meta-Learning Based Classification Model for Cardiovascular Disease (Preprint)
BACKGROUND Cardiovascular disease is a significant global health concern, being the leading cause of death and disability worldwide. The World Health Organi...
GENETIC PERSPECTIVE OF THE CONGENITAL HEART DISEASE
GENETIC PERSPECTIVE OF THE CONGENITAL HEART DISEASE
Congenital heart diseases (CHDs) are the structural abnormalities that may occur in the heart, greater veins and arteries or may include the septum between the ventricles and atria...
Heart Attack Prediction Using Federated Learning on Distributed Medical Data
Heart Attack Prediction Using Federated Learning on Distributed Medical Data
Despite advances in cardiology, heart disease continues to be a major global challenge. The development of tools for early detection and accurate prediction of the probability of t...
Ensemble Machine Learning Model for Software Defect Prediction
Ensemble Machine Learning Model for Software Defect Prediction
Software defect prediction is a significant activity in every software firm. It helps in producing quality software by reliable defect prediction, defect elimination, and predictio...
Heart Disease Risk Prediction Using Machine Learning: A Data-Driven Approach for Early Diagnosis and Prevention
Heart Disease Risk Prediction Using Machine Learning: A Data-Driven Approach for Early Diagnosis and Prevention
Cardiovascular diseases continue to be a major cause of death worldwide and a major challenge to healthcare systems in both the developing and developed world. In the US alone, nea...
Prediction of Geopolymer Concrete Compressive Strength Using Novel Machine Learning Algorithms
Prediction of Geopolymer Concrete Compressive Strength Using Novel Machine Learning Algorithms
The innovation of geopolymer concrete (GPC) plays a vital role not only in reducing the environmental threat but also as an exceptional material for sustainable development. The ap...
WEB BASED HEART DISEASE PREDICTION MODEL USING MACHINE LEARNING TECHNIQUE
WEB BASED HEART DISEASE PREDICTION MODEL USING MACHINE LEARNING TECHNIQUE
The cases of heart diseases are increasing at a rapid rate and it’s very important to take precaution to predict any such diseases beforehand. This diagnosis is a difficult task i....

Back to Top