scikit-learn/examples/gaussian_process
Loïc Estève 3aefc834dc MNT CI Fix for sphinx-gallery 0.3.1 + 404 errors on Debian Jessie packages (#13527)
* Fix for sphinx-gallery 0.3.1.

Figure numbering have been changed to ignore matplotlib figure number.

* Use circleci/3.6 image.

This docker image uses Debian stretch and fixes the problems seen with apt-get update with Debian jessie.

* Install additional fonts.

Seems to be needed to convert doc/images/iris.svg.

* Another missed example using figure number 0.

[doc build]
2019-03-27 16:01:11 +01: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 MNT CI Fix for sphinx-gallery 0.3.1 + 404 errors on Debian Jessie packages (#13527) 2019-03-27 16:01:11 +01: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 EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08:00
plot_gpc_xor.py [MRG] Examples fixes (#11539) 2018-07-16 10:46:43 +02:00
plot_gpr_co2.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_gpr_noisy.py MNT CI Fix for sphinx-gallery 0.3.1 + 404 errors on Debian Jessie packages (#13527) 2019-03-27 16:01:11 +01:00
plot_gpr_noisy_targets.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
plot_gpr_prior_posterior.py MNT CI Fix for sphinx-gallery 0.3.1 + 404 errors on Debian Jessie packages (#13527) 2019-03-27 16:01:11 +01:00

README.txt

.. _gaussian_process_examples:

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

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