scikit-learn/sklearn/linear_model
Thomas J. Fan d4aad64b1e
MNT Update to black 22.3.0 to resolve click error (#22983)
* MNT Update to black 22.3.0 to resolve click error

* STY Update for new black version
2022-03-29 12:04:41 +02:00
..
_glm ENH migrate GLMs / TweedieRegressor to linear loss (#22548) 2022-03-28 19:20:01 -04:00
tests MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +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 ENH add sample_weight to sparse coordinade descent (#22808) 2022-03-25 11:09:28 +01: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 ENH add sample_weight to sparse coordinade descent (#22808) 2022-03-25 11:09:28 +01: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 ENH add sample_weight to sparse coordinade descent (#22808) 2022-03-25 11:09:28 +01: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 MNT Bump joblib version dependency to 1.0.0 (#22365) 2022-02-09 13:47:18 +01:00
_theil_sen.py MNT Remove utf-8 encoding declarations (#21260) 2022-03-14 17:59:36 +01:00
setup.py MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00