Datasets:
Add metadata.json
Browse files- metadata.json +18 -0
metadata.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "MTBLS136",
|
| 4 |
+
"task": "binary",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"cat_idx": [],
|
| 7 |
+
"num_samples": 668,
|
| 8 |
+
"num_features": 920,
|
| 9 |
+
"imbalance_ratio": 1.0181,
|
| 10 |
+
"description": "A serum LC-MS dataset consisting of 949 named metabolites. We compare estrogen-only (E; Class=1) vs. estrogen plus progestin (E+P; Class=0).",
|
| 11 |
+
"source": "CIMBC/MetabComparisonBinaryML",
|
| 12 |
+
"label": "Metabolomics",
|
| 13 |
+
"sub_labels": [
|
| 14 |
+
"mass spectrometry",
|
| 15 |
+
"LC-MS"
|
| 16 |
+
],
|
| 17 |
+
"force_scale": true
|
| 18 |
+
}
|