Skip to content

Commit

Permalink
Fix sklearn doc. (dmlc#5980)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Aug 11, 2020
1 parent 7856da5 commit b13fcfe
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 b13fcfe

Please sign in to comment.