| { | |
| "dataset": "connect-4", | |
| "benchmark": "openml_cc18", | |
| "sub_benchmark": "", | |
| "task_type": "clf", | |
| "data_type": "mixed", | |
| "target_column": "class", | |
| "label_values": [ | |
| "2", | |
| "0", | |
| "1" | |
| ], | |
| "num_labels": 3, | |
| "train_samples": 8998, | |
| "test_samples": 1002, | |
| "train_label_distribution": { | |
| "2": 5969, | |
| "0": 842, | |
| "1": 2187 | |
| }, | |
| "test_label_distribution": { | |
| "1": 244, | |
| "2": 664, | |
| "0": 94 | |
| } | |
| } |