tabbiomed-neurips2026 commited on
Commit
c203d3c
·
verified ·
1 Parent(s): b69df7e

Add metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +15 -0
metadata.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "READY": true,
3
+ "name": "PatientCare",
4
+ "task": "binary",
5
+ "num_classes": 2,
6
+ "cat_idx": [
7
+ 9
8
+ ],
9
+ "num_samples": 4412,
10
+ "num_features": 10,
11
+ "imbalance_ratio": 1.4731,
12
+ "description": "PatientCare dataset for binary classification (0=out, 1=in)",
13
+ "source": "Mendeley - PatientCare",
14
+ "label": "clinical & healthcare"
15
+ }