Skip to content

Commit

Permalink
Add doc for bounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 13, 2021
1 parent b21a3a4 commit 833f145
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions python-package/xgboost/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,10 +480,14 @@ def __init__(
sense to assign weights to individual data points.
base_margin: array_like
Base margin used for boosting from existing model.
group : array_like:
group : array_like
Group size for all ranking group.
qid : array_like:
qid : array_like
Query ID for data samples, used for ranking.
label_lower_bound : array_like
Lower bound for survival training.
label_upper_bound : array_like
Upper bound for survival training.
missing : float, optional
Value in the input data which needs to be present as a missing
value. If None, defaults to np.nan.
Expand Down

0 comments on commit 833f145

Please sign in to comment.