forced_bins.json 168 Bytes
Newer Older
Belinda Trotta's avatar
Belinda Trotta committed
1
2
3
4
5
6
7
8
9
10
[
    {
        "feature": 0,
        "bin_upper_bound": [ 0.3, 0.35, 0.4 ]
    },
    {
        "feature": 1,
        "bin_upper_bound": [ -0.1, -0.15, -0.2 ]
    }
]