Fix missing space in warning message (#6340)
This commit is contained in:
parent
2cc9662005
commit
51e6531315
@ -81,7 +81,7 @@ void GBTree::Configure(const Args& cfg) {
|
|||||||
LOG(WARNING) << "DANGER AHEAD: You have manually specified `updater` "
|
LOG(WARNING) << "DANGER AHEAD: You have manually specified `updater` "
|
||||||
"parameter. The `tree_method` parameter will be ignored. "
|
"parameter. The `tree_method` parameter will be ignored. "
|
||||||
"Incorrect sequence of updaters will produce undefined "
|
"Incorrect sequence of updaters will produce undefined "
|
||||||
"behavior. For common uses, we recommend using"
|
"behavior. For common uses, we recommend using "
|
||||||
"`tree_method` parameter instead.";
|
"`tree_method` parameter instead.";
|
||||||
// Don't drive users to silent XGBOost.
|
// Don't drive users to silent XGBOost.
|
||||||
showed_updater_warning_ = true;
|
showed_updater_warning_ = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user