scikit-learn/sklearn/linear_model/tests
Olivier Grisel 95a30053c3
FIX make test_sag_regressor more robust [cd build] (#18777)
2020-11-06 19:15:23 +01:00
..
__init__.py
test_base.py FEA Add Nonnegative LinearRegression (#17578) 2020-08-06 08:30:24 -04:00
test_bayes.py FIX add attributes X_offset_ and X_scale_ in ARDRegression needed in predict (#18607) 2020-10-28 08:04:44 +01:00
test_coordinate_descent.py FIX Raise error when l1_ratio is out-of-range in ElasticNet (#17846) 2020-07-08 15:12:11 +02:00
test_huber.py CI Check for unused imports when linting (#16678) 2020-03-12 12:56:35 +01:00
test_least_angle.py DOC fixed linear_model._least_angle.py parameters consistency (#18062) 2020-08-21 15:14:05 +02:00
test_logistic.py MNT Catches scipy 1.3.0 for using deprecated tostring method (#18755) 2020-11-06 18:58:38 +01:00
test_omp.py API make load_* args in datasets kwarg only (#16719) 2020-04-27 14:41:35 -04:00
test_passive_aggressive.py
test_perceptron.py FIX Add l1_ratio to set regularization with elasticnet penalty in Perceptron (#18622) 2020-11-02 11:52:54 +01:00
test_ransac.py TST Increase absolute tolerance for RANSACRegressor test (#18082) 2020-08-04 19:01:39 +02:00
test_ridge.py ENH Add alpha_per_target parameter to RidgeCV (#6624) 2020-08-06 12:24:53 -04:00
test_sag.py FIX make test_sag_regressor more robust [cd build] (#18777) 2020-11-06 19:15:23 +01:00
test_sgd.py MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +02:00
test_sparse_coordinate_descent.py
test_theil_sen.py FIX Fixes TheilSenRegressor with fit_intercept=False and one feature (#18121) 2020-10-09 18:29:59 +02:00