Add option to disable default metric (#3606)
This commit is contained in:
committed by
GitHub
parent
993e62b9e7
commit
983cb0b374
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user