scikit-learn/sklearn/linear_model
Guillaume Lemaitre e430f6e127
MAINT change the default solver in QuantileRegressor (#27943)
2023-12-12 17:01:54 +01:00
..
_glm ENH scaling of LogisticRegression loss as 1/n * LinearModelLoss (#26721) 2023-10-06 23:49:37 +02:00
tests MAINT change the default solver in QuantileRegressor (#27943) 2023-12-12 17:01:54 +01:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_base.py MAINT remove normalize parameter and subsequent clean-up (#27855) 2023-12-04 14:29:06 +00:00
_bayes.py CI/FIX Enable numpy dev in scipy-dev build and fix Bayesian linear models for numpy 2 compat (#27899) 2023-12-04 15:54:17 +00:00
_cd_fast.pyx MAINT cython typedefs in _cd_fast (#27334) 2023-09-11 17:37:40 +02:00
_coordinate_descent.py MAINT remove normalize parameter and subsequent clean-up (#27855) 2023-12-04 14:29:06 +00:00
_huber.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_least_angle.py MAINT remove normalize parameter and subsequent clean-up (#27855) 2023-12-04 14:29:06 +00:00
_linear_loss.py ENH scaling of LogisticRegression loss as 1/n * LinearModelLoss (#26721) 2023-10-06 23:49:37 +02:00
_logistic.py MAINT remove option penalty='none' in LogisticRegression (#27857) 2023-11-27 23:37:46 +01:00
_omp.py MAINT remove normalize parameter and subsequent clean-up (#27855) 2023-12-04 14:29:06 +00: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 MNT SLEP6: raise NotImplementedError for meta-estimators not supporting metadata routing (#27389) 2023-09-25 13:50:18 +00:00
_ridge.py MAINT remove normalize parameter and subsequent clean-up (#27855) 2023-12-04 14:29:06 +00: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