Datasets:
Add metadata.json
Browse files- metadata.json +27 -0
metadata.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "MIMIC_II",
|
| 4 |
+
"task": "binary",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"cat_idx": [
|
| 7 |
+
0,
|
| 8 |
+
2,
|
| 9 |
+
9,
|
| 10 |
+
10,
|
| 11 |
+
11,
|
| 12 |
+
12,
|
| 13 |
+
13,
|
| 14 |
+
14,
|
| 15 |
+
15,
|
| 16 |
+
16,
|
| 17 |
+
17,
|
| 18 |
+
7,
|
| 19 |
+
8
|
| 20 |
+
],
|
| 21 |
+
"num_samples": 1776,
|
| 22 |
+
"num_features": 35,
|
| 23 |
+
"imbalance_ratio": 5.2756,
|
| 24 |
+
"description": "MIMIC II dataset for 28-day mortality prediction (binary classification)",
|
| 25 |
+
"source": "MIMIC II",
|
| 26 |
+
"label": "clinical & healthcare"
|
| 27 |
+
}
|