Heart Disease
Use Machine Learning to find the type of disease
@kaggle.eishkaran_heart_disease
Use Machine Learning to find the type of disease
@kaggle.eishkaran_heart_disease
CREATE TABLE heart_statlog_cleveland_hungary_final (
"age" BIGINT,
"sex" BIGINT,
"chest_pain_type" BIGINT,
"resting_bp_s" BIGINT,
"cholesterol" BIGINT,
"fasting_blood_sugar" BIGINT,
"resting_ecg" BIGINT,
"max_heart_rate" BIGINT,
"exercise_angina" BIGINT,
"oldpeak" DOUBLE,
"st_slope" BIGINT,
"target" BIGINT
);
Anyone who has the link will be able to view this.