Fix sklearn doc. (#5980)
This commit is contained in:
parent
b069431c28
commit
1149a7a292
@ -77,7 +77,7 @@ __model_doc = '''
|
|||||||
gamma : float
|
gamma : float
|
||||||
Minimum loss reduction required to make a further partition on a leaf
|
Minimum loss reduction required to make a further partition on a leaf
|
||||||
node of the tree.
|
node of the tree.
|
||||||
min_child_weight : int
|
min_child_weight : float
|
||||||
Minimum sum of instance weight(hessian) needed in a child.
|
Minimum sum of instance weight(hessian) needed in a child.
|
||||||
max_delta_step : int
|
max_delta_step : int
|
||||||
Maximum delta step we allow each tree's weight estimation to be.
|
Maximum delta step we allow each tree's weight estimation to be.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user