scikit-learn/examples/gaussian_process
Guillaume Lemaitre 0684a899f1
DOC add cross-reference to examples instead of duplicating content for GPR (#20003)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2023-09-12 11:03:35 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_gpr_krr.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gpc.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gpc_xor.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gpr_co2.py DOC add cross-reference to examples instead of duplicating content for GPR (#20003) 2023-09-12 11:03:35 +02:00
plot_gpr_noisy.py DOC add cross-reference to examples instead of duplicating content for GPR (#20003) 2023-09-12 11:03:35 +02: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 add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gpr_prior_posterior.py DOC fix title underline too short in Gaussian Process kernel (#24726) 2022-10-23 19:33:16 +02:00

README.txt

.. _gaussian_process_examples:

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

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