scikit-learn/sklearn/linear_model
Guillaume Lemaitre 69eb4d4678 [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
..
tests [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
__init__.py ENH Enable the "sufficient stats" mode of LARS (#11699) 2019-03-06 08:06:47 +01:00
base.py MAINT Replace manual checks with `check_is_fitted` (#13013) 2019-05-07 14:54:56 +10:00
bayes.py DOC describe fit_intercept and intercept_ behavior in BayesianRidge (#13429) 2019-03-12 20:55:16 +11:00
cd_fast.pyx BLD Fixes Cython cimport errors (#13754) 2019-05-01 16:58:48 +10:00
coordinate_descent.py DOC Fix more formatting inconsistencies (#13787) 2019-05-05 22:05:58 +08:00
huber.py Huber fix with bool X (#13328) 2019-03-03 08:20:15 +01:00
least_angle.py DOC Fix more formatting inconsistencies (#13787) 2019-05-05 22:05:58 +08:00
logistic.py MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
omp.py DOC Fix more formatting inconsistencies (#13787) 2019-05-05 22:05:58 +08:00
passive_aggressive.py FIX non deterministic behavior in SGD (#13422) 2019-04-04 21:31:09 +11:00
perceptron.py FIX non deterministic behavior in SGD (#13422) 2019-04-04 21:31:09 +11:00
ransac.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
ridge.py ENH handle sparse x and intercept in _RidgeGCV (#13350) 2019-05-07 23:34:07 -04:00
sag.py Don't use global np.random.seed in tests (#13356) 2019-03-02 08:46:23 +01:00
sag_fast.pyx.tp MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
setup.py LogisticRegression convert to float64 (for SAG solver) (#13243) 2019-02-27 11:14:29 +01: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 FIX non deterministic behavior in SGD (#13422) 2019-04-04 21:31:09 +11:00
theil_sen.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00