File size: 578 Bytes
7925dbe | 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 | {
"dataset": "eucalyptus",
"benchmark": "openml_cc18",
"sub_benchmark": "",
"task_type": "clf",
"data_type": "mixed",
"target_column": "Utility",
"label_values": [
"average",
"good",
"best",
"low",
"none"
],
"num_labels": 5,
"train_samples": 661,
"test_samples": 75,
"train_label_distribution": {
"good": 192,
"best": 94,
"none": 162,
"low": 96,
"average": 117
},
"test_label_distribution": {
"good": 22,
"average": 13,
"none": 18,
"best": 11,
"low": 11
}
} |