scikit-learn/sklearn/linear_model
jakirkham 78493769f0 MNT: Use memoryviews instead of ndarrays (#11722) 2018-08-11 21:47:22 +10:00
..
tests Style improvements to least_angle.py (#11703) 2018-08-06 11:10:42 +02:00
__init__.py Remove unused imports (#9235) 2017-07-01 05:57:54 -07:00
base.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
bayes.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
cd_fast.pyx MNT: Use memoryviews instead of ndarrays (#11722) 2018-08-11 21:47:22 +10:00
coordinate_descent.py DOC Minor doc fixes to coordinate_descent.py (#11737) 2018-08-07 22:09:42 +08:00
huber.py FIX n_iter_ should be less than max_iter in when using lbfgs solver(#10723) 2018-03-05 15:05:08 +01:00
least_angle.py Style improvements to least_angle.py (#11703) 2018-08-06 11:10:42 +02:00
logistic.py fix the docstring (#11788) 2018-08-10 11:26:47 -07:00
omp.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
passive_aggressive.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
perceptron.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
randomized_l1.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
ransac.py DOC mention predict requirement in RANSAC (#11684) 2018-07-29 13:13:18 +10:00
ridge.py DOC added examples to ridge classes (#11730) 2018-08-02 17:46:53 +10:00
sag.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
sag_fast.pyx MAINT Fix escape sequences that are deprecated in Python 3.6 (#10578) 2018-02-07 10:41:21 +11:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
sgd_fast.pxd doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
sgd_fast.pyx [MRG+1] Add a stopping criterion in SGD, based on the score on a validation set (#9043) 2018-07-05 16:25:34 +02:00
sgd_fast_helpers.h FIX #3566: redefine isfinite alias in sklearn 2014-08-31 14:59:23 +01:00
stochastic_gradient.py fix the docstring (#11789) 2018-08-10 11:25:40 -07:00
theil_sen.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00