Commit Graph

55 Commits

Author SHA1 Message Date
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
Gael varoquaux 9e1ba8f773 DOC: Fix doctest 2011-09-01 21:34:45 +02:00
Olivier Grisel eaa9253f3e cosmit 2011-08-24 19:26:37 +02:00
Olivier Grisel f8e578dabf FIX: doctests on buildbot 2011-08-24 19:23:44 +02:00
Olivier Grisel 79a4a600a9 FIX: updating doctests in gaussian_process.rst and linear_model.rst 2011-08-24 16:01:38 +02:00
vene d402deb79c FIX: BayesianRidge doctest 2011-08-21 23:09:27 +02:00
Alexandre Gramfort 43e3229a86 DOC: clarify doc on BIC/AIC 2011-08-10 16:30:31 -04:00
Gael varoquaux 5fb850bc20 DOC: make lasso docs easier to read 2011-08-10 19:39:17 +02:00
Gael varoquaux 22da70185d DOC: cosmetic changes to lars-bic doc and examples 2011-08-10 19:33:43 +02:00
Alexandre Gramfort f599fab517 ENH + DOC: addressing @GaelVaroquaux's comments 2011-08-10 16:12:41 +02:00
Alexandre Gramfort e4f4b907e7 ENH: addressing @ogrisel's comments on PR 298 2011-08-10 16:12:41 +02:00
vene a1d8259f4a Merge branch 'master' into omp
Conflicts:
	doc/modules/linear_model.rst
2011-08-05 17:50:34 +03:00
vene fd44110a18 DOC: referenced OrthogonalMatchingPursuit in doc 2011-08-04 12:49:56 +03:00
GaelVaroquaux a155134faa DOC: typos 2011-08-03 20:03:23 +02:00
GaelVaroquaux 626061357f DOC: add example comparing LassoCV and LassoLarsCV 2011-08-03 20:03:22 +02:00
GaelVaroquaux 66736a8503 DOC; fix documentation 2011-08-03 20:03:22 +02:00
Gael varoquaux 8edb57488d DOC+TEST: LarsCV 2011-08-03 20:03:22 +02:00
Gael varoquaux df31ae0567 DOC: Tweak the bayesian ridge docs 2011-08-03 20:03:22 +02:00
vene f32ca3b162 Merge branch 'master' into omp 2011-07-29 12:55:28 +03:00
vene a2cf951d07 DOC: some fixes 2011-07-26 23:42:42 +03:00
Alexandre Gramfort 5a12763441 API : renaming LARS to Lars 2011-07-25 21:41:48 -04:00
vene a2316af197 Brought in OMP from the larger branch 2011-07-25 13:57:42 +03:00
Gael varoquaux 96bec4a9b3 Sorry, other typo 2011-07-23 14:27:57 +02:00
Gael varoquaux eebc2ec325 DOC: Improve the Bayesian regression docs 2011-07-23 14:17:06 +02:00
Fabian Pedregosa 1355100d10 Merge pull request #218 from fabianp/fix_lars
Fix lars
2011-07-19 09:51:24 -07:00
Fabian Pedregosa 21f3659378 FIX: LARS doctest in linear_model.rst 2011-07-17 01:15:13 +02:00
Fabian Pedregosa 05f54c2cda DOC: new example for Ridge + more rst docs 2011-07-08 11:27:50 +02:00
Fabian Pedregosa fcb45b07d2 FIX doc linear_model.rst 2011-07-07 15:44:55 +02:00
Fabian Pedregosa 37d493937a cosmetic linear_model.rst 2011-07-07 15:43:06 +02:00
Fabian Pedregosa a8c3e617c1 Layout & consistency fixes linear models documentation. 2011-07-07 15:40:25 +02:00
Fabian Pedregosa 7875faab3f FIX: doctest Ridge. 2011-07-07 11:08:22 +02:00
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