Skip to content

Commit 4fa63c3

Browse files
authored
Fix typo in predict docstring (#12076)
1 parent c98d476 commit 4fa63c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-package/xgboost/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@ def predict(
24162416
strict_shape: bool = False,
24172417
) -> np.ndarray:
24182418
"""Predict with data. The full model will be used unless `iteration_range` is
2419-
specified, meaning user have to either slice the model or use the
2419+
specified, meaning users have to either slice the model or use the
24202420
``best_iteration`` attribute to get prediction from best model returned from
24212421
early stopping.
24222422

0 commit comments

Comments
 (0)