Skip to content

DOC add link to plot_gpr_on_structured_data example in gaussian_process #31150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/modules/gaussian_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,10 @@ translations in the input space, while non-stationary kernels
depend also on the specific values of the datapoints. Stationary kernels can further
be subdivided into isotropic and anisotropic kernels, where isotropic kernels are
also invariant to rotations in the input space. For more details, we refer to
Chapter 4 of [RW2006]_. For guidance on how to best combine different kernels,
we refer to [Duv2014]_.
Chapter 4 of [RW2006]_. :ref:`This example
<sphx_glr_auto_examples_gaussian_process_plot_gpr_on_structured_data.py>`
shows how to define a custom kernel over discrete data. For guidance on how to best
combine different kernels, we refer to [Duv2014]_.

.. dropdown:: Gaussian Process Kernel API

Expand Down