Skip to content

Commit

Permalink
consistent document.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Mar 2, 2023
1 parent ed91a63 commit 635b89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-package/xgboost/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2113,10 +2113,10 @@ def score(self, X: ArrayLike, y: ArrayLike) -> float:
Parameters
----------
X : pd.DataFrame|cudf.DataFrame
A DataFrame with a special `qid` column.
Feature matrix. A DataFrame with a special `qid` column.
y : ArrayLike
Dependent variable.
y :
Labels
Returns
-------
Expand Down

0 comments on commit 635b89c

Please sign in to comment.