scikit-learn/sklearn/linear_model
Sam Radhakrishnan d9eba751bd Fix LogisticRegressionCV default solver value in docstring (#9962) 2017-10-20 15:02:48 +02:00
..
tests [MRG+1] Fix typos in documentation (#9878) 2017-10-07 16:06:18 +02:00
__init__.py Remove unused imports (#9235) 2017-07-01 05:57:54 -07:00
base.py misc 2017-07-16 14:33:29 +02:00
bayes.py [MRG+2] Clean common tests (#9340) 2017-09-26 18:13:15 +02:00
cd_fast.pyx Improve warning message in ElasticNet (#8565) 2017-03-17 11:05:17 +01:00
coordinate_descent.py [MRG+1] Added examples to docstrings of ElasticNet and ElasticNetCV (#9383) 2017-08-01 11:15:05 +02:00
huber.py [MRG+1] DOC insert spaces before colons in parameter lists (#7920) 2016-11-25 10:59:22 +01:00
least_angle.py [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
logistic.py Fix LogisticRegressionCV default solver value in docstring (#9962) 2017-10-20 15:02:48 +02:00
omp.py [MRG + 1 (rv) + 1 (alex) + 1] Add a check to test the docstring params and their order (#9206) 2017-07-11 18:42:10 +02:00
passive_aggressive.py [MRG+1] FIX n_iter -> max_iter conversion in SGDClassifier (#9558) 2017-08-16 16:25:53 -07:00
perceptron.py [MRG + 1 (rv) + 1 (alex) + 1] Add a check to test the docstring params and their order (#9206) 2017-07-11 18:42:10 +02:00
randomized_l1.py DOC improve check_memory related docstrings (#9649) 2017-08-31 09:05:48 +10:00
ransac.py [MRG+2] Clean common tests (#9340) 2017-09-26 18:13:15 +02:00
ridge.py Adding objective function in Ridge regression docstring (#9942) 2017-10-17 21:40:37 +02:00
sag.py [MRG+1] DOC improve description and consistency of random_state (#8689) 2017-04-05 17:43:21 -07:00
sag_fast.pyx DOC Fix typos (#9577) 2017-08-17 22:17:21 +10: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 Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00
sgd_fast_helpers.h FIX #3566: redefine isfinite alias in sklearn 2014-08-31 14:59:23 +01:00
stochastic_gradient.py ENH avoid FutureWarning in BaseSGD.set_params (#9802) 2017-09-27 14:39:33 +10:00
theil_sen.py [MRG+1] Drop NumPy < 1.8 (#8874) 2017-06-07 17:06:06 +02:00