Skip to content

Commit

Permalink
[AutoTVM] Update XGBoost verbosity option (#5649)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored May 22, 2020
1 parent dbb8be7 commit b26f988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/autotvm/tuner/xgboost_cost_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(self, task, feature_type, loss_type, num_threads=None, log_interval
else:
raise RuntimeError("Invalid loss type: " + loss_type)

self.xgb_params['silent'] = 1
self.xgb_params['verbosity'] = 0
if num_threads:
self.xgb_params['nthread'] = num_threads
self.bst = None
Expand Down

0 comments on commit b26f988

Please sign in to comment.