Skip to content

Commit

Permalink
DOC add links to examples/linear_model/plot_bayesian_ridge_curvefit.py (
Browse files Browse the repository at this point in the history
scikit-learn#28876)

Co-authored-by: adrinjalali <adrin.jalali@gmail.com>
  • Loading branch information
tuhinsharma121 and adrinjalali committed Apr 25, 2024
1 parent db58c6f commit a05662e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sklearn/linear_model/_bayes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bayesian_regression>`.
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
----------
Expand Down

0 comments on commit a05662e

Please sign in to comment.