scikit-learn/examples/gaussian_process
Guillaume Lemaitre a47d569e67
ENH improve ARFF parser using pandas (#21938)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2022-05-12 18:21:15 +02: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 ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02: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.