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

@@ -88,7 +88,6 @@ To set parameters, parameters are specified as a Map:
{
put("eta", 1.0);
put("max_depth", 2);
put("silent", 1);
put("objective", "binary:logistic");
put("eval_metric", "logloss");
}