Spaces:
Runtime error
Runtime error
Update config.json
Browse files- 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.
|
8 |
early_stopping: NONE
|
9 |
-
|
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 |
}
|