tabbiomed-neurips2026 commited on
Commit
40a0737
·
verified ·
1 Parent(s): eb15a97

Add metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +19 -0
metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "READY": true,
3
+ "name": "PT-Mush21",
4
+ "task": "classification",
5
+ "num_classes": 6,
6
+ "cat_idx": [],
7
+ "num_samples": 593,
8
+ "num_features": 383,
9
+ "imbalance_ratio": 1.6761,
10
+ "description": "Mass spectrometry evaluation of samples of diverse species of fungi (593 samples, 383 peaks, 50 batches). Multiclass classification (6 classes): classes correspond to the condition of cultivation. S/P=1.55. Experimental details in Telagathoti et al. Features are standard-scaled (StandardScaler). 5-fold cross-validation splits are batch-aware: all samples sharing the same measurement batch (IDs field) are kept together in the same fold to prevent data leakage from technical replicates and batch effects.",
11
+ "source": "On the use of TabPFN on mass spectrometry analysis of volatile organic compounds. Scientific Reports (2025). GitHub: https://github.com/CIFASIS/TabPFN-VOCS",
12
+ "label": "Metabolomics",
13
+ "sub_labels": [
14
+ "mass spectrometry",
15
+ "volatile organic compounds"
16
+ ],
17
+ "force_scale": true,
18
+ "split_strategy": "cv"
19
+ }