scikit-learn/sklearn/linear_model/tests
Gael Varoquaux 54ebafce49 COSMIT we no longer support Py 2.5
Also, avoid 'from foo import bar' or 'import as' as much as possible
2012-05-05 20:40:36 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py BugFix, matrix was not flagged as sparse. 2012-03-10 21:23:34 +01:00
test_bayes.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_coordinate_descent.py - changed parameter from positive_constraint to positive 2012-03-31 23:49:58 +02:00
test_least_angle.py MISC added warning to coordinate descent if alpha=0, don't call cd with alpha=0 in tests. 2012-02-11 16:07:07 +01:00
test_logistic.py API: set scale_C to True by default in libsvm/liblinear models 2012-02-11 14:42:47 +01:00
test_omp.py COSMIT we no longer support Py 2.5 2012-05-05 20:40:36 +02:00
test_perceptron.py COSMIT removed unused import 2012-01-31 21:34:48 +01:00
test_randomized_l1.py FIX RandomizedLogisticRegression test import 2012-01-31 21:32:05 +01:00
test_ridge.py COSMIT pep8 2012-03-31 15:54:10 +02:00
test_sgd.py COSMIT make test more explicit 2012-05-04 22:21:43 +02:00