File size: 560 Bytes
e3e17c7 | 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 | {
"dataset": "GesturePhaseSegmentationProcessed",
"benchmark": "openml_cc18",
"sub_benchmark": "",
"task_type": "clf",
"data_type": "mixed",
"target_column": "Phase",
"label_values": [
"D",
"S",
"R",
"P",
"H"
],
"num_labels": 5,
"train_samples": 8884,
"test_samples": 989,
"train_label_distribution": {
"D": 2466,
"S": 2655,
"R": 978,
"H": 898,
"P": 1887
},
"test_label_distribution": {
"S": 295,
"D": 275,
"P": 210,
"H": 100,
"R": 109
}
} |