scikit-learn/sklearn/linear_model/tests
Olivier Grisel 07560e45c2 FIX #3485: class_weight='auto' on SGDClassifier 2014-08-01 15:05:32 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py TST/COSMIT tests/comments for [sparse]center_data 2014-03-30 22:07:48 +11:00
test_bayes.py ENH: more robust test_toy_bayesian_ridge_object 2014-04-03 11:15:07 +02:00
test_coordinate_descent.py ENH Stochastic Coordinate Descent for ElasticNet & Lasso 2014-07-29 10:23:33 +02:00
test_least_angle.py FIX: Preserve public API by introducing return_n_iter param 2014-07-22 15:09:39 +02:00
test_logistic.py TST: Added test to check ConvergenceWarning 2014-08-01 12:15:57 +02:00
test_omp.py Removed 'Gram' and 'Xy' parameters were still in test_omp.py 2014-07-17 13:38:22 +01:00
test_passive_aggressive.py BUG SGDClassifier and friends did not forget labels_ in re-fit 2013-03-15 12:37:16 +01:00
test_perceptron.py COSMIT pep8 2012-11-10 14:02:29 +00:00
test_randomized_l1.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_ransac.py FIX: windows test failures in test_ransac 2014-05-24 20:51:19 +02:00
test_ridge.py COSMIT clean up tests with pyflakes 2014-07-22 16:10:16 +02:00
test_sgd.py FIX #3485: class_weight='auto' on SGDClassifier 2014-08-01 15:05:32 +02:00
test_sparse_coordinate_descent.py Remove 'DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future' warnings 2014-07-18 15:16:56 +01:00