tdubon commited on
Commit
a4d56bf
1 Parent(s): 7a88889

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -4,11 +4,12 @@ learner: "GRADIENT_BOOSTED_TREES"
4
  [yggdrasil_decision_forests.model.gradient_boosted_trees.proto.gradient_boosted_trees_config] {
5
  num_trees: 1000
6
  use_hessian_gain: true
7
- validation_set_ratio: 0.0
8
  early_stopping: NONE
9
- decision_tree {
10
  growing_strategy_best_first_global { max_num_nodes: 64 }
11
  sparse_oblique_split {}
12
  categorical { random {} }
 
13
  }
14
  }
 
4
  [yggdrasil_decision_forests.model.gradient_boosted_trees.proto.gradient_boosted_trees_config] {
5
  num_trees: 1000
6
  use_hessian_gain: true
7
+ validation_set_ratio: 0.1
8
  early_stopping: NONE
9
+ GradientBoostedTreesModel {
10
  growing_strategy_best_first_global { max_num_nodes: 64 }
11
  sparse_oblique_split {}
12
  categorical { random {} }
13
+ get_compile_flags()
14
  }
15
  }