File size: 812 Bytes
7a544d3
 
 
 
 
 
 
67c135f
7a544d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cdla-permissive-2.0
task_categories:
- tabular-regression
pretty_name: coords_1k
tags:
- tabular
- genomics
- multiregression
- Biomedical
- Benchmark
configs:
- config_name: coords_1k
  data_files:
  - split: train
    path: data/train.parquet
  - split: validation
    path: data/val.parquet
  - split: test
    path: data/test.parquet
dataset_info:
  description: This dataset contains genotypes from chromosome chr22 for a subset
    of samples from the 1000 Genomes Project and HGDP.         For this specific dataset,
    1000 SNPs at random positions were selected from the original sequences and missing
    values where introduced with a probability of 0%.         The task is to predict
    the geographical coordinates (latitude, longitude) of each sample based on the
    genotypes.
---