Fix typo in xgboost.callback.early_stop docstring (#6071)

This commit is contained in:
Boris Feld
2020-09-06 07:37:07 +02:00
committed by GitHub
parent 2e907abdb8
commit 24ca9348f7

View File

@@ -161,7 +161,7 @@ def early_stop(stopping_rounds, maximize=False, verbose=True):
Parameters
----------
stopp_rounds : int
stopping_rounds : int
The stopping rounds before the trend occur.
maximize : bool