| { | |
| "name": "benchmark_dataset", | |
| "task_type": "multiclass", | |
| "n_num_features": 0, | |
| "n_cat_features": 6, | |
| "train_size": 1382, | |
| "num_col_idx": [], | |
| "cat_col_idx": [ | |
| 0, | |
| 1, | |
| 2, | |
| 3, | |
| 4, | |
| 5 | |
| ], | |
| "target_col_idx": [ | |
| 6 | |
| ], | |
| "column_names": [ | |
| "buying", | |
| "maint", | |
| "doors", | |
| "persons", | |
| "lug_boot", | |
| "safety", | |
| "class" | |
| ], | |
| "num_classes": 4 | |
| } |