We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98d476 commit 4fa63c3Copy full SHA for 4fa63c3
1 file changed
python-package/xgboost/core.py
@@ -2416,7 +2416,7 @@ def predict(
2416
strict_shape: bool = False,
2417
) -> np.ndarray:
2418
"""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
+ specified, meaning users have to either slice the model or use the
2420
``best_iteration`` attribute to get prediction from best model returned from
2421
early stopping.
2422
0 commit comments