diff --git a/python-package/xgboost/callback.py b/python-package/xgboost/callback.py index 14b4aef60..b390ab336 100644 --- a/python-package/xgboost/callback.py +++ b/python-package/xgboost/callback.py @@ -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