scikit-learn/sklearn/linear_model
Harsh Mahajan 38fd24ac1e EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
..
tests EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
__init__.py ENH Enable the "sufficient stats" mode of LARS (#11699) 2019-03-06 08:06:47 +01:00
base.py FIX convert Fortran-ordered array in Ridge with SAG solver (#14458) 2019-07-26 16:57:47 +02:00
bayes.py Fix ARDRegression accuracy issue with scipy 1.3.0 (#14067) 2019-07-27 13:23:40 -04:00
cd_fast.pyx BLD Fixes Cython cimport errors (#13754) 2019-05-01 16:58:48 +10:00
coordinate_descent.py MAINT Remove imports from sklearn.utils._joblib (#13676) 2019-06-18 18:37:14 +04:00
huber.py MAINT Common sample_weight validation (#14307) 2019-07-19 11:23:30 -04:00
least_angle.py MAINT Remove imports from sklearn.utils._joblib (#13676) 2019-06-18 18:37:14 +04:00
logistic.py PERF Support converting 32-bit matrices directly to liblinear format (#14296) 2019-07-31 13:13:28 +02:00
omp.py MAINT Remove imports from sklearn.utils._joblib (#13676) 2019-06-18 18:37:14 +04: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 Common sample_weight validation (#14307) 2019-07-19 11:23:30 -04:00
ridge.py FIX convert Fortran-ordered array in Ridge with SAG solver (#14458) 2019-07-26 16:57:47 +02: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 DOC Add default values for Perceptron and SGD Classifier/Regressor (#14470) 2019-07-25 21:09:24 +02:00
theil_sen.py MAINT Remove imports from sklearn.utils._joblib (#13676) 2019-06-18 18:37:14 +04:00