Illustration of Gaussian process classification on the XOR dataset
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates GPC on XOR data. Compared are a stationary, isotropic kernel (RBF) and a non-stationary kernel

2025-01-10 15:47:30
Gaussian process regression with noise-level estimation
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates that GPR with a sum-kernel including a WhiteKernel can estimate the noise level of data. An illustration

2025-01-10 15:47:30
Comparison of kernel ridge and Gaussian process regression
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

Both kernel ridge regression (KRR) and Gaussian process regression (GPR) learn a target function by employing internally the ?kernel

2025-01-10 15:47:30
Illustration of prior and posterior Gaussian process for different kernels
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates the prior and posterior of a GPR with different kernels. Mean, standard deviation, and 10

2025-01-10 15:47:30
Iso-probability lines for Gaussian Processes classification
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

A two-dimensional classification example showing iso-probability lines for the predicted probabilities.

2025-01-10 15:47:30
Probabilistic predictions with Gaussian process classification
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates the predicted probability of GPC for an RBF kernel with different choices of the hyperparameters

2025-01-10 15:47:30
Gaussian process regression on Mauna Loa CO2 data.
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example is based on Section 5.4.3 of ?Gaussian Processes for Machine Learning? [RW2006]. It illustrates an example of complex kernel

2025-01-10 15:47:30
Gaussian Processes regression
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

A simple one-dimensional regression example computed in two different ways: A noise-free case

2025-01-10 15:47:30
Gaussian process classification on iris dataset
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates the predicted probability of GPC for an isotropic and anisotropic RBF kernel on a two-dimensional version for the

2025-01-10 15:47:30