Skip to content

Commit

Permalink
Fix sklearn doc. (#5980)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis authored Aug 5, 2020
1 parent b069431 commit 1149a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/xgboost/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def inner(preds, dmatrix):
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.
Expand Down

0 comments on commit 1149a7a

Please sign in to comment.