scikit-learn/sklearn/linear_model
MechCoder 2374a09246 FIX: Increase testing accuracy 2014-07-23 16:04:30 +02:00
..
tests FIX: Increase testing accuracy 2014-07-23 16:04:30 +02:00
__init__.py Implementation of logistic_regression_path. 2014-07-22 16:57:39 +02:00
base.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
bayes.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
cd_fast.c TST: Added test to check that warm model converges faster than a cold one 2014-07-15 12:17:36 +02:00
cd_fast.pyx TST: Added test to check that warm model converges faster than a cold one 2014-07-15 12:17:36 +02:00
coordinate_descent.py Added n_iter attribute to OMP (and CV) 2014-07-22 15:09:39 +02:00
least_angle.py MAINT: Fixed a few docstrings and cosmits 2014-07-22 15:09:39 +02:00
logistic.py FIX: Fixes for the cross_validation failure 2014-07-23 13:24:41 +02:00
omp.py Added n_iter attribute to OMP (and CV) 2014-07-22 15:09:39 +02:00
passive_aggressive.py DOC spellfixes 2013-06-29 16:18:23 +03:00
perceptron.py MAINT remove deprecated functionality from SGD 2014-03-19 23:55:56 +01:00
randomized_l1.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
ransac.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
ridge.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02: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 ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00