scikit-learn/sklearn/linear_model
Alex ebab121f19
MAINT Use check_scalar to validate scalar in: BayesianRidge (#23051)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-05-20 18:23:23 -04:00
..
_glm MAINT Fix some typos (#23251) 2022-04-30 15:03:40 -04:00
tests MAINT Use check_scalar to validate scalar in: BayesianRidge (#23051) 2022-05-20 18:23:23 -04: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 return array instead of memory view in coordinate descent (#23015) 2022-05-04 21:11:29 -04:00
_bayes.py MAINT Use check_scalar to validate scalar in: BayesianRidge (#23051) 2022-05-20 18:23:23 -04:00
_cd_fast.pyx MNT Use cimport numpy as cnp in sklearn/linear_model (#23307) 2022-05-12 21:30:32 -04:00
_coordinate_descent.py DOC precise stopping criteria for coordinate descent (#23020) 2022-05-06 14:35:44 +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 DOC Fix extraneous noqa comments (#23285) 2022-05-05 09:46:16 -04: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 MAINT Fix some typos (#23251) 2022-04-30 15:03:40 -04: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 MNT Use cimport numpy as cnp in sklearn/linear_model (#23307) 2022-05-12 21:30:32 -04: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 Use cimport numpy as cnp in sklearn/linear_model (#23307) 2022-05-12 21:30:32 -04:00
_sgd_fast_helpers.h MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_stochastic_gradient.py FIX SGDRegreesor and SGDClassifier use correct number of validation data (#23256) 2022-05-02 13:41:02 +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