This project uses the Logistic Regression Algorithm (LRA) to predict the likelihood of heart disease in patients based on various medical attributes. The aim is to assist in early detection and provide actionable insights using data science.
https://web-production-99b87.up.railway.app/
To build a binary classification model that predicts whether a person is likely to have heart disease or not, using Logistic Regression, a popular supervised machine learning algorithm.
```bash Predicting-Heart-Problems-Using-LRA/ ├── data_set/ │ └── heart.csv ├── notebook/ │ └── heart_disease_prediction.ipynb ├── src/ │ └── model.py ├── images/ │ └── output_graphs.png ├── requirements.txt └── README.md