Baselight

Haberman Cancer Survival Data Set

Finding the survival of patients using data set and data processing.

@kaggle.krpiku_haberman_csv

Loading...
Loading...

About this Dataset

Haberman Cancer Survival Data Set

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.

Tables

Haberman

@kaggle.krpiku_haberman_csv.haberman
  • 4.27 KB
  • 305 rows
  • 4 columns
Loading...

CREATE TABLE haberman (
  "age" BIGINT,
  "year" BIGINT,
  "nodes" BIGINT,
  "status" BIGINT
);

Share link

Anyone who has the link will be able to view this.