scikit-learn/examples/gaussian_process
Guillaume Lemaitre 2a36ea74f9
DOC convert to notebook the basic example introducing GPR (#20360)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-11-03 18:49:48 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_gpr_krr.py DOC convert to notebook style Kernel ridge GPR example (#20357) 2021-11-03 18:47:34 +01:00
plot_gpc.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_gpc_iris.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_gpc_isoprobability.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_gpc_xor.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_gpr_co2.py DOC convert to notebook style CO2 GPR regression (#20358) 2021-11-03 18:49:26 +01:00
plot_gpr_noisy.py DOC convert to notebook GPR regression with noise estimation (#20359) 2021-11-03 18:45:38 +01:00
plot_gpr_noisy_targets.py DOC convert to notebook the basic example introducing GPR (#20360) 2021-11-03 18:49:48 +01:00
plot_gpr_on_structured_data.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_gpr_prior_posterior.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00

README.txt

.. _gaussian_process_examples:

Gaussian Process for Machine Learning
-------------------------------------

Examples concerning the :mod:`sklearn.gaussian_process` module.