Datasets:
Tasks:
Tabular Classification
Formats:
csv
Sub-tasks:
tabular-multi-class-classification
Size:
< 1K
License:
Youran Li commited on
Initial upload of BC dataset
Browse files- .gitattributes +3 -0
- README.md +29 -0
- test.csv +3 -0
- train.csv +3 -0
- validation.csv +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
test.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
train.csv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
validation.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: unknown
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
pretty_name: Breast Cancer DMFS Dataset
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Breast Cancer DMFS Dataset
|
| 9 |
+
|
| 10 |
+
Derived from Bioconductor genefu.
|
| 11 |
+
|
| 12 |
+
## Task
|
| 13 |
+
Binary classification of distant metastasis-free survival (DMFS).
|
| 14 |
+
|
| 15 |
+
## Splits
|
| 16 |
+
|
| 17 |
+
| Split | N | Positives | Positive Rate |
|
| 18 |
+
|---|---:|---:|---:|
|
| 19 |
+
| Train | 278 | 75 | 0.2698 |
|
| 20 |
+
| Validation | 60 | 16 | 0.2667 |
|
| 21 |
+
| Test | 60 | 17 | 0.2833 |
|
| 22 |
+
|
| 23 |
+
## Preprocessing
|
| 24 |
+
- Merged using `sample_id`
|
| 25 |
+
- Stratified 70/15/15 split
|
| 26 |
+
- Fixed random seed
|
| 27 |
+
|
| 28 |
+
## Source
|
| 29 |
+
https://www.bioconductor.org/packages//2.10/bioc/vignettes/genefu/inst/doc/genefu.pdf
|
test.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bfced7624cf6c522bf867727a5450da4fe31250106e7f46e41480f5e149c3ff
|
| 3 |
+
size 22813867
|
train.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a0da95dd501f95ebce0608e7d97276efe3b694520df66cc6500ce6db09e0e4a
|
| 3 |
+
size 104819468
|
validation.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5d9601e79cc0137d83b66ee208325d4c200abc05a8a9ee0602b387a8b060189
|
| 3 |
+
size 22814136
|