scikit-learn/examples/gaussian_process
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502)
2021-10-07 10:13:00 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_gpr_krr.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_gpc.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_gpc_iris.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_gpc_isoprobability.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_gpc_xor.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_gpr_co2.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_gpr_noisy.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_gpr_noisy_targets.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_gpr_on_structured_data.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_gpr_prior_posterior.py DOC remove redundant code in GPR example (#21133) 2021-09-24 13:57:32 +02:00

README.txt

.. _gaussian_process_examples:

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

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