scikit-learn/sklearn/linear_model
Guillaume Lemaitre c36ab3a6f3
DOC remove default parameter values for private function in logistic module (#27787)
2023-11-16 11:23:44 +01:00
..
_glm ENH scaling of LogisticRegression loss as 1/n * LinearModelLoss (#26721) 2023-10-06 23:49:37 +02:00
tests FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01: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 DOC Fix reference to MultiTaskLassoCV in MultiTaskLasso (#27575) 2023-10-23 14:43:32 +02:00
_huber.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_least_angle.py FEA Add metadata routing to LarsCV and LassoLarsCV (#27538) 2023-10-10 09:17:26 +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 DOC remove default parameter values for private function in logistic module (#27787) 2023-11-16 11:23:44 +01:00
_omp.py FEA Add metadata routing to OrthogonalMatchingPursuitCV (#27500) 2023-10-09 12:42:50 +00:00
_passive_aggressive.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
_perceptron.py DOC Add link to Early Stopping example in Gradient Boosting (#27025) 2023-09-29 08:55:10 +02:00
_quantile.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 MNT SLEP6: raise NotImplementedError for meta-estimators not supporting metadata routing (#27389) 2023-09-25 13:50:18 +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