scikit-learn/sklearn/linear_model
Stefanie Senger 2bafd7b68f
MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
2024-05-02 10:13:21 +02:00
..
_glm ENH add verbosity to newton-cg solver (#27526) 2024-04-12 14:29:54 +02:00
tests FEA: Ridge support for Array API compliant inputs (#27800) 2024-04-25 11:52:04 +02:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_base.py FEA: Ridge support for Array API compliant inputs (#27800) 2024-04-25 11:52:04 +02:00
_bayes.py DOC add links to examples/linear_model/plot_bayesian_ridge_curvefit.py (#28876) 2024-04-25 15:10:00 +00:00
_cd_fast.pyx MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
_coordinate_descent.py MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
_huber.py MAINT cleanup utils.__init__: move masking tools into utils._mask (#28515) 2024-02-27 15:58:05 +00:00
_least_angle.py MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
_linear_loss.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
_logistic.py MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
_omp.py MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
_passive_aggressive.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
_perceptron.py DOC improve the documentation of Perceptron (#27789) 2023-11-20 14:57:08 +01:00
_quantile.py MAINT change the default solver in QuantileRegressor (#27943) 2023-12-12 17:01:54 +01:00
_ransac.py ENH Add metadata routing for `RANSACRegressor` (#28261) 2024-02-26 13:30:08 +00:00
_ridge.py FEA: Ridge support for Array API compliant inputs (#27800) 2024-04-25 11:52:04 +02:00
_sag.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_sag_fast.pyx.tp MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
_sgd_fast.pxd MNT replace Cython loss functions in SGD part 1 (#27999) 2024-01-18 14:22:10 +05:00
_sgd_fast.pyx.tp MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
_stochastic_gradient.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
_theil_sen.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
meson.build BLD Fix more build dependencies in meson build (#28821) 2024-04-15 10:34:40 +02:00