Dataset Description
The dataset contains input features (Objective, Examination, Subjective) and a target variable indicating the presence or absence of cardiovascular disease. For our hypothetical trial, we will add a TreatmentGroup
column.
Age
Objective Feature
age
int
days
Height
Objective Feature
height
int
cm
Weight
Objective Feature
weight
float
kg
Gender
Objective Feature
gender
categorical code
(e.g., 1: male, 2: female)
Systolic blood pressure
Examination Feature
ap_hi
int
mmHg
Diastolic blood pressure
Examination Feature
ap_lo
int
mmHg
Cholesterol
Examination Feature
cholesterol
categorical
1: normal, 2: above normal, 3: well above normal
Glucose
Examination Feature
gluc
categorical
1: normal, 2: above normal, 3: well above normal
Smoking
Subjective Feature
smoke
binary
(e.g., 0: no, 1: yes)
Alcohol intake
Subjective Feature
alco
binary
(e.g., 0: no, 1: yes)
Physical activity
Subjective Feature
active
binary
(e.g., 0: no, 1: yes)
Presence or absence of cardiovascular disease
Target Variable
cardio
binary
(e.g., 0: no, 1: yes)

Input Features (Baseline & Examination)
These variables are measured at baseline or during examination periods.
Target Variable
This variable indicates the primary outcome of interest.
Last updated
Was this helpful?