From 54960283508cc1ee226b98611687c1a1edc2f99f Mon Sep 17 00:00:00 2001 From: RayyanShaikh1 <146393855+RayyanShaikh1@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:01:43 -0500 Subject: [PATCH] Added reference to plot_bias_variance.py in learning_curve.rst --- doc/developers/index.rst | 1 + doc/modules/learning_curve.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/developers/index.rst b/doc/developers/index.rst index cca77b6a015c9..ebd8d6dc7aed8 100644 --- a/doc/developers/index.rst +++ b/doc/developers/index.rst @@ -17,3 +17,4 @@ Developer's Guide bug_triaging maintainer plotting + learning_curve \ No newline at end of file diff --git a/doc/modules/learning_curve.rst b/doc/modules/learning_curve.rst index 77c627d189f2a..7b388559b2e88 100644 --- a/doc/modules/learning_curve.rst +++ b/doc/modules/learning_curve.rst @@ -44,7 +44,7 @@ this reason, it is often helpful to use the tools described below. * :ref:`sphx_glr_auto_examples_model_selection_plot_underfitting_overfitting.py` * :ref:`sphx_glr_auto_examples_model_selection_plot_train_error_vs_test_error.py` * :ref:`sphx_glr_auto_examples_model_selection_plot_learning_curve.py` - +* :ref:`sphx_glr_auto_examples_ensemble_plot_bias_variance.py` .. _validation_curve: