tabbiomed-neurips2026 commited on
Commit
6f26fdd
·
verified ·
1 Parent(s): 13466ce

Add metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +13 -0
metadata.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "READY": true,
3
+ "name": "continental_50k_missing",
4
+ "task": "classification",
5
+ "num_classes": 7,
6
+ "cat_idx": [],
7
+ "num_samples": 3309,
8
+ "num_features": 30524,
9
+ "imbalance_ratio": 33.3913,
10
+ "description": "This dataset contains genotypes from chromosome chr22 for a subset of samples from the 1000 Genomes Project and HGDP. For this specific dataset, 50k SNPs at random positions were selected from the original sequences and missing values where introduced with a probability of 60%. The task is to predict the continental ancestry of each sample based on the genotypes.",
11
+ "source": "Chromosome data was dowloaded from GnomAD v3.1.2 - 1KG + HGDP callset: https://gnomad.broadinstitute.org/downloads#v3-hgdp-1kg. Continental labels (Super-Populations: EUR, AFR, EAS, SAS, AMR) were obtained from the harmonized gnomAD v3.1 sample metadata.",
12
+ "label": "genomics"
13
+ }