Skip to content
#

heartdisease-prediction

Here are 27 public repositories matching this topic...

The Heart Disease Prediction Model uses Logistic Regression to predict heart disease risk from user-inputted medical data through a Flask web app. Users enter details like age and blood pressure to get predictions, with model persistence handled by pickle. Future enhancements include UI improvements and additional machine learning models.

  • Updated Sep 23, 2024
  • HTML

Analysed the performance of different Machine Learning algorithms on Coronary heart disease dataset acquired from Kaggle. Performed EDA, Data cleansing, data pre processing and feature correlation, feature selection. Implemented Logistic regression with 10 fold cross validation, Logistic regression with GridSearchCV, Random Forest, RNN and MLP

  • Updated Oct 4, 2023
  • Jupyter Notebook

This is a machine learning project that uses various machine learning alogorithms to predict whether a patient is suffering from heart disease or not. Here I am using variour machine learning algorithms like Random Forest classifier, XGBClassifier, GaussianNB, Decision Tree Classifier, K-Nearest Neighbours and Logistic Regression.

  • Updated Apr 15, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the heartdisease-prediction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the heartdisease-prediction topic, visit your repo's landing page and select "manage topics."

Learn more