scikit-learn/sklearn/linear_model
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
..
_glm ENH Better error message for check_scalar (#22218) 2022-02-11 16:15:30 +01:00
tests Fix Ridge sparse + sample_weight + intercept (#22899) 2022-03-22 20:15:54 +01:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_base.py Fix Ridge sparse + sample_weight + intercept (#22899) 2022-03-22 20:15:54 +01:00
_bayes.py Fix Ridge sparse + sample_weight + intercept (#22899) 2022-03-22 20:15:54 +01:00
_cd_fast.pyx FIX Fix warning for ElasticNetCV l1_ratio=0 (#21724) 2022-01-12 16:12:46 +01:00
_coordinate_descent.py CLN clean _preprocess_data in linear_model (#22762) 2022-03-11 13:48:27 -05: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 Loss module LogisticRegression (#21808) 2022-02-14 11:55:17 +01: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 Fix Ridge sparse + sample_weight + intercept (#22899) 2022-03-22 20:15:54 +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