scikit-learn/sklearn/linear_model/tests
Andreas Mueller 57e81471a5 Merge pull request #648 from amueller/linear_model_class_weights
MRG class_weights constructor parameter in RidgeCV
2012-03-25 07:54:45 -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 COSMIT pep8 2012-03-02 19:39:43 +01: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 Merge pull request #648 from amueller/linear_model_class_weights 2012-03-25 07:54:45 -07:00
test_sgd.py MISC class_weights constructor parameter in RidgeCV 2012-02-22 22:14:34 +01:00