8000 DOC Correct best_score_ docstring in RidgeCV (#15859) · scikit-learn/scikit-learn@c7fccc6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7fccc6

Browse files
qinhanmin2014glemaitre
authored andcommitted
DOC Correct best_score_ docstring in RidgeCV (#15859)
1 parent a07974b commit c7fccc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/linear_model/_ridge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ class RidgeCV(MultiOutputMixin, RegressorMixin, _BaseRidgeCV):
16961696
Estimated regularization parameter.
16971697
16981698
best_score_ : float
1699-
Mean cross-validated score of the estimator with the best alpha found.
1699+
Score of base estimator with best alpha.
17001700
17011701
Examples
17021702
--------
@@ -1803,7 +1803,7 @@ class RidgeClassifierCV(LinearClassifierMixin, _BaseRidgeCV):
18031803
Estimated regularization parameter.
18041804
18051805
best_score_ : float
1806-
Mean cross-validated score of the estimator with the best alpha found.
1806+
Score of base estimator with best alpha.
18071807
18081808
classes_ : array of shape (n_classes,)
18091809
The classes labels.

0 commit comments

Comments
 (0)
0