Heart Disease Prediction
Exploratory Data Analysis (EDA) and Machine Learning Modeling
@kaggle.rashadrmammadov_heart_disease_prediction
Exploratory Data Analysis (EDA) and Machine Learning Modeling
@kaggle.rashadrmammadov_heart_disease_prediction
CREATE TABLE heart_disease_dataset (
"age" BIGINT,
"gender" VARCHAR,
"cholesterol" BIGINT,
"blood_pressure" BIGINT,
"heart_rate" BIGINT,
"smoking" VARCHAR,
"alcohol_intake" VARCHAR,
"exercise_hours" BIGINT,
"family_history" VARCHAR,
"diabetes" VARCHAR,
"obesity" VARCHAR,
"stress_level" BIGINT,
"blood_sugar" BIGINT,
"exercise_induced_angina" VARCHAR,
"chest_pain_type" VARCHAR,
"heart_disease" BIGINT
);
Anyone who has the link will be able to view this.