Commit Graph

64 Commits

Author SHA1 Message Date
Guillaume Lemaitre 16e027bfc3
DOC convert to notebook style CO2 GPR regression (#20358) 2021-11-03 18:49:26 +01:00
Guillaume Lemaitre 79fae0cc9d
DOC convert to notebook style Kernel ridge GPR example (#20357)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-11-03 18:47:34 +01:00
Guillaume Lemaitre 3611c938c9
DOC convert to notebook GPR regression with noise estimation (#20359)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-11-03 18:45:38 +01:00
Adam J. Stewart 9780abda5f
DOC Fix typo in Gaussian Process docs (#19039) 2020-12-20 09:40:30 +00:00
rauwuckl eb7b15817e
DOC clarify the kernel gradient for GaussianProcesses (#18115) 2020-08-16 09:54:18 +10:00
Corrie Bartelheimer fa9cf22b27
DOC add examples for Gaussian Processes and improve User Guide (#15221) 2020-02-13 09:11:02 -05:00
Thomas J Fan 14f5302b70 DOC Link items explictly (#14817)
* DOC Link items explictly

* STY

* DOC Link another
2019-09-05 11:37:05 +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
SylvainLan feed6c7139 DOC fix typos in gaussian_process.rst (#12602) 2018-11-16 14:32:37 +01:00
Loïc Estève 20661b5018
TST: only run doctests on numpy 1.14. (#10835)
Fix doctests due to numpy 1.14 formatting changes.
2018-03-27 07:44:40 +02:00
Amanda 273d43b6f0 [MRG+1] DOC Fix typo in Gaussian process documentation (#10753)
In 1.7.5.6. Rational quadratic kernel, sentence before figure
Change "RBF" kernel to "rational quadratic" kernel
2018-03-07 09:01:26 +11:00
Kumar Ashutosh 01d8a342fa [MRG] Deprecates gaussian process regression_models and correlation_models. (#9717)
Forgotten from earlier deprecation
2017-10-16 12:27:06 +11:00
brett koonce f2186aa19d various minor spelling tweaks (#9783) 2017-09-17 17:04:23 +02:00
Sailesh Choyal c1542850c5 [MRG+1] Add links for [RW2006] (#9412)
* Add links for [RW2006]

* Update [RW2006] reference link
2017-07-19 12:04:57 -05:00
Rishikesh 7d1afd71e7 Correct formulas in Doc of Gaussian Process Kernels (#8571)
Correct the Rational quadratic kernel and ExpSineSquare
kernel formulas.

Issue: #8553
2017-03-12 21:57:17 -04:00
Preston Parry 58b35d8b9f DOC Updates sklearn naming convention for consistency (#7268)
* Updates sklearn naming convention for consistency

* minor grammar fix

* clarifies source of string vs. function cosine
2016-08-29 08:20:13 +10:00
Óscar Nájera 04116ce286 update image sources namespace 2016-08-03 20:23:50 +02:00
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Harizo Rajaona 0289da40c1 Reduced size of line 167. 2015-11-13 18:14:45 +01:00
Harizo Rajaona edb344a061 Reduced nb of characters per line. 2015-11-08 01:04:24 +01:00
Harizo Rajaona 886166e050 Proper fix for issue #5694: added [RW2006]'s corresponding reference with link to the book's website and PDF version available online. 2015-11-07 10:29:26 +01:00
Andreas Mueller 2653833a07 DOC some fixes to the doc build. 2015-11-03 12:23:23 -05: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 d21b648754 FIX Changing bounds in GP doctest 2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen 266b9e9ebb FIX Fixing a python2.6-related issue 2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen 98e8093c93 FIX Further python3 related fixes 2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen e6f028455c FIX python3 compatibility in doctest 2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen f76e64c9c7 FIX Fix failing tests (doctest, order of hyperparameters, pairwise_kernels) 2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen 47721922d8 DOC Fixing some minor issues in narrative doc of GPs 2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen 1813322d0a DOC Documenting GP kernel API 2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen 35aace4c30 DOC Revising GP documentation based on @kastnerkyle comments 2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen 7f7455c91c DOC Updating documentation of multi-class GPC 2015-10-19 18:07:13 +02:00
Jan Hendrik Metzen 5c2725b4e0 DOC Cleaning up documenation of legacy GPs 2015-10-19 18:07:13 +02:00
Jan Hendrik Metzen 0de854a8b0 DOC Updated documentation of Gaussian process classifier 2015-10-19 18:07:12 +02:00
Jan Hendrik Metzen 7299cb6607 DOC Added further doc for GPC 2015-10-19 18:07:12 +02:00
Jan Hendrik Metzen 955aa60571 DOC Adding documentation on Matern kernel 2015-10-19 18:07:12 +02:00
Jan Hendrik Metzen cb9935b729 DOC Extending further the GP documentation 2015-10-19 18:07:11 +02:00
Jan Hendrik Metzen a5c1187737 DOC Documentation of the CO2 example 2015-10-19 18:07:11 +02:00
Jan Hendrik Metzen d26c355374 DOC Adding documentation for GP kernels 2015-10-19 18:07:11 +02:00
Olivier Grisel 2eb1e98eef MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Andreas Mueller 23c042eaec ENH added random_state to Gaussian Process 2012-05-06 20:15:29 +02:00
Nick Wilson 4be3be5bac FIX: Add NORMALIZE_WHITESPACE to broken doctest 2012-03-14 12:17:19 -07:00
Andreas Mueller 19b5e3332e DOC fixed inconsistent titles. sphinx didn't like them and didn't show these sections. 2012-02-21 00:54:53 +01:00
Jake Vanderplas 35f9dfc256 DOC: expand nugget explanation; combine two GPML examples 2012-02-02 07:35:55 -08:00
Jake Vanderplas c5f36de2e9 example + documentation of gaussian processes on noisy data 2012-02-01 07:34:37 -08:00
Andreas Mueller 08df0d5e4d FIX RST references 2011-12-19 11:40:41 +01:00
Fabian Pedregosa 27f89c75dc Move implementation details into RST doc. 2011-11-21 15:10:13 +01:00
Fabian Pedregosa 52e756d02e DOC: broken link to example 2011-09-14 15:10:51 +02:00