File size: 729 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 45 46 47 | {
"dataset": "mfeat-pixel",
"benchmark": "openml_cc18",
"sub_benchmark": "",
"task_type": "clf",
"data_type": "mixed",
"target_column": "class",
"label_values": [
"9",
"10",
"3",
"1",
"6",
"2",
"5",
"4",
"8",
"7"
],
"num_labels": 10,
"train_samples": 1800,
"test_samples": 200,
"train_label_distribution": {
"5": 180,
"2": 180,
"1": 180,
"10": 180,
"4": 180,
"6": 180,
"3": 180,
"9": 180,
"7": 180,
"8": 180
},
"test_label_distribution": {
"10": 20,
"7": 20,
"1": 20,
"3": 20,
"4": 20,
"5": 20,
"6": 20,
"2": 20,
"9": 20,
"8": 20
}
} |