File size: 797 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-morphological",
"benchmark": "openml_cc18",
"sub_benchmark": "",
"task_type": "clf",
"data_type": "mixed",
"target_column": "class",
"label_values": [
"6.0",
"3.0",
"5.0",
"10.0",
"2.0",
"7.0",
"9.0",
"4.0",
"8.0",
"1.0"
],
"num_labels": 10,
"train_samples": 1800,
"test_samples": 200,
"train_label_distribution": {
"1.0": 180,
"8.0": 180,
"3.0": 180,
"5.0": 180,
"4.0": 180,
"9.0": 180,
"2.0": 180,
"7.0": 180,
"6.0": 180,
"10.0": 180
},
"test_label_distribution": {
"8.0": 20,
"4.0": 20,
"3.0": 20,
"10.0": 20,
"5.0": 20,
"6.0": 20,
"2.0": 20,
"7.0": 20,
"1.0": 20,
"9.0": 20
}
} |