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
plot_compare_gpr_krr.py
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
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.