tabbiomed-neurips2026 commited on
Commit
3db01fd
·
verified ·
1 Parent(s): 7380741

Add metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +14 -0
metadata.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "READY": true,
3
+ "name": "ProtoGate_Prostate_GE",
4
+ "task": "binary",
5
+ "num_classes": 2,
6
+ "cat_idx": [],
7
+ "num_samples": 102,
8
+ "num_features": 5966,
9
+ "imbalance_ratio": 1.04,
10
+ "description": "Gene expression dataset from ProtoGate benchmark (source: Prostate_GE.mat)",
11
+ "source": "ProtoGate",
12
+ "label": "transcriptomics",
13
+ "split_strategy": "cv"
14
+ }