scikit-learn/sklearn/linear_model
Guillaume Lemaitre 047cc2ec0c
TST solve issues in PyPy (#20978)
* TST fix brittle test in pypy for error message

* iter

* Update test_sgd.py

* Update test_sgd.py

* remove pypy3 in PRs
2021-09-09 15:10:14 +02:00
..
_glm DOC Ensures that GammaRegressor passes numpydoc validation (#20973) 2021-09-08 17:33:56 +02:00
tests TST solve issues in PyPy (#20978) 2021-09-09 15:10:14 +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 `only_non_negative` parameter to `_check_sample_weight` (#20880) 2021-09-08 13:45:48 +02:00
_bayes.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
_cd_fast.pyx TST Add a test to check the consistency of the Ridge and ElasticNet(l1_ratio=0) solutions (#19620) 2021-03-16 18:58:43 -07:00
_coordinate_descent.py DOC Ensures that ElasticNetCV passes numpydoc validation (#20844) 2021-08-31 17:51:42 +02:00
_huber.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
_least_angle.py DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +02:00
_logistic.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
_omp.py DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +02:00
_passive_aggressive.py DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +02:00
_perceptron.py DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +02:00
_quantile.py DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +02:00
_ransac.py Fix OvOClassifier.n_features_in_ and other unexpected warning at prediction time when checking feature_names_in_ (#20853) 2021-09-01 11:36:01 +02:00
_ridge.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
_sag.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_sag_fast.pyx.tp MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00
_sgd_fast.pxd MNT Cleaner cythn cdef loss function in SGD (#17191) 2020-05-12 22:40:42 +02:00
_sgd_fast.pyx MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00
_sgd_fast_helpers.h MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_stochastic_gradient.py DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +02:00
_theil_sen.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
setup.py MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00