scikit-learn/sklearn/linear_model
Gael Varoquaux 46bbddd2ae Cosmit: PEP8 :P 2012-07-05 18:16:57 +02:00
..
sparse CLEANUP remove linear_model.sparse.setup.py 2012-06-12 19:30:41 +02:00
tests FIX: sparse ElasticNet tests that were not testing much at all 2012-06-26 18:55:43 +02:00
__init__.py MISC: address @ogrisel and @mblondel's comments 2012-01-31 18:11:05 +01:00
base.py ENH make LinearModel and LinearModelCV abstract base classes 2012-06-26 14:16:04 +02:00
bayes.py Fix #904. 2012-06-13 13:26:02 +09:00
cd_fast.c fix pip8 2012-06-09 11:13:06 +02:00
cd_fast.pyx fix pip8 2012-06-09 11:13:06 +02:00
coordinate_descent.py FIX minor rebasing and other problems 2012-06-26 19:00:51 +02:00
least_angle.py Cosmit: PEP8 :P 2012-07-05 18:16:57 +02:00
logistic.py API : change back default C to 1. explicitely and epsilon 0.1 2012-05-05 21:57:04 +02:00
omp.py Fix #904. 2012-06-13 13:26:02 +09:00
perceptron.py COSMIT pep8 2012-02-01 22:32:17 +01:00
randomized_l1.py MISC trying to remove scale_C 2012-05-05 21:57:04 +02:00
ridge.py FIX minor rebasing and other problems 2012-06-26 19:00:51 +02:00
setup.py BUG: explicit adding of libm at build 2012-05-05 22:46:10 +02:00
sgd_fast.c Easier to understand formula. 2012-05-03 20:21:47 +09:00
sgd_fast.pyx Easier to understand formula. 2012-05-03 20:21:47 +09:00
stochastic_gradient.py Revert "ENH change defaults on SGD (works on digits and iris and I just guessed them)." 2012-06-26 14:16:04 +02:00