scikit-learn/sklearn/linear_model/tests
Gael Varoquaux d99bd2bb1c BUG: tests were raising the DataConversionWarning
It appears that when warnings are raised once, they are not reraised
in the tests, thus triggering a failure for the test checking for these
warnings
2013-07-29 00:56:45 +02: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 ENH : removing warnings from tests in cd linear models 2013-07-25 13:04:56 +02:00
test_least_angle.py ENH : massive refactoring of CV models in coordinate descent. Now the algo core is in path functions 2013-07-23 17:23:13 +02:00
test_logistic.py TST/FIX always use "almost equal" for floats. 2013-03-01 12:14:50 +01:00
test_omp.py FIX OrthogonalMatchingPursuit normalized twice 2013-07-26 12:08:10 +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 Add catching of the deprecation warnings in rfe and ridge tests 2013-07-28 10:45:44 +02:00
test_sgd.py BUG: tests were raising the DataConversionWarning 2013-07-29 00:56:45 +02:00
test_sparse_coordinate_descent.py ENH : removing warnings from tests in cd linear models 2013-07-25 13:04:56 +02:00