scikit-learn/examples/gaussian_process
Gael Varoquaux 1837224751 Merge pull request #6613 from nelson-liu/correct_license_spelling
[MRG+1] DOC: fix spellings of 'license'
2016-06-15 13:58:59 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_gpr_krr.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_gpc.py colorbar doesn't handle label parameter 2015-10-20 13:32:24 +02:00
plot_gpc_iris.py PEP8 Making pep8 and pyflakes happy 2015-10-19 18:07:14 +02:00
plot_gpc_isoprobability.py Merge pull request #6613 from nelson-liu/correct_license_spelling 2016-06-15 13:58:59 +02:00
plot_gpc_xor.py REF More meaningful names for hyperparameters of GP kernels 2015-10-19 18:07:14 +02:00
plot_gpr_co2.py DOC some fixes to the doc build. 2015-11-03 12:23:23 -05:00
plot_gpr_noisy.py REF More meaningful names for hyperparameters of GP kernels 2015-10-19 18:07:14 +02:00
plot_gpr_noisy_targets.py Merge pull request #6613 from nelson-liu/correct_license_spelling 2016-06-15 13:58:59 +02:00
plot_gpr_prior_posterior.py REF More meaningful names for hyperparameters of GP kernels 2015-10-19 18:07:14 +02:00

README.txt

.. _gaussian_process_examples:

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

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