Remove silent in doc. [skip ci] (#4689)

This commit is contained in:
Jiaming Yuan
2019-07-20 05:53:42 -04:00
committed by GitHub
parent b45258ce66
commit ad1192e8a3
4 changed files with 3 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ XGBoost can use either a list of pairs or a dictionary to set :doc:`parameters <
.. code-block:: python
param = {'max_depth': 2, 'eta': 1, 'silent': 1, 'objective': 'binary:logistic'}
param = {'max_depth': 2, 'eta': 1, 'objective': 'binary:logistic'}
param['nthread'] = 4
param['eval_metric'] = 'auc'