Haberman Cancer Survival Data Set
Finding the survival of patients using data set and data processing.
@kaggle.krpiku_haberman_csv
Finding the survival of patients using data set and data processing.
@kaggle.krpiku_haberman_csv
Description: The data set contains cases from a study that was conducted between 1958 and 1970 at the University of Chicago's Billings Hospital on the survival of patients who had undergone surgery for breast cancer.
Objective: Our objective is to classify the persons who are survived after the surgery and who are dead after the surgery from the given data set.
CREATE TABLE haberman (
"age" BIGINT,
"year" BIGINT,
"nodes" BIGINT,
"status" BIGINT
);
Anyone who has the link will be able to view this.