Skip to content

Commit 675736a

Browse files
authored
DOC Add "See Also" reference to ValidationCurveDisplay in validation_curve docstring (scikit-learn#31314)
1 parent fc40a14 commit 675736a

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
@@ -2396,6 +2396,11 @@ def validation_curve(
23962396
test_scores : array of shape (n_ticks, n_cv_folds)
23972397
Scores on test set.
23982398
2399+
See Also
2400+
--------
2401+
ValidationCurveDisplay.from_estimator : Plot the validation curve
2402+
given an estimator, the data, and the parameter to vary.
2403+
23992404
Notes
24002405
-----
24012406
See :ref:`sphx_glr_auto_examples_model_selection_plot_train_error_vs_test_error.py`

0 commit comments

Comments
 (0)