File size: 1,552 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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | {
"dataset": "isolet",
"benchmark": "openml_cc18",
"sub_benchmark": "",
"task_type": "clf",
"data_type": "mixed",
"target_column": "class",
"label_values": [
"3.0",
"26.0",
"20.0",
"8.0",
"22.0",
"17.0",
"21.0",
"5.0",
"10.0",
"25.0",
"7.0",
"4.0",
"19.0",
"18.0",
"1.0",
"14.0",
"2.0",
"9.0",
"13.0",
"23.0",
"6.0",
"11.0",
"16.0",
"12.0",
"24.0",
"15.0"
],
"num_labels": 26,
"train_samples": 7017,
"test_samples": 780,
"train_label_distribution": {
"18.0": 270,
"24.0": 270,
"6.0": 268,
"26.0": 270,
"4.0": 270,
"25.0": 270,
"15.0": 270,
"23.0": 270,
"7.0": 270,
"14.0": 270,
"16.0": 270,
"9.0": 270,
"1.0": 270,
"12.0": 270,
"3.0": 270,
"21.0": 270,
"5.0": 270,
"11.0": 270,
"13.0": 269,
"8.0": 270,
"2.0": 270,
"10.0": 270,
"17.0": 270,
"20.0": 270,
"22.0": 270,
"19.0": 270
},
"test_label_distribution": {
"9.0": 30,
"20.0": 30,
"5.0": 30,
"11.0": 30,
"16.0": 30,
"26.0": 30,
"1.0": 30,
"8.0": 30,
"4.0": 30,
"3.0": 30,
"21.0": 30,
"22.0": 30,
"6.0": 30,
"23.0": 30,
"14.0": 30,
"18.0": 30,
"25.0": 30,
"15.0": 30,
"7.0": 30,
"2.0": 30,
"10.0": 30,
"24.0": 30,
"17.0": 30,
"13.0": 30,
"19.0": 30,
"12.0": 30
}
} |