Heart Disease Prediction
Predicting probability of heart disease in patients.
@kaggle.rishidamarla_heart_disease_prediction
Predicting probability of heart disease in patients.
@kaggle.rishidamarla_heart_disease_prediction
CREATE TABLE heart_disease_prediction (
"age" BIGINT,
"sex" BIGINT,
"chest_pain_type" BIGINT,
"bp" BIGINT,
"cholesterol" BIGINT,
"fbs_over_120" BIGINT,
"ekg_results" BIGINT,
"max_hr" BIGINT,
"exercise_angina" BIGINT,
"st_depression" DOUBLE,
"slope_of_st" BIGINT,
"number_of_vessels_fluro" BIGINT,
"thallium" BIGINT,
"heart_disease" VARCHAR
);
Anyone who has the link will be able to view this.