| breastcancerdiagnostic | R Documentation |
A binary classification dataset for breast cancer diagnosis using tumor morphology measurements.
breastcancerdiagnostic
A data frame with 569 rows and 31 variables:
Mean radius.
Mean texture.
Mean perimeter.
Mean area.
Mean smoothness.
Mean compactness.
Mean concavity.
Mean number of concave points.
Mean symmetry.
Mean fractal dimension.
Radius standard error.
Texture standard error.
Perimeter standard error.
Area standard error.
Smoothness standard error.
Compactness standard error.
Concavity standard error.
Concave points standard error.
Symmetry standard error.
Fractal dimension standard error.
Worst radius.
Worst texture.
Worst perimeter.
Worst area.
Worst smoothness.
Worst compactness.
Worst concavity.
Worst number of concave points.
Worst symmetry.
Worst fractal dimension.
Diagnosis outcome ("B" = benign, "M" = malignant).
Column names were standardized to snake_case when packaging the data.
Breast Cancer Wisconsin Diagnostic Dataset from the UCI Machine
Learning Repository, packaged in dslabs::brca.
str(funcml::breastcancerdiagnostic)
table(funcml::breastcancerdiagnostic$diagnosis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.