Commit Graph

22 Commits

Author SHA1 Message Date
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