tabbiomed-neurips2026 commited on
Commit
fc4ec5a
·
verified ·
1 Parent(s): aa0c973

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cdla-permissive-2.0
3
+ task_categories:
4
+ - tabular-classification
5
+ pretty_name: sexcheck_chrX_50
6
+ tags:
7
+ - tabular
8
+ - genomics
9
+ - binary
10
+ - Biomedical
11
+ - Benchmark
12
+ configs:
13
+ - config_name: sexcheck_chrX_50
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 X for a subset of samples
23
+ from the 1000 Genomes Project and HGDP, along with labels indicating the sex of
24
+ each sample. For this specific dataset, 50 SNPs where randomly selected
25
+ from the original sequences. The task is to predict the sex of each sample
26
+ based on the genotypes.
27
+ ---