scikit-learn/sklearn/linear_model/tests
Guillaume Lemaitre 69eb4d4678 [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py FIX: make LinearRegression perfectly consistent across sparse or dense (#13279) 2019-02-27 13:52:19 +01:00
test_bayes.py FIX Bayesian ridge regression: returned values to match last update (#12174) 2019-01-10 21:36:03 +11:00
test_coordinate_descent.py API Change default multioutput in RegressorMixin.score to keep consistent with metrics.r2_score (#13157) 2019-03-15 17:47:50 +08:00
test_huber.py Huber fix with bool X (#13328) 2019-03-03 08:20:15 +01:00
test_least_angle.py [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
test_logistic.py [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
test_omp.py MNT Replaced all occurrences of assert_true and assert_false with assert (#12588) 2018-11-28 09:16:26 +08:00
test_passive_aggressive.py FIX non deterministic behavior in SGD (#13422) 2019-04-04 21:31:09 +11:00
test_perceptron.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
test_ransac.py API Change default multioutput in RegressorMixin.score to keep consistent with metrics.r2_score (#13157) 2019-03-15 17:47:50 +08:00
test_ridge.py [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
test_sag.py MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
test_sgd.py FIX non deterministic behavior in SGD (#13422) 2019-04-04 21:31:09 +11:00
test_sparse_coordinate_descent.py FIX Raise warning in scikit-learn/sklearn/linear_model/cd_fast.pyx for cases when the main loop exits without reaching the desired tolerance (#11754) 2019-02-27 10:13:30 +01:00
test_theil_sen.py MAINT: n_jobs=-1 replaced with n_jobs=4 in tests (#13644) 2019-04-15 20:52:45 +02:00