Commit Graph

21 Commits

Author SHA1 Message Date
Fabian Pedregosa 04251e155d Better tests + cosmetic changes. 2012-10-16 14:18:43 +02:00
Lars Buitinck 77e69edcec COSMIT rm deprecated stuff -- lots of it 2012-09-20 21:40:33 +02:00
Lars Buitinck c2aabf09bd BUG rm LARS from linear_model.__init__
from sklearn.linear_model import *  raised an exception.
2012-09-17 20:40:44 +02:00
Nelle Varoquaux f28d0887fe ENH: Isotonic regression 2012-09-15 16:40:42 +02:00
Vlad Niculae 006e7ef801 Add __all__ for the second half of the scikit 2012-09-04 18:00:49 +01:00
Vlad Niculae 02a831a010 Remove LARS and LassoLARS
These classes were renamed and deprecated in version 0.9.
2012-09-01 20:02: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
GaelVaroquaux a882bedcc3 MISC: address @ogrisel and @mblondel's comments 2012-01-31 18:11:05 +01:00
Alexandre Gramfort 19331b5ae3 DOC : adding doc for Randomized sparse linear models + fix test 2012-01-31 18:07:06 +01:00
Alexandre Gramfort ab4c418a48 mv randomized_lasso.py randomized_l1.py 2012-01-31 18:06:14 +01:00
Gael varoquaux e4919e61bd Add a randomized logistic 2012-01-31 18:05:53 +01:00
Gael varoquaux b0c119ca52 ENH: Add randomized lasso
Feature selection using Lasso (Meinshausen and Bulmhan 2008)
2012-01-31 18:01:02 +01:00
Mathieu Blondel 5e3ea55706 Add Perceptron. 2012-01-29 02:34:12 +09:00
Mathieu Blondel 0d48f49bbf Merge dense and sparse SGD implementations. 2012-01-14 03:21:40 +09:00
Andreas Mueller 25c93f4af6 COSMIT: pep8 2011-12-15 17:24:53 +01:00
Gilles Louppe c40dbf739f DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01:00
Andreas Mueller ff3f814a1b COSMIT pep8 whitespace 2011-11-20 21:16:52 +01: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