8000 DOC Fix cross-validation wording in RidgeCV (#19121) · scikit-learn/scikit-learn@ac19f5f · GitHub
[go: up one dir, main page]

Skip to content

Commit ac19f5f

Browse files
paw-lujeremiedbb
authored andcommitted
DOC Fix cross-validation wording in RidgeCV (#19121)
1 parent 98a2880 commit ac19f5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sklearn/linear_model/_ridge.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,8 +1670,7 @@ class RidgeCV(MultiOutputMixin, RegressorMixin, _BaseRidgeCV):
16701670
16711671
See glossary entry for :term:`cross-validation estimator`.
16721672
1673-
By default, it performs Leave-One-Out Cross-Validation, which is a form of
1674-
efficient Leave-One-Out cross-validation.
1673+
By default, it performs efficient Leave-One-Out Cross-Validation.
16751674
16761675
Read more in the :ref:`User Guide <ridge_regression>`.
16771676

0 commit comments

Comments
 (0)
0