Commit Graph

15 Commits

Author SHA1 Message Date
Olivier Grisel 45f4c41b5d DOC: cosmit 2011-04-11 22:07:57 +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
Gael varoquaux d94119c7fe DOC: Minor fixes to documentation 2011-03-09 22:58:53 +01:00
Mathieu Blondel 16c2d78654 Add reference for GCV. 2011-02-14 18:08:37 +09:00
Mathieu Blondel 0a8457bd0a Minor fixes in RidgeCV. 2011-02-14 17:50:25 +09:00
Gael varoquaux 3d5dd2ece0 DOC: Add the logistic regression to linear models doc 2011-01-24 18:35:05 +01:00
Fabian Pedregosa 1e5bd0948d Update doc. 2010-12-17 15:32:52 +01:00
Fabian Pedregosa c09ecff6c0 Cosmetic changes in lars. 2010-12-12 21:15:15 +01:00
Olivier Grisel aaf1a06acf update doctest to handle the change in regularizer strenght definition in LARS 2010-12-10 22:20:47 +01:00
Peter Prettenhofer 46a2d551a3 fixed imports in non-auto examples.
COSMIT import paths in plot examples.
Rephrased SGD outline in linear_model.rst
2010-12-03 10:28:08 +01:00
Peter Prettenhofer 9df6c7f6d4 updated SGD documentation (referenced in linear_model.rst and classes.rst).
COSMIT in stochastic_gradient.py docstring.
2010-12-02 11:14:02 +01: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 8ace83f74a Fix for linear_model.rst 2010-12-01 15:59:17 +01:00
Fabian Pedregosa 07fa9c5193 Update LARS documentation. 2010-12-01 15:53:12 +01:00
Fabian Pedregosa 68bc58d029 glm --> linear_model rename holocaust.
I also moved cd_fast.pyx from its src subdirectory to linear_models,
to match the sgd module structure.
2010-11-25 16:27:30 +01:00