scikit-learn/examples/gaussian_process
Thomas J. Fan f286e27798
DOC Fixes failing examples (#18180)
2020-08-18 08:52:41 +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 EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08: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 MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08: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 MNT CI Fix for sphinx-gallery 0.3.1 + 404 errors on Debian Jessie packages (#13527) 2019-03-27 16:01:11 +01:00

README.txt

.. _gaussian_process_examples:

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

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