scikit-learn/sklearn/linear_model
Ingrid Spielman 9fb1c95f2e DOC update to attribute from docstring in RidgeClassifierCV class (#14752) 2019-08-24 15:37:02 -04:00
..
tests don't overwrite precompute=True in lassocv (#14591) 2019-08-22 10:51:54 +02:00
__init__.py ENH Enable the "sufficient stats" mode of LARS (#11699) 2019-03-06 08:06:47 +01:00
base.py MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
bayes.py [WIP] DOC Document default values for bayes.py (#14518) 2019-08-14 15:58:30 -04:00
cd_fast.pyx BLD Fixes Cython cimport errors (#13754) 2019-05-01 16:58:48 +10:00
coordinate_descent.py don't overwrite precompute=True in lassocv (#14591) 2019-08-22 10:51:54 +02:00
huber.py MAINT Common sample_weight validation (#14307) 2019-07-19 11:23:30 -04:00
least_angle.py Fix LassoLars copy_X comment format (#14666) 2019-08-16 15:38:17 -04:00
logistic.py MNT Removed redundant checks when calling scorer/get_scorer (#14658) 2019-08-15 11:52:27 +08:00
omp.py DOC replace e.g. by i.e. in fit_intercept docstring (#14594) 2019-08-08 07:18:43 +08:00
passive_aggressive.py DOC some attribute documentation (#14459) 2019-07-25 17:27:35 +02:00
perceptron.py DOC Add default values for Perceptron and SGD Classifier/Regressor (#14470) 2019-07-25 21:09:24 +02:00
ransac.py MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
ridge.py DOC update to attribute from docstring in RidgeClassifierCV class (#14752) 2019-08-24 15:37:02 -04:00
sag.py MAINT Common sample_weight validation (#14307) 2019-07-19 11:23:30 -04:00
sag_fast.pyx.tp MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
setup.py FIX Lazy cython import for pytest to work without cython 2019-05-29 15:05:00 -04:00
sgd_fast.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
sgd_fast.pyx MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
sgd_fast_helpers.h LogisticRegression convert to float64 (for SAG solver) (#13243) 2019-02-27 11:14:29 +01:00
stochastic_gradient.py MAINT Removes unused keyword in BaseSGD (#14655) 2019-08-14 13:41:15 -07:00
theil_sen.py MAINT Remove imports from sklearn.utils._joblib (#13676) 2019-06-18 18:37:14 +04:00