File size: 680 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 33 34 35 36 37 38 39 40 41 42 43 44 | {
"dataset": "cnae-9",
"benchmark": "openml_cc18",
"sub_benchmark": "",
"task_type": "clf",
"data_type": "mixed",
"target_column": "Class",
"label_values": [
"9",
"3",
"1",
"6",
"2",
"5",
"4",
"8",
"7"
],
"num_labels": 9,
"train_samples": 972,
"test_samples": 108,
"train_label_distribution": {
"8": 108,
"5": 108,
"7": 108,
"6": 108,
"1": 108,
"3": 108,
"9": 108,
"4": 108,
"2": 108
},
"test_label_distribution": {
"5": 12,
"9": 12,
"1": 12,
"6": 12,
"3": 12,
"8": 12,
"2": 12,
"7": 12,
"4": 12
}
} |