mstz commited on
Commit
27e1ccf
1 Parent(s): 6094184

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -15,6 +15,7 @@ configs:
15
  ---
16
  # Breast cancer
17
  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).
 
18
 
19
  # Configurations and tasks
20
  | **Configuration** | **Task** | Description |
@@ -40,4 +41,4 @@ dataset = load_dataset("mstz/breast", "cancer")["train"]
40
  |`bland_chromatin` |`int8` |bland_chromatin |
41
  |`normal_nucleoli` |`int8` |normal_nucleoli |
42
  |`mitoses` |`int8` |mitoses |
43
- |`is_cancer` |`int8` |Is the clump cancer |
 
15
  ---
16
  # Breast cancer
17
  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).
18
+ Classify cancerousness of the given cell.
19
 
20
  # Configurations and tasks
21
  | **Configuration** | **Task** | Description |
 
41
  |`bland_chromatin` |`int8` |bland_chromatin |
42
  |`normal_nucleoli` |`int8` |normal_nucleoli |
43
  |`mitoses` |`int8` |mitoses |
44
+ |**is_cancer** |`int8` |Is the clump cancer |