tabbiomed-neurips2026 commited on
Commit
2625c37
·
verified ·
1 Parent(s): 3d9b4d1

Add metadata.json

Browse files
Files changed (1) hide show
  1. 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
+ }