summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/ml_models/models/xgboost.2.2.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-09-16 14:00:59 +0200
committerGitHub <noreply@github.com>2019-09-16 14:00:59 +0200
commitb54222edf2b71f89a20a01a89633411edc737b82 (patch)
tree31fc84334e8a4cccbcee2e12d85df239bad1bd18 /config-model/src/test/cfg/application/ml_models/models/xgboost.2.2.json
parentb879b2b3149fd5fe9dc79e106f3656ea4d36c6cb (diff)
parent7bd1c27158403b1ef99d694ff9a31736e84b950f (diff)
Merge pull request #10665 from vespa-engine/lesters/xgboost-if-inversion
Add XGBoost if-inversion for missing features
Diffstat (limited to 'config-model/src/test/cfg/application/ml_models/models/xgboost.2.2.json')
-rw-r--r--config-model/src/test/cfg/application/ml_models/models/xgboost.2.2.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/test/cfg/application/ml_models/models/xgboost.2.2.json b/config-model/src/test/cfg/application/ml_models/models/xgboost.2.2.json
index f8949b47e52..a18b9966b55 100644
--- a/config-model/src/test/cfg/application/ml_models/models/xgboost.2.2.json
+++ b/config-model/src/test/cfg/application/ml_models/models/xgboost.2.2.json
@@ -1,16 +1,16 @@
[
- { "nodeid": 0, "depth": 0, "split": "f29", "split_condition": -0.1234567, "yes": 1, "no": 2, "missing": 1, "children": [
+ { "nodeid": 0, "depth": 0, "split": "f29", "split_condition": -0.1234567, "yes": 1, "no": 2, "missing": 2, "children": [
{ "nodeid": 1, "depth": 1, "split": "f56", "split_condition": -0.242398, "yes": 3, "no": 4, "missing": 3, "children": [
{ "nodeid": 3, "leaf": 1.71218 },
{ "nodeid": 4, "leaf": -1.70044 }
]},
- { "nodeid": 2, "depth": 1, "split": "f109", "split_condition": 0.8723473, "yes": 5, "no": 6, "missing": 5, "children": [
+ { "nodeid": 2, "depth": 1, "split": "f109", "split_condition": 0.8723473, "yes": 5, "no": 6, "missing": 6, "children": [
{ "nodeid": 5, "leaf": -1.94071 },
{ "nodeid": 6, "leaf": 1.85965 }
]}
]},
{ "nodeid": 0, "depth": 0, "split": "f60", "split_condition": -0.482947, "yes": 1, "no": 2, "missing": 1, "children": [
- { "nodeid": 1, "depth": 1, "split": "f29", "split_condition": -4.2387498, "yes": 3, "no": 4, "missing": 3, "children": [
+ { "nodeid": 1, "depth": 1, "split": "f29", "split_condition": -4.2387498, "yes": 3, "no": 4, "missing": 4, "children": [
{ "nodeid": 3, "leaf": 0.784718 },
{ "nodeid": 4, "leaf": -0.96853 }
]},