scikit-learn/sklearn/linear_model
Tialo ea3e1764cb
TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_logistic.py` (#27210)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-13 21:24:24 +00:00
..
_glm Fix AttributeError use_fallback_lbfgs_solve for newton-cholesky when fitting with max_iter=0 (#26653) 2023-06-26 15:07:59 +00:00
tests TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_logistic.py` (#27210) 2023-09-13 21:24:24 +00:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_base.py ENH Array API support for PCA (#26315) 2023-07-13 16:58:06 -05:00
_bayes.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_cd_fast.pyx MAINT cython typedefs in _cd_fast (#27334) 2023-09-11 17:37:40 +02:00
_coordinate_descent.py MAINT Remove soon-to-be deprecated scipy.sparse functions (#26751) 2023-07-12 18:34:01 +02:00
_huber.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_least_angle.py MNT Remove misleading comment (#27115) 2023-08-21 14:05:45 +02:00
_linear_loss.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_logistic.py MNT (SLEP6) remove other_params from provess_routing (#26909) 2023-07-27 17:43:45 +00:00
_omp.py DOC fix description of tolerance in OMP (#26823) 2023-07-12 18:13:36 +02:00
_passive_aggressive.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
_perceptron.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_quantile.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_ransac.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
_ridge.py TST Extend tests for `scipy.sparse/*array` in `sklearn/linear_model/tests/test_ridge` (#27235) 2023-09-13 17:33:59 +05:00
_sag.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_sag_fast.pyx.tp BLD Generate warning automatically for templated cython files (#25842) 2023-03-14 10:51:24 -04:00
_sgd_fast.pxd MAINT Remove Cython compilation warnings ahead of Cython3.0 release (#25621) 2023-02-19 18:14:56 +01:00
_sgd_fast.pyx.tp MAINT: remove `from numpy.math cimport` statements (#26143) 2023-04-12 16:06:05 +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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_theil_sen.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00