Baselight

Breast Cancer (cleaned)

Logistic regression dataset

@kaggle.marshuu_breast_cancer

Breast Cancer
@kaggle.marshuu_breast_cancer.breast_cancer

  • 11.4 KB
  • 683 rows
  • 10 columns
clump_thickness

Clump Thickness

uniformity_of_cell_size

Uniformity Of Cell Size

uniformity_of_cell_shape

Uniformity Of Cell Shape

marginal_adhesion

Marginal Adhesion

single_epithelial_cell_size

Single Epithelial Cell Size

bare_nuclei

Bare Nuclei

bland_chromatin

Bland Chromatin

normal_nucleoli

Normal Nucleoli

mitoses

Mitoses

class

Class

5111213112
54457103212
3111223112
6881343712
4113213112
8101087109714
11112103112
2121213112
2111211152
4211212112

CREATE TABLE breast_cancer (
  "clump_thickness" BIGINT,
  "uniformity_of_cell_size" BIGINT,
  "uniformity_of_cell_shape" BIGINT,
  "marginal_adhesion" BIGINT,
  "single_epithelial_cell_size" BIGINT,
  "bare_nuclei" BIGINT,
  "bland_chromatin" BIGINT,
  "normal_nucleoli" BIGINT,
  "mitoses" BIGINT,
  "class" BIGINT
);

Share link

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