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

@@ -101,7 +101,7 @@ Sample Script
# specify parameters via map
param = {'booster': 'dart',
'max_depth': 5, 'learning_rate': 0.1,
'objective': 'binary:logistic', 'silent': True,
'objective': 'binary:logistic',
'sample_type': 'uniform',
'normalize_type': 'tree',
'rate_drop': 0.1,