Datasets:
Add metadata.json
Browse files- metadata.json +19 -0
metadata.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "ST001000",
|
| 4 |
+
"task": "binary",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"cat_idx": [],
|
| 7 |
+
"num_samples": 121,
|
| 8 |
+
"num_features": 2177,
|
| 9 |
+
"imbalance_ratio": 1.283,
|
| 10 |
+
"description": "A stool LC-MS dataset consisting of measured metabolite features. We compare UC (Class=1) and CD (Class=0) using the C18neg dataset mode.",
|
| 11 |
+
"source": "CIMBC/MetabComparisonBinaryML",
|
| 12 |
+
"label": "Metabolomics",
|
| 13 |
+
"sub_labels": [
|
| 14 |
+
"mass spectrometry",
|
| 15 |
+
"LC-MS"
|
| 16 |
+
],
|
| 17 |
+
"force_scale": true,
|
| 18 |
+
"split_strategy": "cv"
|
| 19 |
+
}
|