scikit-learn/examples/gaussian_process
Adrin Jalali 51c8e0e19d
CLN replace authors with the standard line (#29250)
2024-06-17 17:57:02 +00:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_gpr_krr.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_gpc.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_gpc_iris.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gpc_isoprobability.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_gpc_xor.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_gpr_co2.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_gpr_noisy.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_gpr_noisy_targets.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_gpr_on_structured_data.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gpr_prior_posterior.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00

README.txt

.. _gaussian_process_examples:

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

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