Skip to content

Code of the Cardiovascular Risk Prediction Project, which is used to identify risk factors for cardiovascular disease related to coronary heart disease and stroke in adults.

Notifications You must be signed in to change notification settings

mujtabaali02/Cardiovascular-Risk-Prediction

Repository files navigation

Cardiovascular-Risk-Prediction

• The dataset is from an ongoing cadiovascular study on residents of the town of Framingham, Masschusetts. The classification goal is to predict whether the patient has a 10-year risk of future coronary heart disease (CHD). The dataset provides the patients information. It includes over 4000 records and 15 attributes. Each attribute is a potential risk factor. There are both demographic, behavioral, and medical risk factors. • The goal of the Cardiovascular Health Study (CHS) is to identify risk factors for cardiovascular disease related to the onset of coronary heart disease and stroke in adults.

image

• As with men, women's most common heart attack symptom is chest pain (angina) or discomfort. But women may experience other symptoms that are typically less associated with heart attack, such as shortness of breath, nausea/vomiting, and back or jaw pain. Learn about the warning signs of heart attack in women.

Data Description

  1. Sex: male(0) or female(1);(Nominal)
  2. Age: age of the patient;(Continuous - Although the recorded ages have been truncated to whole numbers, the concept of age is continuous) education
  3. CurrentSmoker: whether or not the patient is a current smoker (Nominal)
  4. CigsPerDay: the number of cigarettes that the person smoked on average in one day.(can be considered continuous as one can have any number of cigarretts, even half a cigarette.)
  5. BPMeds: whether or not the patient was on blood pressure medication (Nominal)
  6. PrevalentStroke: whether or not the patient had previously had a stroke (Nominal)
  7. prevalentHyp: whether or not the patient was hypertensive (Nominal)
  8. diabetes: whether or not the patient had diabetes (Nominal)
  9. totChol: total cholesterol level (Continuous)
  10. sysBP: systolic blood pressure (Continuous)
  11. diaBP: diastolic blood pressure (Continuous)
  12. BMI: Body Mass Index (Continuous)
  13. heartRate: heart rate (Continuous - In medical research, variables such as heart rate though in fact discrete, yet are considered continuous because of large number of possible values.)
  14. glucose: glucose level (Continuous)
  15. 10 year risk of coronary heart disease CHD (binary: “1”, means “Yes”, “0” means “No”) - Target Variable

Dataset Link:- https://drive.google.com/file/d/1jewRQzM1zxEH9dZKYfHwM0TxNja1Xvd0/view?usp=share_link

About

Code of the Cardiovascular Risk Prediction Project, which is used to identify risk factors for cardiovascular disease related to coronary heart disease and stroke in adults.

Topics

Resources

Stars

Watchers

Forks