Cirrhosis Patient Survival Prediction
Utilize 17 clinical features to predict survival of patient with liver cirrhosis
@kaggle.joebeachcapital_cirrhosis_patient_survival_prediction
Utilize 17 clinical features to predict survival of patient with liver cirrhosis
@kaggle.joebeachcapital_cirrhosis_patient_survival_prediction
CREATE TABLE cirrhosis (
"id" BIGINT,
"n_days" BIGINT,
"status" VARCHAR,
"drug" VARCHAR,
"age" BIGINT,
"sex" VARCHAR,
"ascites" VARCHAR,
"hepatomegaly" VARCHAR,
"spiders" VARCHAR,
"edema" VARCHAR,
"bilirubin" DOUBLE,
"cholesterol" DOUBLE,
"albumin" DOUBLE,
"copper" DOUBLE,
"alk_phos" DOUBLE,
"sgot" DOUBLE,
"tryglicerides" DOUBLE,
"platelets" DOUBLE,
"prothrombin" DOUBLE,
"stage" DOUBLE
);
Anyone who has the link will be able to view this.