The Random Forest algorithm with standardization and 100 trees achieved the highest accuracy of 90% in predicting heart failure compared to other machine learning models.
Does a machine learning-based decision support system accurately predict death or survival in heart failure patients?
A Random Forest machine learning algorithm with data standardization achieved 90% accuracy in predicting mortality in heart failure patients, offering a potential decision support tool for clinicians.
Heart failure is one of the most chronic diseases in recent years. In this disease, structural and functional disorders are seen in filling or pump functions of the heart. In order to eliminate the error factor of people, especially in the diagnosis of disease, models have been developed that make predictions close to the truth with Machine Learning Algorithms (MLAs). In this study, a new model with different pre-processing steps was proposed to provide the highest accuracy in the detection of heart failure disease. The preprocessing steps such as normalization, standardization, Recursive Feature Elimination (RFE) and Logistic Regression (LR) were applied to the heart failure dataset from UCI Machine Learning Repository. After that, MLAs such as K-Nearest Neighbor (KNN), Decision Trees (DT), Support Vector Machine (SVM), Random Forest (RF), Naive Bayes (NB) and LR were applied with 5-fold cross validation. According to the results of the experiments, the best performance was obtained from the RF algorithm with 90% accuracy. The predictions of the proposed machine learning-based decision support system, which is interpreted with explainable artificial intelligence, will help doctors diagnose heart patients more effectively.
Bilekyiğit et al. (Mon,) conducted a other in Heart failure (n=299). Random Forest (RF) algorithm vs. KNN, DT, NB, SVM, and LR algorithms was evaluated on Accuracy of heart failure prediction. The Random Forest algorithm with standardization and 100 trees achieved the highest accuracy of 90% in predicting heart failure compared to other machine learning models.