8000 [MRG] DOC correct the link in model_selection.cross_validate (#9537) · scikit-learn/scikit-learn@52fe914 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52fe914

Browse files
qinhanmin2014jnothman
authored andcommitted
[MRG] DOC correct the link in model_selection.cross_valida 8000 te (#9537)
1 parent fbca098 commit 52fe914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/model_selection/_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def cross_validate(estimator, X, y=None, groups=None, scoring=None, cv=None,
173173
174174
See Also
175175
---------
176-
:func:`sklearn.metrics.cross_val_score`:
176+
:func:`sklearn.model_selection.cross_val_score`:
177177
Run cross-validation for single metric evaluation.
178178
179179
:func:`sklearn.metrics.make_scorer`:

0 commit comments

Comments
 (0)
0