From 71a8b8c65afcad6a3e3bf48bf1ee5e66d762543f Mon Sep 17 00:00:00 2001 From: Darius Kharazi Date: Mon, 2 Mar 2020 19:50:14 -0500 Subject: [PATCH] Fix simple typo: information.c -> information (#5384) Closes #5383 --- python-package/xgboost/sklearn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/xgboost/sklearn.py b/python-package/xgboost/sklearn.py index 25ba27ee4..3e20904c0 100644 --- a/python-package/xgboost/sklearn.py +++ b/python-package/xgboost/sklearn.py @@ -111,7 +111,7 @@ __model_doc = ''' Used for boosting random forest. monotone_constraints : str Constraint of variable monotonicity. See tutorial for more - information.c + information. interaction_constraints : str Constraints for interaction representing permitted interactions. The constraints must be specified in the form of a nest list, e.g. [[0, 1],