Add option to disable default metric (#3606)

This commit is contained in:
Philip Hyunsu Cho
2018-08-18 11:39:20 -07:00
committed by GitHub
parent 993e62b9e7
commit 983cb0b374
3 changed files with 12 additions and 3 deletions

View File

@@ -31,6 +31,10 @@ General Parameters
- Number of parallel threads used to run XGBoost
* ``disable_default_eval_metric`` [default=0]
- Flag to disable default metric. Set to >0 to disable.
* ``num_pbuffer`` [set automatically by XGBoost, no need to be set by user]
- Size of prediction buffer, normally set to number of training instances. The buffers are used to save the prediction results of last boosting step.