Datasets:
Add metadata.json
Browse files- metadata.json +15 -0
metadata.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "ilpd_patient_data",
|
| 4 |
+
"task": "binary",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"cat_idx": [
|
| 7 |
+
1
|
| 8 |
+
],
|
| 9 |
+
"num_samples": 583,
|
| 10 |
+
"num_features": 10,
|
| 11 |
+
"imbalance_ratio": 2.491,
|
| 12 |
+
"description": "OpenML dataset (ID 1480), relation: Indian Liver Patient Dataset",
|
| 13 |
+
"source": "OpenML_Dataset_ID_1480",
|
| 14 |
+
"label": "clinical & healthcare"
|
| 15 |
+
}
|