scikit-learn/sklearn/linear_model/tests
Lars Buitinck 9a9b9e85ed DOC+COSMIT: typos, lots of them
Fixes #2102. There's one typo left in joblib which is better fixed
upstream.
2013-09-13 16:29:42 +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 DOC+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
test_least_angle.py fixed visual indentation errors 2013-08-31 11:54:24 +05:30
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 fixed visual indentation errors 2013-08-31 11:54:24 +05:30