scikit-learn/sklearn/linear_model
Emmanuelle Gouillart e9d6673c6e ENH: a few typos in docstrings 2012-03-25 23:17:42 +02:00
..
sparse Revert "ENH: small speedups in coordinate descent" 2012-02-25 19:18:01 +01:00
tests Merge pull request #648 from amueller/linear_model_class_weights 2012-03-25 07:54:45 -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 Revert "ENH: small speedups in coordinate descent" 2012-02-25 19:18:01 +01:00
cd_fast.pyx Revert "ENH: small speedups in coordinate descent" 2012-02-25 19:18:01 +01:00
coordinate_descent.py MISC: cosmit to please @agramfort 2012-02-26 23:06:18 +01: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 ENH: a few typos in docstrings 2012-03-25 23:17:42 +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