scikit-learn/examples/gaussian_process
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649)
2023-06-21 17:50:07 +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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_gpr_noisy.py MNT Update black to 23.3.0 (#26110) 2023-04-06 12:14:16 -04: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.