From 1149a7a292244e5f4d51de5db1472d4f5f9fa91f Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Wed, 5 Aug 2020 12:26:19 +0800 Subject: [PATCH] Fix sklearn doc. (#5980) --- 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 1f3033f2d..f533f7f34 100644 --- a/python-package/xgboost/sklearn.py +++ b/python-package/xgboost/sklearn.py @@ -77,7 +77,7 @@ __model_doc = ''' gamma : float Minimum loss reduction required to make a further partition on a leaf node of the tree. - min_child_weight : int + min_child_weight : float Minimum sum of instance weight(hessian) needed in a child. max_delta_step : int Maximum delta step we allow each tree's weight estimation to be.