Skip to content

Commit 84ac5d8

Browse files
DOC add link to plot_learning_curve (scikit-learn#29990)
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
1 parent beef779 commit 84ac5d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/modules/learning_curve.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,8 @@ to :func:`learning_curve` to generate and plot the learning curve:
187187
X, y = shuffle(X, y, random_state=0)
188188
LearningCurveDisplay.from_estimator(
189189
SVC(kernel="linear"), X, y, train_sizes=[50, 80, 110], cv=5)
190+
191+
.. rubric:: Examples
192+
193+
* See :ref:`sphx_glr_auto_examples_model_selection_plot_learning_curve.py` for an
194+
example of using learning curves to check the scalability of a predictive model.

0 commit comments

Comments
 (0)