Sneha-mav/Heart-Disease-Prediction
Heart Disease prediction model using Logreg ,DT & RF
Heart-Disease-Prediction
This project aims to predict heart disease using the UCI dataset based on clinical features like age, blood pressure, cholesterol, and chest pain. The goal is to build a machine learning model to support early diagnosis by detecting patterns linked to heart disease.
Mainly implementing and comparing three supervised learning models: Logistic Regression, Decision Tree, and Random Forest. These models are trained on the dataset and evaluated using accuracy, precision, recall, and F1 score
In the field of Healthcare, FN ( False Negatives ) category is the most harmful prediction because these can be fatal therefore weights can be assigned to the respective metrices.
The dataset is sourced from the UCI Machine Learning Repository.( https://archive.ics.uci.edu/ )
๐ Academic Context:
This mini-project was developed as part of B.tech/CS-653 at UoL, demonstrating core machine learning concepts from data preprocessing to model deployment.โ๏ธ Clone and Run
git clone https://github.com/Sneha-mav/Heart-Disease-Prediction.git
cd heart-disease-predictionInstall dependencies:
pip install pandas numpy scikit-learn matplotlib seaborn