jialinzhang
Add hyperparameter and timecost runs
9475d42
Raw
History Blame Contribute Delete
1.37 kB
{
"name": "tabsyn_c2",
"task_type": "multiclass",
"n_num_features": 1,
"n_cat_features": 5,
"train_size": 1382,
"num_col_idx": [
0
],
"cat_col_idx": [
1,
2,
3,
4,
5
],
"target_col_idx": [
6
],
"column_names": [
"buying",
"maint",
"doors",
"persons",
"lug_boot",
"safety",
"class"
],
"train_num": 1382,
"test_num": 1382,
"header": 0,
"file_type": "csv",
"data_path": "data/tabsyn_c2/train.csv",
"test_path": null,
"idx_mapping": {
"0": 0,
"1": 1,
"2": 2,
"3": 3,
"4": 4,
"5": 5,
"6": 6
},
"inverse_idx_mapping": {
"0": 0,
"1": 1,
"2": 2,
"3": 3,
"4": 4,
"5": 5,
"6": 6
},
"idx_name_mapping": {
"0": "buying",
"1": "maint",
"2": "doors",
"3": "persons",
"4": "lug_boot",
"5": "safety",
"6": "class"
},
"n_classes": 4,
"metadata": {
"columns": {
"0": {
"sdtype": "numerical",
"computer_representation": "Float"
},
"1": {
"sdtype": "categorical"
},
"2": {
"sdtype": "categorical"
},
"3": {
"sdtype": "categorical"
},
"4": {
"sdtype": "categorical"
},
"5": {
"sdtype": "categorical"
},
"6": {
"sdtype": "categorical"
}
}
}
}