Commit Graph

22 Commits

Author SHA1 Message Date
Gael varoquaux 2c1c88b6e7 BUG: change alpha scaling in LassoLARS 2011-06-18 19:12:30 +02:00
Gael varoquaux 6f8bd76ced ENH: LARS: fit_params -> class params 2011-06-18 10:16:48 +02:00
Gael varoquaux d4982ef199 ENH: Lasso and LassoCV: fit params -> class params 2011-06-18 09:21:27 +02:00
Olivier Grisel 9926845c3f FIX: broken doctest in the documentation caused by the last fix 2011-06-01 10:19:31 +02:00
Olivier Grisel b43b502dcb DOC: fix doctests to make them work with numpy 1.5 and olderw 2011-05-02 11:29:51 +02:00
Fabian Pedregosa e346bc3ebe FIX: reference to l1_min_c 2011-04-27 09:05:18 +02:00
Paolo Losi c6189e853f DOC: added reference to l1_min_c 2011-04-26 09:31:32 +02:00
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