File size: 367 Bytes
9475d42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "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"
  ]
}