Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cdla-permissive-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
pretty_name: continental_50k
|
| 6 |
+
tags:
|
| 7 |
+
- tabular
|
| 8 |
+
- genomics
|
| 9 |
+
- classification
|
| 10 |
+
- Biomedical
|
| 11 |
+
- Benchmark
|
| 12 |
+
configs:
|
| 13 |
+
- config_name: continental_50k
|
| 14 |
+
data_files:
|
| 15 |
+
- split: train
|
| 16 |
+
path: data/train.parquet
|
| 17 |
+
- split: validation
|
| 18 |
+
path: data/val.parquet
|
| 19 |
+
- split: test
|
| 20 |
+
path: data/test.parquet
|
| 21 |
+
dataset_info:
|
| 22 |
+
description: This dataset contains genotypes from chromosome chr22 for a subset
|
| 23 |
+
of samples from the 1000 Genomes Project and HGDP. For this specific dataset,
|
| 24 |
+
50k SNPs at random positions were selected from the original sequences and missing
|
| 25 |
+
values where introduced with a probability of 0%. The task is to predict
|
| 26 |
+
the continental ancestry of each sample based on the genotypes.
|
| 27 |
+
---
|