scikit-learn/examples/gaussian_process
Daniel Agyapong 8aba6fd150
FIX ConvergenceWarning in plot_gpr_on_structured_data (#31164) (#31289)
Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2026-03-27 09:13:30 +00:00
..
README.txt
plot_compare_gpr_krr.py DOC: Fix typos in the scikit-learn Examples (#32241) 2025-09-23 13:14:28 +02:00
plot_gpc.py
plot_gpc_iris.py
plot_gpc_isoprobability.py
plot_gpc_xor.py
plot_gpr_co2.py DOC: Remove 'print(__doc__)' in scikit-learn examples (#32529) 2025-10-18 08:26:03 +02:00
plot_gpr_noisy.py
plot_gpr_noisy_targets.py
plot_gpr_on_structured_data.py FIX ConvergenceWarning in plot_gpr_on_structured_data (#31164) (#31289) 2026-03-27 09:13:30 +00:00
plot_gpr_prior_posterior.py DOC Correct many typos in code comments (#32666) 2025-11-07 21:45:28 +01:00

README.txt

.. _gaussian_process_examples:

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

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