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

Skip to content

Commit 4dc659d

Browse files
qinhanmin2014Jeremiah Johnson
authored andcommitted
[MRG] DOC correct the link in model_selection.cross_validate (scikit-learn#9537)
1 parent a16b5c6 commit 4dc659d

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