Skip to content

jramine/CHD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framingham Heart Study Dataset

Overview

This dataset is publicly available on Kaggle and originates from an ongoing cardiovascular study conducted in Framingham, Massachusetts. The primary objective is to predict whether a patient is at risk of developing coronary heart disease (CHD) over the next 10 years. The dataset comprises patient information, containing more than 4,000 records and 15 distinct attributes. These attributes encompass demographic, behavioral, and medical factors, each of which plays a role in assessing the risk of CHD.

Demographic Factors

  1. Sex: Gender of the patient (Nominal - male or female).
  2. Age: Age of the patient (Continuous - although ages are recorded as whole numbers, age is inherently continuous).

Behavioral Factors

  1. Current Smoker: Indicates whether the patient is a current smoker (Nominal).
  2. Cigs Per Day: Represents the average number of cigarettes smoked per day (Continuous - as any number of cigarettes can be consumed, including fractions).

Medical History

  1. BP Meds: Indicates whether the patient is currently taking blood pressure medication (Nominal).
  2. Prevalent Stroke: Indicates whether the patient has previously had a stroke (Nominal).
  3. Prevalent Hyp: Indicates whether the patient is hypertensive (Nominal).
  4. Diabetes: Indicates whether the patient has diabetes (Nominal).

Current Medical Factors

  1. Tot Chol: Total cholesterol level (Continuous).
  2. Sys BP: Systolic blood pressure (Continuous).
  3. Dia BP: Diastolic blood pressure (Continuous).
  4. BMI: Body Mass Index (Continuous).
  5. Heart Rate: Heart rate (Continuous - considered continuous in medical research due to a large number of possible values).
  6. Glucose: Glucose level (Continuous).

Predictive Target

  1. 10-Year Risk of Coronary Heart Disease (CHD): A binary variable where "1" indicates a high risk of CHD, and "0" denotes a low risk (binary classification).

This dataset serves as a valuable resource for researchers and healthcare professionals seeking to understand and predict the risk factors associated with coronary heart disease. It encompasses a wide range of attributes that can be utilized for various analytical and predictive purposes.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors