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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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