An open API service indexing awesome lists of open source software.

https://github.com/allielynn/heart-failure-

Predicting Heart Failure using LDA
https://github.com/allielynn/heart-failure-

lda medicine python

Last synced: about 2 months ago
JSON representation

Predicting Heart Failure using LDA

Awesome Lists containing this project

README

        

# Heart-Failure-
Predicting Heart Failure using LDA

This project focuses on predicting heart disease using machine learning models to analyze key clinical predictors. By applying Linear Discriminant Analysis (LDA) and validating its assumptions, we found that heart disease risk follows a primarily linear relationship with factors like ejection fraction, high blood pressure, and time. To enhance interpretability, we used LASSO regression for feature selection, simplifying the model while maintaining predictive accuracy. Comparisons with Random Forest and Gradient Boosting confirmed that complex, non-linear models did not improve performance, reinforcing the effectiveness of a linear approach. These findings highlight the potential for interpretable, data-driven models to assist in clinical risk assessment and patient stratification for heart disease.