* 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] |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_compare_gpr_krr.py | ||
| plot_gpc.py | ||
| plot_gpc_iris.py | ||
| plot_gpc_isoprobability.py | ||
| plot_gpc_xor.py | ||
| plot_gpr_co2.py | ||
| plot_gpr_noisy.py | ||
| plot_gpr_noisy_targets.py | ||
| plot_gpr_prior_posterior.py | ||
README.txt
.. _gaussian_process_examples: Gaussian Process for Machine Learning ------------------------------------- Examples concerning the :mod:`sklearn.gaussian_process` module.