File size: 359 Bytes
9f87a4e
 
 
 
 
 
 
 
 
 
 
 
 
c9c1944
9f87a4e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

learner: "GRADIENT_BOOSTED_TREES"

[yggdrasil_decision_forests.model.gradient_boosted_trees.proto.gradient_boosted_trees_config] {
num_trees: 1000
use_hessian_gain: true
validation_set_ratio: 0.0
early_stopping: NONE
decision_tree {
    growing_strategy_best_first_global { max_num_nodes: 64 }
    sparse_oblique_split {}
    categorical { random {} }
 }
}