scikit-learn/sklearn/linear_model
Lars Buitinck 1a8b797ed0 DOC correct class_weight description for LogisticRegression 2013-07-18 22:35:05 +02:00
..
tests Merge more Py3 fixes 2013-07-13 15:01:32 +02:00
__init__.py DOC spellfixes 2013-06-29 16:18:23 +03:00
base.py DOC spellfixes 2013-06-29 16:18:23 +03: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 DOC spellfixes 2013-06-29 16:18:23 +03:00
least_angle.py PY3: refcounting change introduced a regression on the use of resize in LARS 2013-07-13 16:44:07 +02:00
logistic.py DOC correct class_weight description for LogisticRegression 2013-07-18 22:35:05 +02:00
omp.py DOC fix docstring headings 2013-06-13 18:50:30 +10: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 Test for singular matrices in Ridge regression 2013-07-12 15:49:44 +02:00
setup.py COSMIT pep8 2012-12-22 16:48:17 +01:00
sgd_fast.c Fix L2 regularization order in sgd_fast 2013-05-28 20:16:49 +02:00
sgd_fast.pyx Fix L2 regularization order in sgd_fast 2013-05-28 20:16:49 +02:00
stochastic_gradient.py Forcing the deprecation warnings to happen while in get_params. 2013-07-10 15:03:03 -04:00