Heart Failure Prediction
There are given 13 clinical features for Heart failure prediction
@kaggle.bhavikjikadara_heart_failure_prediction
There are given 13 clinical features for Heart failure prediction
@kaggle.bhavikjikadara_heart_failure_prediction
CREATE TABLE heart_failure_clinical_records (
"age" DOUBLE,
"anaemia" BIGINT,
"creatinine_phosphokinase" BIGINT,
"diabetes" BIGINT,
"ejection_fraction" BIGINT,
"high_blood_pressure" BIGINT,
"platelets" DOUBLE,
"serum_creatinine" DOUBLE,
"serum_sodium" BIGINT,
"sex" BIGINT,
"smoking" BIGINT,
"time" BIGINT,
"death_event" BIGINT
);Anyone who has the link will be able to view this.