Closed ogrisel closed 6 years ago
Rely on min_hessian_to_split=1e-3 to avoid useless splits. This fixes the pathological imbalance observed in the bench_grower.py script.
min_hessian_to_split=1e-3
bench_grower.py
Rely on
min_hessian_to_split=1e-3
to avoid useless splits. This fixes the pathological imbalance observed in thebench_grower.py
script.