Skip to content

Commit

Permalink
DOC Added example link to Gaussian process regressor (scikit-learn#26980
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mecopur authored and glemaitre committed Sep 18, 2023
1 parent da28eed commit 7e37d3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sklearn/gaussian_process/_gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class GaussianProcessRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
externally for other ways of selecting hyperparameters, e.g., via
Markov chain Monte Carlo.
To learn the difference between a point-estimate approach vs. a more
Bayesian modelling approach, refer to the example entitled
:ref:`sphx_glr_auto_examples_gaussian_process_plot_compare_gpr_krr.py`.
Read more in the :ref:`User Guide <gaussian_process>`.
.. versionadded:: 0.18
Expand Down

0 comments on commit 7e37d3f

Please sign in to comment.