scikit-learn/sklearn/linear_model/tests
Andreas Mueller e64cea0342 ENH add random seed to logistic regression 2012-10-18 13:48:10 +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 rename rho to l1_ratio in ElasticNet and friends 2012-10-11 20:56:03 +01:00
test_isotonic_regression.py Store X as an ordered array. 2012-10-16 14:18:43 +02:00
test_least_angle.py COSMIT pep8 2012-09-20 14:49:14 +01:00
test_logistic.py ENH add random seed to logistic regression 2012-10-18 13:48:10 +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 COSMIT rm unused import 2012-10-16 14:36:49 +02:00
test_ridge.py Add minimalistic test for each solver. 2012-09-29 02:16:05 +09:00
test_sgd.py ENH rename rho in SGD 2012-10-11 20:56:03 +01:00
test_sparse_coordinate_descent.py ENH address @agramfort's comments, fix some doctests 2012-10-11 20:56:03 +01:00