scikit-learn/sklearn/linear_model/tests
Guillaume Lemaitre 047cc2ec0c
TST solve issues in PyPy (#20978)
* TST fix brittle test in pypy for error message

* iter

* Update test_sgd.py

* Update test_sgd.py

* remove pypy3 in PRs
2021-09-09 15:10:14 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
test_bayes.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_common.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_coordinate_descent.py FIX raise error when enet_path and lasso_path receive unknown parameters (#19391) 2021-08-05 09:20:10 +02:00
test_huber.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_least_angle.py FIX raise error when enet_path and lasso_path receive unknown parameters (#19391) 2021-08-05 09:20:10 +02:00
test_logistic.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
test_omp.py DEP deprecates 'normalize' in _omp.py (#17750) 2021-06-17 23:24:40 +02:00
test_passive_aggressive.py API fix params validation in SGD inherited models (#20683) 2021-08-16 15:35:17 +02:00
test_perceptron.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_quantile.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_ransac.py API deprecate default of `min_samples` for `RANSACRegressor` (#19390) 2021-08-15 16:51:40 -04:00
test_ridge.py FEA Add positive argument to Ridge using L-BFGS-B solver (#20231) 2021-07-04 22:43:32 +02:00
test_sag.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
test_sgd.py TST solve issues in PyPy (#20978) 2021-09-09 15:10:14 +02:00
test_sparse_coordinate_descent.py MRG: Deprecate 'normalize' in coordinate_descent (#17785) 2021-06-27 16:59:01 +02:00
test_theil_sen.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00