File size: 1,476 Bytes
73025cd
 
 
 
 
 
 
e28185c
73025cd
 
 
 
 
 
 
 
e28185c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
language:
- en
tags:
- breast
- tabular_classification
- binary_classification
pretty_name: Breast
size_categories:
- 100<n<1K
task_categories:  # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
- tabular-classification
configs:
- cancer
---
# Breast cancer
The [Breast cancer dataset](https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Original%29) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).

# Configurations and tasks
- `cancer` Binary classification task to classify the cell clump as cancerous or not.

# 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         |