scikit-learn/sklearn/linear_model
Loïc Estève 6f7ab19336
TST make test_ridge_regression_hstacked_X more lenient (#23170)
Co-authored-by: jeremiedbb <jeremiedbb@yahoo.fr>
2022-04-22 11:25:10 +02:00
..
_glm MNT Removes _linear_loss attribute in GLMs (#23126) 2022-04-14 21:35:23 +02:00
tests TST make test_ridge_regression_hstacked_X more lenient (#23170) 2022-04-22 11:25:10 +02:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_base.py MNT ensure creation of dataset is deterministic in SGD (#19716) 2022-04-02 14:07:27 +02:00
_bayes.py Fix Ridge sparse + sample_weight + intercept (#22899) 2022-03-22 20:15:54 +01:00
_cd_fast.pyx ENH add sample_weight to sparse coordinade descent (#22808) 2022-03-25 11:09:28 +01:00
_coordinate_descent.py DEP loss "log" in favor of "log loss" in SGDClassifier (#23046) 2022-04-07 15:08:45 +02:00
_huber.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
_least_angle.py CLN clean _preprocess_data in linear_model (#22762) 2022-03-11 13:48:27 -05:00
_linear_loss.py ENH migrate GLMs / TweedieRegressor to linear loss (#22548) 2022-03-28 19:20:01 -04:00
_logistic.py FIX make the shape of LogisticRegression(solver="liblinear") consistent with other solvers (#21998) 2022-02-15 16:40:10 +01:00
_omp.py DOC Ensures that orthogonal_mp passes numpydoc validation (#22501) 2022-02-16 17:05:01 +01:00
_passive_aggressive.py DOC Ensures that PassiveAggressiveRegressor passes numpydoc validation (#21413) 2021-10-23 12:59:53 +02:00
_perceptron.py Fix a default value in Perceptron documentation (#22116) 2022-01-03 08:58:50 +01:00
_quantile.py MNT Clean fixes and compat for old versions of our dependencies (#22642) 2022-03-02 11:32:06 +01:00
_ransac.py MNT Remove utf-8 encoding declarations (#21260) 2022-03-14 17:59:36 +01:00
_ridge.py TST tight and clean tests for Ridge (#22910) 2022-03-31 09:47:51 +02:00
_sag.py DOC use the arxiv directive in the docstrings (#21418) 2022-01-28 17:55:55 +01:00
_sag_fast.pyx.tp DOC use the arxiv directive in the docstrings (#21418) 2022-01-28 17:55:55 +01:00
_sgd_fast.pxd MNT Cleaner cythn cdef loss function in SGD (#17191) 2020-05-12 22:40:42 +02:00
_sgd_fast.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_sgd_fast_helpers.h MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_stochastic_gradient.py DEP loss "log" in favor of "log loss" in SGDClassifier (#23046) 2022-04-07 15:08:45 +02:00
_theil_sen.py FIX avoid parameter validation in init in TheilSenRegressor (#21767) 2022-04-07 14:42:59 +02:00
setup.py MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00