Datasets:
Add metadata.json
Browse files- metadata.json +17 -0
metadata.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "Noc_s",
|
| 4 |
+
"task": "regression",
|
| 5 |
+
"cat_idx": [],
|
| 6 |
+
"num_samples": 72,
|
| 7 |
+
"num_features": 380,
|
| 8 |
+
"description": "PTR-ToF-MS analysis of hazelnut paste (Corylus avellana L.) from different geographical origins, roasted at varying times and temperatures (72 samples, 380 peaks, 24 batches of technical replicates). Regression: predicted value is the roasting time. S/P=0.19. Experimental details in Mazzucotelli 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.",
|
| 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 |
+
}
|