Fix typo in xgboost.callback.early_stop docstring (#6071)
This commit is contained in:
parent
2e907abdb8
commit
24ca9348f7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user