File size: 520 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 | {
"dataset": "car",
"benchmark": "openml_cc18",
"sub_benchmark": "",
"task_type": "clf",
"data_type": "mixed",
"target_column": "class",
"label_values": [
"good",
"vgood",
"acc",
"unacc"
],
"num_labels": 4,
"train_samples": 1554,
"test_samples": 174,
"train_label_distribution": {
"acc": 345,
"good": 62,
"unacc": 1089,
"vgood": 58
},
"test_label_distribution": {
"unacc": 121,
"acc": 39,
"vgood": 7,
"good": 7
}
} |