scikit-learn/examples/gaussian_process
Christine P. Chai f8108d9993
DOC Correct many typos in code comments (#32666)
2025-11-07 21:45:28 +01:00
..
README.txt MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
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 MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
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 DOC: Clarify the sign in log marginal likelihood plot. (#30273) 2024-11-19 08:59:31 +01:00
plot_gpr_noisy_targets.py
plot_gpr_on_structured_data.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02: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.