Commit Graph

20 Commits

Author SHA1 Message Date
Luis Pedro Coelho 0984a2a59f cd_fast: use square norm directly
Previously the ℓ₂ norm was computed (which uses a sqrt), then squared.
Also, ℓ₂ norm is computed using np.dot.
2012-10-03 19:12:47 -07:00
Alexandre Gramfort 86e36168ec FIX : remove unnecessary dgemm in cd_fast.pyx 2012-08-07 15:51:13 +02:00
Alexandre Gramfort 21706e36b9 ENH + DOC : add MultiTaskElasticNet + doc + 1 example 2012-08-07 15:51:12 +02:00
Alexandre Gramfort dcbf5a61d2 ENH : MultiTaskLasso works (still draft) 2012-08-07 15:51:12 +02:00
Immanuel Bayer 91f1013965 fix pip8 2012-06-09 11:13:06 +02:00
Immanuel Bayer 096e3e0bf2 add sparse_std that has been wrongly removed in commit 48ba97f1 from the
sparse version
2012-06-08 14:11:07 +02:00
Immanuel Bayer 91a5b42f57 merge cd_fast and cd_fast_sparse 2012-06-07 16:21:20 +02:00
Alexandre Gramfort 1926152715 ENH : add duality gap check with Lasso(positive=True) 2012-04-10 13:59:02 +02:00
flyingimmidev a7215af854 - changed parameter from positive_constraint to positive
- moved parameter from fit to constructor
2012-03-31 23:49:58 +02:00
flyingimmidev 8fbdde0ca3 renaming 2012-03-31 20:41:27 +02:00
flyingimmidev 76f34bbc35 remove outcommented lines 2012-03-31 20:18:54 +02:00
flyingimmidev a78715ad89 positive constrained option for lasso added 2012-03-31 20:04:32 +02:00
GaelVaroquaux 10f18e6655 Revert "ENH: small speedups in coordinate descent"
This reverts commit d434a39e76.

Apparently it creates numerical instabilities on some systems.
2012-02-25 19:18:01 +01:00
GaelVaroquaux d434a39e76 ENH: small speedups in coordinate descent
speedup of only ~ 5%, but for little cost
2012-02-25 19:04:21 +01:00
Andreas Mueller 4d652d1f97 MISC added warning to coordinate descent if alpha=0, don't call cd with alpha=0 in tests. 2012-02-11 16:07:07 +01:00
Olivier Grisel 091d92ac1b batch re-cythonization with version 0.15 and new package names 2011-09-03 13:28:32 +02:00
Olivier Grisel a57c2ae933 more scikits.learn => sklearn updates 2011-09-03 12:57:53 +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