scikit-learn/sklearn/linear_model
balu 2fefd23233 fix for 'line too long' warning 2013-08-31 12:04:31 +05:30
..
tests fixed visual indentation errors 2013-08-31 11:54:24 +05:30
__init__.py ENH OrthogonalMatchingPursuitCV estimator 2013-07-26 09:50:53 +02:00
base.py DOC correct/copyedit linear model docstrings 2013-07-26 12:24:58 +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 fixed indentation and visual indentation errors 2013-08-31 12:02:40 +05:30
least_angle.py DOC : docstring fixes 2013-07-26 09:50:53 +02:00
logistic.py DOC correct class_weight description for LogisticRegression 2013-07-18 22:35:05 +02:00
omp.py Py3 fix 2013-07-26 14:11:39 +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 Fix L2 regularization order in sgd_fast 2013-05-28 20:16:49 +02:00
sgd_fast.pyx MAINT: remove utf-8 headers 2013-08-26 14:55:51 +02:00
stochastic_gradient.py fixed indentation and visual indentation errors 2013-08-31 12:02:40 +05:30