scikit-learn/examples/gaussian_process
Rishikesh d9b525ac6b [MRG+1] Modify gaussian_process examples for matplotlib v2 comp (#8394)
* Modify plot_gpc_xor.py for matplotlib v2 comp

Add edgecolors option in scatter plot

Issue: #8364

* Modify plot_gpr_noisy.py for matplotlib v2 comp

Add edgecolors option in scatter plot

Issue: #8364

* Modify plot_gpr_prior_posterior for matplotlibv2

Add edgecolors attribute in scatter plot

Issue: #8364

* Modify plot_gpc.py for matplotlib v2 comp

Add edgecolors attribute in scatter plot.

Issue: #8364

* Modify plot_gpr_noisy.py to remove flake8 error

Modify file to pass travis build

* Cosmetic change in plot_gpr_prior_posterior

Reduce `alpha` for better plot.

Issue: #8364

* Modify plot_gpr_noisy.py for better visualization

Modify colorbar in contour plot.

Issue: #8364
2017-06-19 21:17:15 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_gpr_krr.py DOC fix copy-paste error (#8037) 2016-12-12 08:23:20 +11:00
plot_gpc.py [MRG+1] Modify gaussian_process examples for matplotlib v2 comp (#8394) 2017-06-19 21:17:15 +02:00
plot_gpc_iris.py DOC Modify plot_gpc_iris.py for matplotlib v2 (#8385) 2017-02-21 21:37:42 +11: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 [MRG+1] Modify gaussian_process examples for matplotlib v2 comp (#8394) 2017-06-19 21:17:15 +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 [MRG+1] Modify gaussian_process examples for matplotlib v2 comp (#8394) 2017-06-19 21:17:15 +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 [MRG+1] Modify gaussian_process examples for matplotlib v2 comp (#8394) 2017-06-19 21:17:15 +02:00

README.txt

.. _gaussian_process_examples:

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

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