Datasets:
Add metadata.json
Browse files- metadata.json +19 -0
metadata.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "ST000496",
|
| 4 |
+
"task": "binary",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"cat_idx": [],
|
| 7 |
+
"num_samples": 100,
|
| 8 |
+
"num_features": 69,
|
| 9 |
+
"imbalance_ratio": 1.0,
|
| 10 |
+
"description": "A saliva GC-MS dataset consisting of 69 named metabolites. We compare after debridement (Class=1) and before debridement (Class=0).",
|
| 11 |
+
"source": "CIMBC/MetabComparisonBinaryML",
|
| 12 |
+
"label": "Metabolomics",
|
| 13 |
+
"sub_labels": [
|
| 14 |
+
"mass spectrometry",
|
| 15 |
+
"GC-MS"
|
| 16 |
+
],
|
| 17 |
+
"force_scale": true,
|
| 18 |
+
"split_strategy": "cv"
|
| 19 |
+
}
|