Fix sklearn doc. (#5980)

This commit is contained in:
Jiaming Yuan 2020-08-05 12:26:19 +08:00 committed by GitHub
parent b069431c28
commit 1149a7a292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.