Datasets:
Dataset Viewer
Full Screen Viewer
Full Screen
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
YAML Metadata
Error:
"configs[0]" must be of type object
Breast cancer
The Breast cancer dataset from the UCI ML repository. Classify cancerousness of the given cell.
Configurations and tasks
Configuration | Task | Description |
---|---|---|
cancer | Binary classification | Is the cell clump cancerous? |
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/breast", "cancer")["train"]
Features
Name | Type | Description |
---|---|---|
clump_thickness |
int8 |
Thickness of the clump |
uniformity_of_cell_size |
int8 |
Uniformity of cell size |
uniformity_of_cell_shape |
int8 |
Uniformity of cell shape |
marginal_adhesion |
int8 |
Marginal adhesion |
single_epithelial_cell_size |
int8 |
single_epithelial_cell_size |
bare_nuclei |
int8 |
bare_nuclei |
bland_chromatin |
int8 |
bland_chromatin |
normal_nucleoli |
int8 |
normal_nucleoli |
mitoses |
int8 |
mitoses |
is_cancer | int8 |
Is the clump cancer |
- Downloads last month
- 124