tabbiomed-neurips2026 commited on
Commit
286c26c
·
verified ·
1 Parent(s): edb1ef7

Add metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +17 -0
metadata.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "READY": true,
3
+ "name": "Gum1_s",
4
+ "task": "regression",
5
+ "cat_idx": [],
6
+ "num_samples": 267,
7
+ "num_features": 167,
8
+ "description": "PTR-ToF-MS analysis of chewing gum base material (267 samples, 167 peaks, 27 batches of technical replicates). Regression: predicted value is the percentage concentration of component 1 in the base material formulation. S/P=1.60. 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.",
9
+ "source": "On the use of TabPFN on mass spectrometry analysis of volatile organic compounds. Scientific Reports (2025). GitHub: https://github.com/CIFASIS/TabPFN-VOCS",
10
+ "label": "Metabolomics",
11
+ "sub_labels": [
12
+ "mass spectrometry",
13
+ "volatile organic compounds"
14
+ ],
15
+ "force_scale": true,
16
+ "split_strategy": "cv"
17
+ }