Commit Graph

56 Commits

Author SHA1 Message Date
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
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Olivier Grisel 79a4a600a9 FIX: updating doctests in gaussian_process.rst and linear_model.rst 2011-08-24 16:01:38 +02:00
Gael varoquaux 09851fcc05 DOC: Fix warnings
Patching the numpy docscraper to avoid the use of 'toctree' that create a
lot of warnings for little good.

Fix warnings throughout the docs.
2011-04-10 22:44:13 +02:00
Julien Miotte 1ff16f53dd Since we changed the name of the figure names, changing the rst files.
In a previous commit, I changed the way the figures files where
generated. Each figure file is now similar to plot_example_<n>.png,
where n is the number of the figure. Therefore, even if there is only
one figure generated, the name of the file will be plot_example_1.png.
2011-04-01 18:59:56 +02:00
Fabian Pedregosa cd0fff3734 More love for rst docs.
Updte svm.rst, fix cross-references, add TODOs, etc.
2010-12-01 16:29:05 +01:00
Fabian Pedregosa 817b17a439 Cosmetic changes in documentation. 2010-11-26 16:55:29 +01:00