Breast Cancer (cleaned)
Logistic regression dataset
@kaggle.marshuu_breast_cancer
Logistic regression dataset
@kaggle.marshuu_breast_cancer
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
);
Anyone who has the link will be able to view this.