scikit-learn/examples/gaussian_process
Guillaume Lemaitre c65699bb0b
DOC convert to notebook style prior posterior GPR example (#20361)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-07-19 18:02:34 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_gpr_krr.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_gpc.py CLN Uses public API instead of deprecated modules in examples (#15390) 2019-10-29 10:59:02 +08:00
plot_gpc_iris.py DOC Modify plot_gpc_iris.py for matplotlib v2 (#8385) 2017-02-21 21:37:42 +11:00
plot_gpc_isoprobability.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_gpc_xor.py [MRG] Examples fixes (#11539) 2018-07-16 10:46:43 +02:00
plot_gpr_co2.py DOC Fixes failing examples (#18180) 2020-08-18 08:52:41 +02:00
plot_gpr_noisy.py MNT CI Fix for sphinx-gallery 0.3.1 + 404 errors on Debian Jessie packages (#13527) 2019-03-27 16:01:11 +01:00
plot_gpr_noisy_targets.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_gpr_on_structured_data.py DOC Fix various sphinx warnings. (#15692) 2019-11-21 18:34:16 -05:00
plot_gpr_prior_posterior.py DOC convert to notebook style prior posterior GPR example (#20361) 2021-07-19 18:02:34 +02:00

README.txt

.. _gaussian_process_examples:

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

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