scikit-learn/sklearn/linear_model/tests
Naoya Kanai bd0fc236e0 [MRG+1] MAINT drop SciPy < 0.13 (#8854)
Remove sklearn.utils.fixes functions that are not needed for scipy >= 0.13 and keep deprecated wrappers in other modules.
2017-06-02 23:36:33 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py MAINT depr of center_data, normalize in linear_model 2016-02-17 14:26:50 -05:00
test_bayes.py [MRG + 1] Return correct ridge parameter alpha_ and lambda_ for Bayesian ridge regression (#8567) 2017-03-16 10:22:58 +01:00
test_coordinate_descent.py [MRG+3] Fused types for MultiTaskElasticNet (#8061) 2016-12-28 11:31:38 +01:00
test_huber.py FIX make HuberRegressor tests stable under 32 bit Linux (#7196) 2016-08-17 15:50:34 +02:00
test_least_angle.py FIX Ensure coef_ is an ndarray when fitting LassoLars (#8160) 2017-01-18 21:44:28 +11:00
test_logistic.py [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
test_omp.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
test_passive_aggressive.py [MRG+1] Added 'average' option to passive aggressive classifier/regressor. (#4939) 2016-09-30 12:49:26 +10:00
test_perceptron.py COSMIT pep8 2012-11-10 14:02:29 +00:00
test_randomized_l1.py [MRG+1] EHN/DOC Make error msg about Memory more explicit (#8865) 2017-05-17 22:51:16 +10:00
test_ransac.py [MRG+1] FIX bug where ransac is running too many iterations (#8271) 2017-04-30 07:57:23 +10:00
test_ridge.py Add SAGA solver for LogisticRegression and Ridge (#8446) 2017-03-27 21:39:30 +02:00
test_sag.py [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
test_sgd.py Fix RandomState in the tests of linear model. (#7881) 2016-11-15 19:30:13 +01:00
test_sparse_coordinate_descent.py update what's new + simplify test 2016-08-20 15:19:13 +02:00
test_theil_sen.py [MRG + 1] [TST] (half-cosmetic) use less nose.tools import to simplify future transition to py.test (#7384) 2016-10-07 12:46:52 -04:00