scikit-learn/sklearn/linear_model/tests
Mathieu Blondel 116b54a8c8 Fix bug in sqnorm (used by PassiveAggressive).
The function was using the wrong data indices T_T.
2012-11-24 23:05:52 +09:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py More use sklearn.utils.testing. 2012-10-25 21:21:22 +09:00
test_bayes.py More use sklearn.utils.testing. 2012-10-25 21:21:22 +09:00
test_coordinate_descent.py More use sklearn.utils.testing. 2012-10-25 21:21:22 +09:00
test_least_angle.py FIX: lars drop for good platform specific test failure 2012-11-10 20:41:21 +01:00
test_logistic.py FIX #1354: machine precision assertion failure in test_liblinear_random_state 2012-11-10 20:54:07 +01:00
test_omp.py More use sklearn.utils.testing. 2012-10-25 21:21:22 +09:00
test_passive_aggressive.py Fix bug in sqnorm (used by PassiveAggressive). 2012-11-24 23:05:52 +09:00
test_perceptron.py COSMIT pep8 2012-11-10 14:02:29 +00:00
test_randomized_l1.py More use sklearn.utils.testing. 2012-10-25 21:21:22 +09:00
test_ridge.py More use sklearn.utils.testing. 2012-10-25 21:21:22 +09:00
test_sgd.py Add squared epsilon insensitive loss. 2012-11-05 21:15:51 +09:00
test_sparse_coordinate_descent.py More use sklearn.utils.testing. 2012-10-25 21:21:22 +09:00