Datasets:
Add metadata.json
Browse files- 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 |
+
}
|