.. _sphx_glr_auto_examples_gaussian_process: .. _gaussian_process_examples: Gaussian Process for Machine Learning ------------------------------------- Examples concerning the :mod:`sklearn.gaussian_process` module. .. raw:: html <div class="sphx-glr-thumbnails"> .. raw:: html <div class="sphx-glr-thumbcontainer" tooltip="This example shows the ability of the WhiteKernel to estimate the noise level in the data. More..."> .. only:: html .. image:: /auto_examples/gaussian_process/images/thumb/sphx_glr_plot_gpr_noisy_thumb.png :alt: :ref:`sphx_glr_auto_examples_gaussian_process_plot_gpr_noisy.py` .. raw:: html <div class="sphx-glr-thumbnail-title">Ability of Gaussian process regression (GPR) to estimate data noise-level</div> </div> .. raw:: html <div class="sphx-glr-thumbcontainer" tooltip="This example illustrates differences between a kernel ridge regression and a Gaussian process r..."> .. only:: html .. image:: /auto_examples/gaussian_process/images/thumb/sphx_glr_plot_compare_gpr_krr_thumb.png :alt: :ref:`sphx_glr_auto_examples_gaussian_process_plot_compare_gpr_krr.py` .. raw:: html <div class="sphx-glr-thumbnail-title">Comparison of kernel ridge and Gaussian process regression</div> </div> .. raw:: html <div class="sphx-glr-thumbcontainer" tooltip="This example is based on Section 5.4.3 of "Gaussian Processes for Machine Learning" [RW2006]_. ..."> .. only:: html .. image:: /auto_examples/gaussian_process/images/thumb/sphx_glr_plot_gpr_co2_thumb.png :alt: :ref:`sphx_glr_auto_examples_gaussian_process_plot_gpr_co2.py` .. raw:: html <div class="sphx-glr-thumbnail-title">Forecasting of CO2 level on Mona Loa dataset using Gaussian process regression (GPR)</div> </div> .. raw:: html <div class="sphx-glr-thumbcontainer" tooltip="A simple one-dimensional regression example computed in two different ways:"> .. only:: html .. image:: /auto_examples/gaussian_process/images/thumb/sphx_glr_plot_gpr_noisy_targets_thumb.png :alt: :ref:`sphx_glr_auto_examples_gaussian_process_plot_gpr_noisy_targets.py` .. raw:: html <div class="sphx-glr-thumbnail-title">Gaussian Processes regression: basic introductory example</div> </div> .. raw:: html <div class="sphx-glr-thumbcontainer" tooltip="This example illustrates the predicted probability of GPC for an isotropic and anisotropic RBF ..."> .. only:: html .. image:: /auto_examples/gaussian_process/images/thumb/sphx_glr_plot_gpc_iris_thumb.png :alt: :ref:`sphx_glr_auto_examples_gaussian_process_plot_gpc_iris.py` .. raw:: html <div class="sphx-glr-thumbnail-title">Gaussian process classification (GPC) on iris dataset</div> </div> .. raw:: html <div class="sphx-glr-thumbcontainer" tooltip="This example illustrates the use of Gaussian processes for regression and classification tasks ..."> .. only:: html .. image:: /auto_examples/gaussian_process/images/thumb/sphx_glr_plot_gpr_on_structured_data_thumb.png :alt: :ref:`sphx_glr_auto_examples_gaussian_process_plot_gpr_on_structured_data.py` .. raw:: html <div class="sphx-glr-thumbnail-title">Gaussian processes on discrete data structures</div> </div> .. raw:: html <div class="sphx-glr-thumbcontainer" tooltip="This example illustrates GPC on XOR data. Compared are a stationary, isotropic kernel (RBF) and..."> .. only:: html .. image:: /auto_examples/gaussian_process/images/thumb/sphx_glr_plot_gpc_xor_thumb.png :alt: :ref:`sphx_glr_auto_examples_gaussian_process_plot_gpc_xor.py` .. raw:: html <div class="sphx-glr-thumbnail-title">Illustration of Gaussian process classification (GPC) on the XOR dataset</div> </div> .. raw:: html <div class="sphx-glr-thumbcontainer" tooltip="This example illustrates the prior and posterior of a GaussianProcessRegressor with different k..."> .. only:: html .. image:: /auto_examples/gaussian_process/images/thumb/sphx_glr_plot_gpr_prior_posterior_thumb.png :alt: :ref:`sphx_glr_auto_examples_gaussian_process_plot_gpr_prior_posterior.py` .. raw:: html <div class="sphx-glr-thumbnail-title">Illustration of prior and posterior Gaussian process for different kernels</div> </div> .. raw:: html <div class="sphx-glr-thumbcontainer" tooltip="A two-dimensional classification example showing iso-probability lines for the predicted probab..."> .. only:: html .. image:: /auto_examples/gaussian_process/images/thumb/sphx_glr_plot_gpc_isoprobability_thumb.png :alt: :ref:`sphx_glr_auto_examples_gaussian_process_plot_gpc_isoprobability.py` .. raw:: html <div class="sphx-glr-thumbnail-title">Iso-probability lines for Gaussian Processes classification (GPC)</div> </div> .. raw:: html <div class="sphx-glr-thumbcontainer" tooltip="This example illustrates the predicted probability of GPC for an RBF kernel with different choi..."> .. only:: html .. image:: /auto_examples/gaussian_process/images/thumb/sphx_glr_plot_gpc_thumb.png :alt: :ref:`sphx_glr_auto_examples_gaussian_process_plot_gpc.py` .. raw:: html <div class="sphx-glr-thumbnail-title">Probabilistic predictions with Gaussian process classification (GPC)</div> </div> .. raw:: html </div> .. toctree:: :hidden: /auto_examples/gaussian_process/plot_gpr_noisy /auto_examples/gaussian_process/plot_compare_gpr_krr /auto_examples/gaussian_process/plot_gpr_co2 /auto_examples/gaussian_process/plot_gpr_noisy_targets /auto_examples/gaussian_process/plot_gpc_iris /auto_examples/gaussian_process/plot_gpr_on_structured_data /auto_examples/gaussian_process/plot_gpc_xor /auto_examples/gaussian_process/plot_gpr_prior_posterior /auto_examples/gaussian_process/plot_gpc_isoprobability /auto_examples/gaussian_process/plot_gpc