Remove remaining silent and debug_verbose. (#4299)
This commit is contained in:
parent
6d5b34d824
commit
c85181dd8a
@ -55,16 +55,14 @@ class TestGPU(unittest.TestCase):
|
|||||||
'tree_method': 'hist',
|
'tree_method': 'hist',
|
||||||
'nthread': 0,
|
'nthread': 0,
|
||||||
'eta': 1,
|
'eta': 1,
|
||||||
'silent': 0,
|
'verbosity': 3,
|
||||||
'debug_verbose': 5,
|
|
||||||
'objective': 'binary:logistic',
|
'objective': 'binary:logistic',
|
||||||
'eval_metric': 'auc'}
|
'eval_metric': 'auc'}
|
||||||
ag_param2 = {'max_depth': max_depth,
|
ag_param2 = {'max_depth': max_depth,
|
||||||
'tree_method': 'gpu_hist',
|
'tree_method': 'gpu_hist',
|
||||||
'nthread': 0,
|
'nthread': 0,
|
||||||
'eta': 1,
|
'eta': 1,
|
||||||
'silent': 0,
|
'verbosity': 3,
|
||||||
'debug_verbose': 5,
|
|
||||||
'n_gpus': 1,
|
'n_gpus': 1,
|
||||||
'objective': 'binary:logistic',
|
'objective': 'binary:logistic',
|
||||||
'max_bin': max_bin,
|
'max_bin': max_bin,
|
||||||
@ -73,8 +71,7 @@ class TestGPU(unittest.TestCase):
|
|||||||
'tree_method': 'gpu_hist',
|
'tree_method': 'gpu_hist',
|
||||||
'nthread': 0,
|
'nthread': 0,
|
||||||
'eta': 1,
|
'eta': 1,
|
||||||
'silent': 0,
|
'verbosity': 3,
|
||||||
'debug_verbose': 5,
|
|
||||||
'n_gpus': -1,
|
'n_gpus': -1,
|
||||||
'objective': 'binary:logistic',
|
'objective': 'binary:logistic',
|
||||||
'max_bin': max_bin,
|
'max_bin': max_bin,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user