scikit-learn/sklearn/linear_model/tests
Franck Charras 171e124656
FEA: Ridge support for Array API compliant inputs (#27800)
Co-authored-by: Eric Lindgren <ericlin@chalmers.se>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Tim Head <betatim@gmail.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Oleksii Kachaiev <kachayev@gmail.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2024-04-25 11:52:04 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py MAINT remove normalize parameter and subsequent clean-up (#27855) 2023-12-04 14:29:06 +00:00
test_bayes.py MAINT Clean up deprecations for 1.5: in linear_model._bayes (#28807) 2024-04-11 13:55:20 +02:00
test_common.py ENH scaling of LogisticRegression loss as 1/n * LinearModelLoss (#26721) 2023-10-06 23:49:37 +02:00
test_coordinate_descent.py FIX default metadata requests when set via class attributes (#28435) 2024-02-19 11:13:19 +00:00
test_huber.py TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_huber.py` (#27211) 2023-09-13 21:35:43 +02:00
test_least_angle.py MAINT remove normalize parameter and subsequent clean-up (#27855) 2023-12-04 14:29:06 +00:00
test_linear_loss.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
test_logistic.py ENH add verbosity to newton-cg solver (#27526) 2024-04-12 14:29:54 +02:00
test_omp.py Fix `n_nonzero_coefs_` in `OrthogonalMatchingPursuit` always `None` when ignored (#28557) 2024-03-06 10:43:22 +00:00
test_passive_aggressive.py API Deprecate average=0 in SGD (#28582) 2024-03-06 17:34:12 +00:00
test_perceptron.py TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_perceptron.py` (#27160) 2023-08-28 11:15:18 +02:00
test_quantile.py MAINT change the default solver in QuantileRegressor (#27943) 2023-12-12 17:01:54 +01:00
test_ransac.py ENH Add metadata routing for `RANSACRegressor` (#28261) 2024-02-26 13:30:08 +00:00
test_ridge.py FEA: Ridge support for Array API compliant inputs (#27800) 2024-04-25 11:52:04 +02:00
test_sag.py ENH scaling of LogisticRegression loss as 1/n * LinearModelLoss (#26721) 2023-10-06 23:49:37 +02:00
test_sgd.py API Deprecate average=0 in SGD (#28582) 2024-03-06 17:34:12 +00:00
test_sparse_coordinate_descent.py TST Extend tests for `scipy.sparse/*array` in `sklearn/linear_model/tests/test_sparse_coordinate_descent` (#27237) 2023-09-13 13:17:39 +00:00
test_theil_sen.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00