scikit-learn/sklearn/linear_model
Alexandre Gramfort fb4bedf94b Merge pull request #747 from ibayer/posCoeff
positivity constraint for lasso and elastic net
2012-04-11 00:06:06 -07:00
..
sparse Revert "ENH: small speedups in coordinate descent" 2012-02-25 19:18:01 +01:00
tests Merge pull request #747 from ibayer/posCoeff 2012-04-11 00:06:06 -07:00
__init__.py MISC: address @ogrisel and @mblondel's comments 2012-01-31 18:11:05 +01:00
base.py combat for sp_linalg.lsqr 2012-03-22 23:38:10 +01:00
bayes.py COSMIT: Class docs don't have a 'Methods' section. It is autogenerated. 2011-12-22 19:44:14 +01:00
cd_fast.c ENH : add duality gap check with Lasso(positive=True) 2012-04-10 13:59:02 +02:00
cd_fast.pyx ENH : add duality gap check with Lasso(positive=True) 2012-04-10 13:59:02 +02:00
coordinate_descent.py fix doctest 2012-04-01 14:58:08 +02:00
least_angle.py MISC: better verbosity in lars 2012-03-24 12:30:30 +01:00
logistic.py ENH : adding scaled_C_ attribute 2012-03-07 15:34:24 +01:00
omp.py FIX : fix test failing with OMP 2012-03-19 11:35:58 +01:00
perceptron.py COSMIT pep8 2012-02-01 22:32:17 +01:00
randomized_l1.py DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
ridge.py DOC Believe it or not - this fixes the annoying sphinx error. And don't dare to 2012-03-31 16:23:01 +02:00
setup.py added new sgd dataset abstraction to unify sparse and dense implementations. 2012-02-07 17:57:41 +01:00
sgd_fast.c cythonized sgd files 2012-03-19 08:47:51 +01:00
sgd_fast.pyx moved WeightVector und SequentialDataset into seperate modules. 2012-03-07 20:09:05 +01:00
stochastic_gradient.py moved WeightVector und SequentialDataset into seperate modules. 2012-03-07 20:09:05 +01:00