Update config.json
Browse files- config.json +14 -13
config.json
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
}
|
|
|
|
1 |
+
|
2 |
+
learner: "GRADIENT_BOOSTED_TREES"
|
3 |
+
|
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 |
}
|
15 |
+
|