Skip to content

Commit b732b10

Browse files
author
igor_rukhovich
committed
Fixed config parameters
1 parent b9a9167 commit b732b10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

configs/cpu_xgb_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"subsample": [0.5],
5454
"eta": [0.1],
5555
"colsample-bytree": [0.05],
56-
"single_precision_histogram": [""]
56+
"single-precision-histogram": [""]
5757
},
5858
{
5959
"algorithm": "gbt",
@@ -131,7 +131,7 @@
131131
"n-estimators": [1000],
132132
"objective": ["binary:logistic"],
133133
"tree-method": ["hist"],
134-
"enable_experimental_json_serialization": ["False"]
134+
"enabl-experimental-json-serialization": ["False"]
135135
},
136136
{
137137
"algorithm": "gbt",
@@ -156,7 +156,7 @@
156156
"n-estimators": [200],
157157
"objective": ["multi:softprob"],
158158
"tree-method": ["hist"],
159-
"single_precision_histogram": [""]
159+
"single-precision-histogram": [""]
160160
}
161161
]
162162
}

configs/cpu_xgb_mb_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"n-estimators": [1000],
8585
"objective": ["binary:logistic"],
8686
"tree-method": ["hist"],
87-
"enable_experimental_json_serialization": ["False"]
87+
"enable-experimental-json-serialization": ["False"]
8888
},
8989
{
9090
"algorithm": "xgb_mb",
@@ -109,7 +109,7 @@
109109
"n-estimators": [200],
110110
"objective": ["multi:softprob"],
111111
"tree-method": ["hist"],
112-
"single_precision_histogram": [""]
112+
"single-precision-histogram": [""]
113113
}
114114
]
115115
}

0 commit comments

Comments
 (0)