Datasets:
Add metadata.json
Browse files- metadata.json +20 -0
metadata.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "MUSIC",
|
| 4 |
+
"task": "classification",
|
| 5 |
+
"num_classes": 4,
|
| 6 |
+
"cat_idx": [
|
| 7 |
+
7,
|
| 8 |
+
13,
|
| 9 |
+
14,
|
| 10 |
+
15,
|
| 11 |
+
46,
|
| 12 |
+
47
|
| 13 |
+
],
|
| 14 |
+
"num_samples": 992,
|
| 15 |
+
"num_features": 65,
|
| 16 |
+
"imbalance_ratio": 11.9016,
|
| 17 |
+
"description": "MUSIC dataset for cause of death prediction (multi-class classification)",
|
| 18 |
+
"source": "MUSIC",
|
| 19 |
+
"label": "clinical & healthcare"
|
| 20 |
+
}
|