diff --git a/sklearn/linear_model/_bayes.py b/sklearn/linear_model/_bayes.py index bf11f36cec599..a572c82e6e158 100644 --- a/sklearn/linear_model/_bayes.py +++ b/sklearn/linear_model/_bayes.py @@ -31,6 +31,9 @@ class BayesianRidge(RegressorMixin, LinearModel): lambda (precision of the weights) and alpha (precision of the noise). Read more in the :ref:`User Guide `. + For an intuitive visualization of how the sinusoid is approximated by + a polynomial using different pairs of initial values, see + :ref:`sphx_glr_auto_examples_linear_model_plot_bayesian_ridge_curvefit.py`. Parameters ----------