scikit-learn/examples/gaussian_process
Jan Hendrik Metzen ff92bc9bd3 FIX Adapted examples and tests to GPC.predict_proba() adapted return shape 2015-10-19 18:04:56 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_gp_regression.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_gpc.py FIX Adapted examples and tests to GPC.predict_proba() adapted return shape 2015-10-19 18:04:56 +02:00
plot_gpc_isoprobability.py FIX Adapted examples and tests to GPC.predict_proba() adapted return shape 2015-10-19 18:04:56 +02:00
plot_gpc_xor.py FIX Adapted examples and tests to GPC.predict_proba() adapted return shape 2015-10-19 18:04:56 +02:00
plot_gpr_co2.py DOC Reorganizing gaussian_process examples 2015-10-19 18:04:56 +02:00
plot_gpr_noisy.py DOC Reorganizing gaussian_process examples 2015-10-19 18:04:56 +02:00
plot_gpr_prior_posterior.py REFACTOR Rename GPR method sample to sample_y 2015-10-19 18:04:56 +02:00

README.txt

.. _gaussian_process_examples:

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

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