scikit-learn/examples/gaussian_process
Arturo Amor d8592a682a
DOC Use notebook style in plot_gpr_on_structured_data.py (#25132)
2022-12-09 14:38:20 +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 FIX Convergence Warnings in Gaussian process examples (#18019) 2022-08-02 12:36:17 -04:00
plot_gpr_co2.py ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
plot_gpr_noisy.py DOC fix typos in GP kernels (#23536) 2022-06-07 17:49:11 +02:00
plot_gpr_noisy_targets.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
plot_gpr_on_structured_data.py DOC Use notebook style in plot_gpr_on_structured_data.py (#25132) 2022-12-09 14:38:20 +01:00
plot_gpr_prior_posterior.py DOC fix title underline too short in Gaussian Process kernel (#24726) 2022-10-23 19:33:16 +02:00

README.txt

.. _gaussian_process_examples:

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

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