Datasets:
Add metadata.json
Browse files- metadata.json +35 -0
metadata.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "VitalDB",
|
| 4 |
+
"task": "binary",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"cat_idx": [
|
| 7 |
+
38,
|
| 8 |
+
39,
|
| 9 |
+
40,
|
| 10 |
+
41,
|
| 11 |
+
42,
|
| 12 |
+
43,
|
| 13 |
+
44,
|
| 14 |
+
45,
|
| 15 |
+
46,
|
| 16 |
+
47,
|
| 17 |
+
48,
|
| 18 |
+
49,
|
| 19 |
+
50,
|
| 20 |
+
51,
|
| 21 |
+
52,
|
| 22 |
+
53,
|
| 23 |
+
55,
|
| 24 |
+
8,
|
| 25 |
+
54,
|
| 26 |
+
7,
|
| 27 |
+
6
|
| 28 |
+
],
|
| 29 |
+
"num_samples": 6388,
|
| 30 |
+
"num_features": 59,
|
| 31 |
+
"imbalance_ratio": 111.0702,
|
| 32 |
+
"description": "VitalDB clinical dataset for in-hospital death prediction",
|
| 33 |
+
"source": "VitalDB",
|
| 34 |
+
"label": "clinical & healthcare"
|
| 35 |
+
}
|