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
Fabian Pedregosa
9ee59ddb9e
Fix failing doctests in gaussian_process.rst.
2010-11-25 14:05:32 +01:00
Gael varoquaux
439f734518
DOC: minor changes in gaussian_process docs
2010-11-24 22:48:36 +01:00
dubourg
d739aa96d4
Removed trailing spaces in the RST doc page.
...
Removed useless comment blocks in the code.
2010-11-24 14:20:26 +01:00
dubourg
4bc781b54c
Forgot one capital Y in the piece of code of the RST docpage.
2010-11-23 23:58:34 +01:00
dubourg
b80b6bbd58
Improvement of the documentation with a piece of code and reference to the regression auto_example. Add a README.txt file at the root of the examples/gaussian_process directory.
2010-11-23 23:13:30 +01:00
dubourg
dbfd17ba79
Renames as suggested by Alexandre. Simplification of the examples. Remove the interactive contour label picking in the probabilistic classification example.
2010-11-14 11:55:52 +01:00