- Introduction
- Background
- Project Overview
- Methodology
- Installation
- Usage
- Results and Interpretation
- Future Work
- Contributors
- Acknowledgments
- License
Welcome to the WDC-MATH (Weight [BMI], Diabetes, Creatinine, Myocardial Infarction [MI], Age, High Blood Pressure, HDL-C) Heart Failure Risk Score Predictor project! Heart failure is a significant concern among patients with type-2 diabetes, high blood pressure, and advancing age. The recent discovery of a promising class of medications for preventing heart failure in diabetes patients has spurred the need for a reliable risk assessment tool. WDC-MATH aims to address this challenge by providing a robust risk score calculation that classifies patients according to their potential for heart failure.
Type-2 diabetes, high blood pressure, and age are well-established risk factors for heart failure. The emergence of a new class of medications targeting heart failure prevention in diabetes patients has opened avenues for more effective management. However, identifying individuals at the highest risk of heart failure remains a complex task. This project builds upon scientific findings to develop a comprehensive risk score prediction model that integrates critical parameters.
WDC-MATH is a heart failure risk score predictor designed to assist healthcare professionals in identifying patients with diabetes who are at the highest risk of heart failure. The predictor derives its name from the key parameters it assesses: Weight (BMI), Diabetes, Creatinine, Myocardial Infarction (MI), Age, High Blood Pressure, and HDL-C (High-density lipoprotein cholesterol).
The WDC-MATH predictor employs a multi-dimensional approach to calculate a risk score for each patient. It incorporates machine learning algorithms to analyze the relationships between the identified risk factors and their contribution to heart failure risk. The model is trained on a comprehensive dataset comprising patient profiles and heart failure outcomes. Through feature engineering, data preprocessing, and algorithmic training, WDC-MATH learns to quantify the risk associated with each parameter and produces a cumulative risk score.
To utilize the WDC-MATH Heart Failure Risk Score Predictor, follow these steps:
- Clone the repository:
git clone https://github.com/Zarak-Shah-ji/TYPE2HEART.git
- Navigate to the project directory:
cd TYPE2HEART
- Install required dependencies:
pip install -r requirements.txt
- Prepare patient data in CSV format, ensuring it contains relevant parameters: Weight (BMI), Diabetes, Creatinine, Myocardial Infarction (MI), Age, High Blood Pressure, and HDL-C.
- Execute the predictor script:
python predict.py --input data.csv
- The predictor will generate a risk score for each patient, categorizing them into low, moderate, or high-risk groups.
The WDC-MATH predictor produces risk scores that help clinicians stratify patients into different risk categories. By identifying high-risk individuals, healthcare professionals can allocate resources more effectively, initiate preventive measures, and monitor these patients more closely. The results provide valuable insights for personalized treatment strategies, reducing the incidence of heart failure.
The WDC-MATH project lays the foundation for ongoing research and development:
- Enhanced Data Collection: Expanding the dataset to include a broader demographic of patients and diverse geographic regions.
- Model Optimization: Continuously refining the machine learning algorithms to improve prediction accuracy and robustness.
- Integration with Healthcare Systems: Developing an interface for seamless integration of WDC-MATH into electronic health record systems.
This project was made possible by the collaborative efforts of dedicated contributors:
- Wonjun Lee (Project Lead)
- Zarak Shah Ji (Data Researcher)
- Jahanzaib Malik (Data Researcher)
We would like to express our gratitude to the community for their valuable insights and guidance throughout the development of WDC-MATH.
This project is licensed under the MIT License. See the LICENSE file for details.
Note: This README provides an elaborate overview of the WDC-MATH Heart Failure Risk Score Predictor project, highlighting its significance, methodology, usage instructions, and future prospects. The content is provided for illustrative purposes and can be further customized and expanded as needed.