scikit-learn/sklearn/linear_model/tests
Alexandre Gramfort fb4bedf94b Merge pull request #747 from ibayer/posCoeff
positivity constraint for lasso and elastic net
2012-04-11 00:06:06 -07: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 TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01: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 pep8 2012-03-31 15:54:10 +02:00