Remove remaining silent and debug_verbose. (#4299)

This commit is contained in:
Jiaming Yuan 2019-03-28 03:30:46 +08:00 committed by GitHub
parent 6d5b34d824
commit c85181dd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,16 +55,14 @@ class TestGPU(unittest.TestCase):
'tree_method': 'hist',
'nthread': 0,
'eta': 1,
'silent': 0,
'debug_verbose': 5,
'verbosity': 3,
'objective': 'binary:logistic',
'eval_metric': 'auc'}
ag_param2 = {'max_depth': max_depth,
'tree_method': 'gpu_hist',
'nthread': 0,
'eta': 1,
'silent': 0,
'debug_verbose': 5,
'verbosity': 3,
'n_gpus': 1,
'objective': 'binary:logistic',
'max_bin': max_bin,
@ -73,8 +71,7 @@ class TestGPU(unittest.TestCase):
'tree_method': 'gpu_hist',
'nthread': 0,
'eta': 1,
'silent': 0,
'debug_verbose': 5,
'verbosity': 3,
'n_gpus': -1,
'objective': 'binary:logistic',
'max_bin': max_bin,