scikit-learn/sklearn/linear_model/tests
Vlad Niculae 7ce5b22734 FIX: sparse ElasticNet tests that were not testing much at all 2012-06-26 18:55:43 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py FIX inconsistent coef_.shape in LinearRegression 2012-05-15 15:30:08 +02:00
test_bayes.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_coordinate_descent.py ENH backport "assert_less" and "assert_greater", rename "assert_lower" and use it everywhere :) 2012-05-06 15:43:29 +02:00
test_least_angle.py ENH backport "assert_less" and "assert_greater", rename "assert_lower" and use it everywhere :) 2012-05-06 15:43:29 +02:00
test_logistic.py ENH use random states everywhere, never call np.random. 2012-05-06 18:35:14 +02:00
test_omp.py ENH backport "assert_less" and "assert_greater", rename "assert_lower" and use it everywhere :) 2012-05-06 15:43:29 +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 ENH use random states everywhere, never call np.random. 2012-05-06 18:35:14 +02:00
test_sgd.py COSMIT pep8 2012-05-15 21:18:30 +02:00
test_sparse_coordinate_descent.py FIX: sparse ElasticNet tests that were not testing much at all 2012-06-26 18:55:43 +02:00