jialinzhang
Add hyperparameter and timecost runs
9475d42
Raw
History Blame Contribute Delete
367 Bytes
{
"name": "benchmark_dataset",
"task_type": "regression",
"n_num_features": 3,
"n_cat_features": 3,
"train_size": 2217,
"num_col_idx": [
0,
1,
2
],
"cat_col_idx": [
3,
4,
5
],
"target_col_idx": [
6
],
"column_names": [
"age",
"bmi",
"children",
"sex",
"smoker",
"region",
"charges"
]
}