From 24ca9348f7a7a8d1b08c0346135f8f8afe5c6de8 Mon Sep 17 00:00:00 2001 From: Boris Feld Date: Sun, 6 Sep 2020 07:37:07 +0200 Subject: [PATCH] Fix typo in xgboost.callback.early_stop docstring (#6071) --- python-package/xgboost/callback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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