scikit-learn/sklearn/linear_model/tests
Jérémie du Boisberranger d76f87c8eb
Fix Ridge sparse + sample_weight + intercept (#22899)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-03-22 20:15:54 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py Fix Ridge sparse + sample_weight + intercept (#22899) 2022-03-22 20:15:54 +01:00
test_bayes.py ENH Bayesian regression model `dtype` consistency (#22525) 2022-02-27 08:38:37 -05:00
test_common.py XFAIL test_linear_model_normalize_deprecation_message on macos (#21396) 2021-10-22 13:08:47 +02:00
test_coordinate_descent.py TST replace pytest.warns(None) in test_coordinate_descent.py (#22878) 2022-03-17 13:51:33 -04: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 replace pytest.warns(None) in test_least_angle.py (#22889) 2022-03-18 16:15:28 +01:00
test_linear_loss.py ENH Loss module LogisticRegression (#21808) 2022-02-14 11:55:17 +01:00
test_logistic.py TST remove pytest.warns(None) in test_logistic.py (#22877) 2022-03-18 16:16:42 +01:00
test_omp.py API Add data_transposed argument and warning to make_sparse_coded_signal (#21425) 2022-03-22 16:01:42 +01: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 Clean fixes and compat for old versions of our dependencies (#22642) 2022-03-02 11:32:06 +01:00
test_ransac.py MAINT rename base_estimator to estimator in RANSACRegressor (#22062) 2022-01-06 19:12:44 +01:00
test_ridge.py Fix Ridge sparse + sample_weight + intercept (#22899) 2022-03-22 20:15:54 +01:00
test_sag.py ENH Loss module LogisticRegression (#21808) 2022-02-14 11:55:17 +01:00
test_sgd.py MNT Clean fixes and compat for old versions of our dependencies (#22642) 2022-03-02 11:32:06 +01:00
test_sparse_coordinate_descent.py TST check sparse dense equality for Lasso and ElasticNet (#22767) 2022-03-11 14:22:07 -05:00
test_theil_sen.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00