scikit-learn/sklearn/linear_model
Pim de Haan c854ade63b DOC describe fit_intercept and intercept_ behavior in BayesianRidge (#13429) 2019-03-12 20:55:16 +11:00
..
tests Sag handle numerical error outside of cython (#13389) 2019-03-06 13:57:39 +01:00
__init__.py ENH Enable the "sufficient stats" mode of LARS (#11699) 2019-03-06 08:06:47 +01:00
base.py FIX: make LinearRegression perfectly consistent across sparse or dense (#13279) 2019-02-27 13:52:19 +01:00
bayes.py DOC describe fit_intercept and intercept_ behavior in BayesianRidge (#13429) 2019-03-12 20:55:16 +11:00
cd_fast.pyx MNT fix cd_fast.pyx warning issues (#13397) 2019-03-05 22:00:00 +01:00
coordinate_descent.py FIX Raise warning in scikit-learn/sklearn/linear_model/cd_fast.pyx for cases when the main loop exits without reaching the desired tolerance (#11754) 2019-02-27 10:13:30 +01:00
huber.py Huber fix with bool X (#13328) 2019-03-03 08:20:15 +01:00
least_angle.py ENH Enable the "sufficient stats" mode of LARS (#11699) 2019-03-06 08:06:47 +01:00
logistic.py DOC : fixing missing solvers in logreg doc (#13278) 2019-02-27 11:25:28 +01:00
omp.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
passive_aggressive.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
perceptron.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
ransac.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
ridge.py Don't use global np.random.seed in tests (#13356) 2019-03-02 08:46:23 +01: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 Sag handle numerical error outside of cython (#13389) 2019-03-06 13:57:39 +01:00
setup.py LogisticRegression convert to float64 (for SAG solver) (#13243) 2019-02-27 11:14:29 +01:00
sgd_fast.pxd MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
sgd_fast.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
sgd_fast_helpers.h LogisticRegression convert to float64 (for SAG solver) (#13243) 2019-02-27 11:14:29 +01:00
stochastic_gradient.py Don't use global np.random.seed in tests (#13356) 2019-03-02 08:46:23 +01:00
theil_sen.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00