scikit-learn/examples/gaussian_process
Dimitri Papadopoulos Orfanos ee5a1b69d1
DOC, MNT Typos found by codespell (#22906)
2022-03-20 19:16:39 +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, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +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 MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
plot_gpr_on_structured_data.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01: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.