scikit-learn/sklearn/linear_model
Lars Buitinck aa2d0452e4 Merge pull request #2426 from larsmans/sgd-improvements
[MRG] SGD Cython improvements
2013-09-21 08:39:07 -07:00
..
tests DOC+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
__init__.py ENH OrthogonalMatchingPursuitCV estimator 2013-07-26 09:50:53 +02:00
base.py BUG oops, *safe_* asarray 2013-09-13 17:24:28 +02:00
bayes.py DOC spellfixes 2013-06-29 16:18:23 +03:00
cd_fast.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
cd_fast.pyx DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
coordinate_descent.py FIX : get rid of coef_init in Lasso in dict learning 2013-09-16 21:34:26 +02:00
least_angle.py MAINT deprecate indices=False for cross validation generators 2013-09-10 10:58:24 +02:00
logistic.py DOC correct class_weight description for LogisticRegression 2013-07-18 22:35:05 +02:00
omp.py DOC+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
passive_aggressive.py DOC spellfixes 2013-06-29 16:18:23 +03:00
perceptron.py ENH Create FeatureSelectionMixin for shared [inverse_]transform code 2013-05-21 13:53:12 +10:00
randomized_l1.py DOC missing stuff in randomized_l1 module 2013-06-30 14:17:46 +02:00
ridge.py fix for 'line too long' warning 2013-08-31 12:04:31 +05:30
setup.py COSMIT pep8 2012-12-22 16:48:17 +01:00
sgd_fast.c ENH SGD Cython improvements 2013-09-07 18:24:36 +02:00
sgd_fast.pyx ENH SGD Cython improvements 2013-09-07 18:24:36 +02:00
stochastic_gradient.py FIX: more accurate description of eta0 in SGDClassifier 2013-09-20 22:49:12 +02:00