From 380e54a753f088a27557ef2ce484ef35e86e172a Mon Sep 17 00:00:00 2001 From: Randy Carnevale Date: Wed, 16 Dec 2015 17:25:55 -0500 Subject: [PATCH] docstring typo --- python-package/xgboost/training.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/xgboost/training.py b/python-package/xgboost/training.py index df35dc02a..e47db0bc6 100644 --- a/python-package/xgboost/training.py +++ b/python-package/xgboost/training.py @@ -382,7 +382,7 @@ def cv(params, dtrain, num_boost_round=10, nfold=3, metrics=(), Whether to display the progress. If None, progress will be displayed when np.ndarray is returned. If True, progress will be displayed at boosting stage. If an integer is given, progress will be displayed - is printed at every given `show_progress` boosting stage. + at every given `show_progress` boosting stage. show_stdv : bool, default True Whether to display the standard deviation in progress. Results are not affected, and always contains std.