scikit-learn/sklearn/linear_model
Toshihiro NAKAE 18eef9adf9
FEA Add positive argument to Ridge using L-BFGS-B solver (#20231)
2021-07-04 22:43:32 +02:00
..
_glm STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
tests FEA Add positive argument to Ridge using L-BFGS-B solver (#20231) 2021-07-04 22:43:32 +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 STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_bayes.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +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 STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_huber.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_least_angle.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_logistic.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_omp.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_passive_aggressive.py STY Uses black's with target_version >= 3.7 (#20294) 2021-06-17 15:50:27 -04:00
_perceptron.py DOC Ensures that Perceptron passes numpydoc validation (#20404) 2021-06-30 00:32:27 +02:00
_quantile.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_ransac.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_ridge.py FEA Add positive argument to Ridge using L-BFGS-B solver (#20231) 2021-07-04 22:43:32 +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 MNT Cleaner cythn cdef loss function in SGD (#17191) 2020-05-12 22:40:42 +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 FIX make Cython class docstring consistant (#20348) 2021-06-24 12:13:13 +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 STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_theil_sen.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00