scikit-learn/sklearn/linear_model/tests
Fabian Pedregosa 9ad829b307 Merge pull request #1914 from fabianp/ridge_svd
MRG - Add SVD-based solver to ridge regression.
2013-06-06 03:12:54 -07:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_bayes.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_coordinate_descent.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_least_angle.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
test_logistic.py TST/FIX always use "almost equal" for floats. 2013-03-01 12:14:50 +01:00
test_omp.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_passive_aggressive.py BUG SGDClassifier and friends did not forget labels_ in re-fit 2013-03-15 12:37:16 +01:00
test_perceptron.py COSMIT pep8 2012-11-10 14:02:29 +00:00
test_randomized_l1.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_ridge.py Merge pull request #1914 from fabianp/ridge_svd 2013-06-06 03:12:54 -07:00
test_sgd.py COSMIT pep8 2013-04-02 13:30:55 +02:00
test_sparse_coordinate_descent.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00