scikit-learn/examples/gaussian_process
Olivier Grisel 35f8159d8e
DOC Improve the plot_gpy_noisy.py example (#29788)
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
2024-09-05 16:30:50 +00:00
..
README.txt
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 author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +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 DOC Improve the plot_gpy_noisy.py example (#29788) 2024-09-05 16:30:50 +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 author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_gpr_prior_posterior.py DOC Fix UserWarning in plot_gpr_prior_posterior (#29380) 2024-07-09 12:05:50 +02:00

README.txt

.. _gaussian_process_examples:

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

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