Commit Graph

16 Commits

Author SHA1 Message Date
Dimitri Papadopoulos Orfanos d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples (#21307)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
赵丰 (Zhao Feng) 3c6805ad6e
DOC remove redundant code in GPR example (#21133) 2021-09-24 13:57:32 +02:00
Guillaume Lemaitre c65699bb0b
DOC convert to notebook style prior posterior GPR example (#20361)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-07-19 18:02:34 +02:00
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
Adrin Jalali b74a76c11e DOC reduce plot_gpr_prior_posterior.py warnings(#11664) 2018-08-22 10:03:44 +10:00
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
Jan Hendrik Metzen e2a340a4ee REF More meaningful names for hyperparameters of GP kernels 2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen 2dd1f285b9 PEP8 Making pep8 and pyflakes happy 2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen c6db24e56f REF Several small changes based on @eickenberg's suggestions 2015-10-19 18:07:13 +02:00
Jan Hendrik Metzen daa90c22d3 ENH Adding Matern kernel for Gaussian Processes 2015-10-19 18:07:12 +02:00
Jan Hendrik Metzen d26c355374 DOC Adding documentation for GP kernels 2015-10-19 18:07:11 +02:00
Jan Hendrik Metzen c961392424 REFACTOR Changed order of l and alpha in RationalQuadratic kernel 2015-10-19 18:07:10 +02:00
Jan Hendrik Metzen ebf3f05994 REFACTOR Removed literal form of specifying bounds for ConstantKernel 2015-10-19 18:07:10 +02:00
Jan Hendrik Metzen 82ec208c65 DOC Adapted GP examples to changes in kernel module 2015-10-19 18:07:10 +02:00
Jan Hendrik Metzen 141eb0b27c REFACTOR Rename GPR method sample to sample_y 2015-10-19 18:04:56 +02:00
Jan Hendrik Metzen 27bd525c96 DOC Reorganizing gaussian_process examples 2015-10-19 18:04:56 +02:00