8000 DOC Add "see also" section to learning_curve docstring (#31321) · scikit-learn/scikit-learn@c1e6494 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1e6494

Browse files
authored
DOC Add "see also" section to learning_curve docstring (#31321)
1 parent 4480163 commit c1e6494

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sklearn/model_selection/_validation.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,11 @@ def learning_curve(
19291929
Times spent for scoring in seconds. Only present if ``return_times``
19301930
is True.
19311931
1932+
See Also
1933+
--------
1934+
LearningCurveDisplay.from_estimator : Plot a learning curve using an
1935+
estimator and data.
1936+
19321937
Examples
19331938
--------
19341939
>>> from sklearn.datasets import make_classification

0 commit comments

Comments
 (0)
0