Breast Cancer Prediction
Breast cancer screening and prediction
@kaggle.haithemhermessi_breast_cancer_screening_data_set
Breast cancer screening and prediction
@kaggle.haithemhermessi_breast_cancer_screening_data_set
CREATE TABLE data (
"age_at_the_time_of_mammography" BIGINT,
"radiologists_assessment" VARCHAR,
"is_binary_indicator_of_cancer_diagnosis" BOOLEAN,
"comparison_mammogram_from_mammography" VARCHAR,
"patients_bi_rads_breast_density" VARCHAR,
"family_history_of_breast_cancer" VARCHAR,
"current_use_of_hormone_therapy" VARCHAR,
"binary_indicator" VARCHAR,
"history_of_breast_biopsy" VARCHAR,
"is_film_or_digital_mammogram" BOOLEAN,
"cancer_type" VARCHAR,
"body_mass_index" VARCHAR,
"patients_study_id" BIGINT
);
Anyone who has the link will be able to view this.