scikit-learn/sklearn/linear_model
Lars Buitinck 5eab030d24 DOC copyedit SGDClassifier docstring
Make it clear immediately that this beast fits SVMs by default,
logistic regression if you ask for it.
2013-08-01 12:29:02 +02:00
..
tests BUG: tests were raising the DataConversionWarning 2013-07-29 00:56:45 +02:00
__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 more fixes for docs, deprecated interfaces 2013-07-28 13:34:40 +02:00
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 much better input validation, test that warning is raised on (n_samples, 1) y 2013-07-28 16:08:16 +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 DOC copyedit SGDClassifier docstring 2013-08-01 12:29:02 +02:00