Datasets:
File size: 572 Bytes
a18c183 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | {
"READY": true,
"name": "Diabetes_UCI",
"task": "binary",
"num_classes": 2,
"cat_idx": [
37,
36,
0,
1,
6,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
38,
39
],
"num_samples": 69973,
"num_features": 40,
"imbalance_ratio": 10.1475,
"description": "Diabetes UCI dataset for 30-day readmission prediction (binary classification)",
"source": "UCI Diabetes",
"label": "clinical & healthcare"
} |