8000 DOC Added example link to Gaussian process regressor (#26980) · scikit-learn/scikit-learn@7286da0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7286da0

Browse files
mecopurjeremiedbb
authored andcommitted
DOC Added example link to Gaussian process regressor (#26980)
1 parent 09aa60c commit 7286da0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sklearn/gaussian_process/_gpr.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ class GaussianProcessRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
3838
externally for other ways of selecting hyperparameters, e.g., via
3939
Markov chain Monte Carlo.
4040
41+
To learn the difference between a point-estimate approach vs. a more
42+
Bayesian modelling approach, refer to the example entitled
43+
:ref:`sphx_glr_auto_examples_gaussian_process_plot_compare_gpr_krr.py`.
44+
4145
Read more in the :ref:`User Guide <gaussian_process>`.
4246
4347
.. versionadded:: 0.18

0 commit comments

Comments
 (0)
0