Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ikeasamoahansah/heart-disease-prediction

A logistic regression model to predict the likelihood of heart disease
https://github.com/ikeasamoahansah/heart-disease-prediction

logistic-regression machine-learning

Last synced: 1 day ago
JSON representation

A logistic regression model to predict the likelihood of heart disease

Awesome Lists containing this project

README

        

# Heart-Disease-Prediction
A logistic regression model to predict the likelihood/chance of heart disease.

### Overview
The dataset is publically available on the Kaggle website, and it is from an ongoing cardiovascular study on residents of the town of Framingham, Massachusetts. The classification goal is to predict whether the patient has 10-year risk of future coronary heart disease (CHD).The dataset provides the patients’ information. It includes over 4,000 records and 15 attributes.

### Credits
Dataset sourced from kaggle.

[Heart Disease Prediction](https://www.kaggle.com/datasets/dileep070/heart-disease-prediction-using-logistic-regression/data)