scikit-learn/sklearn/linear_model
Szabo Roland 79190e2895 BUG Add lambda_ attribute to ARDRegression after fit 2013-04-15 22:58:41 +02:00
..
tests COSMIT various typofixes 2013-04-11 21:22:14 +02:00
__init__.py COSMIT pep8 2012-12-22 16:48:17 +01:00
base.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
bayes.py BUG Add lambda_ attribute to ARDRegression after fit 2013-04-15 22:58:41 +02:00
cd_fast.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
cd_fast.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
coordinate_descent.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
least_angle.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
logistic.py ENH multiclass probability estimates for SGDClassifier 2013-03-30 12:33:33 +01:00
omp.py ENH fix test_estimators_overwrite_params to also test regressors and transformers. Then fix all the regressors and transformers ... meh! 2013-02-11 17:13:25 +01:00
passive_aggressive.py COSMIT pep8 2012-11-10 14:02:29 +00:00
perceptron.py FIX in Perceptron and doctest 2013-01-19 16:44:09 +01:00
randomized_l1.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
ridge.py PY3 fix metaclasses. See #1829. 2013-04-04 01:07:20 +06:00
setup.py COSMIT pep8 2012-12-22 16:48:17 +01:00
sgd_fast.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
sgd_fast.pyx COSMIT various typofixes 2013-04-11 21:22:14 +02:00
stochastic_gradient.py PY3 fix metaclasses. See #1829. 2013-04-04 01:07:20 +06:00