scikit-learn/sklearn/linear_model
Joel Nothman 1491c1cd06 DOC remove backticks from around attribute name + PEP8 2014-08-02 20:19:08 +10:00
..
tests FIX #3485: class_weight='auto' on SGDClassifier 2014-08-01 15:05:32 +02:00
__init__.py Implementation of logistic_regression_path. 2014-07-22 16:57:39 +02:00
base.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
bayes.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
cd_fast.c ENH Stochastic Coordinate Descent for ElasticNet & Lasso 2014-07-29 10:23:33 +02:00
cd_fast.pyx ENH Stochastic Coordinate Descent for ElasticNet & Lasso 2014-07-29 10:23:33 +02:00
coordinate_descent.py Merge pull request #3489 from jnothman/attributes-doc 2014-08-02 20:14:53 +10:00
least_angle.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
logistic.py DOC remove backticks from around attribute name + PEP8 2014-08-02 20:19:08 +10:00
omp.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
passive_aggressive.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
perceptron.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
randomized_l1.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
ransac.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
ridge.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
setup.py COSMIT pep8 2012-12-22 16:48:17 +01:00
sgd_fast.c More informative numerical error message in SGD 2014-04-03 16:04:23 +02:00
sgd_fast.pyx More informative numerical error message in SGD 2014-04-03 16:04:23 +02:00
stochastic_gradient.py Merge pull request #3489 from jnothman/attributes-doc 2014-08-02 20:14:53 +10:00