scikit-learn/sklearn/linear_model/tests
Hanmin Qin 73e2ecf7ce
API Change default multioutput in RegressorMixin.score to keep consistent with metrics.r2_score (#13157)
2019-03-15 17:47:50 +08: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 ENH Enable the "sufficient stats" mode of LARS (#11699) 2019-03-06 08:06:47 +01:00
test_logistic.py MNT be more friendly in the deprecation warning of cv=3 (#13395) 2019-03-05 19:28:34 +01: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 MNT Remove unused assert_true imports (#12560) 2018-11-11 11:08:37 +08: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 API Change default multioutput in RegressorMixin.score to keep consistent with metrics.r2_score (#13157) 2019-03-15 17:47:50 +08:00
test_sag.py Sag handle numerical error outside of cython (#13389) 2019-03-06 13:57:39 +01:00
test_sgd.py [MRG] use pytest and not unitest in test_sgd.py (#13291) 2019-02-27 17:06:50 +01: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 MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00