scikit-learn/sklearn/linear_model
Matthias Feurer 57bcd075c3 DOC add docs about sgd and warmstarting (#10011) (#10087)
In particular, clarify for SGDClassifier, SGDRegressor,
PassiveAggressiveClassifier and PassiveAggressiveRegressor how
the attribute warm_start and the methods `fit` and `partial_fit`
interact.

Fixes #10011
2017-11-29 22:10:28 +11:00
..
tests [MRG + 1] FIX Calculation of standard deviation of predictions in ARDRegression (#10153) 2017-11-22 10:31:49 +01: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 + 1] FIX Calculation of standard deviation of predictions in ARDRegression (#10153) 2017-11-22 10:31:49 +01:00
cd_fast.pyx Improve warning message in ElasticNet (#8565) 2017-03-17 11:05:17 +01:00
coordinate_descent.py [MRG] Fix LogisticRegression see also should include LogisticRegressionCV(#9995) (#10022) 2017-10-27 13:10:47 +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] Fix LogisticRegression see also should include LogisticRegressionCV(#9995) (#10022) 2017-10-27 13:10:47 +02:00
logistic.py [MRG] Fix LogisticRegression see also should include LogisticRegressionCV(#9995) (#10022) 2017-10-27 13:10:47 +02:00
omp.py Fix omp non normalize (#10071) 2017-11-17 08:42:47 +11:00
passive_aggressive.py DOC add docs about sgd and warmstarting (#10011) (#10087) 2017-11-29 22:10:28 +11: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 [MRG] Fix LogisticRegression see also should include LogisticRegressionCV(#9995) (#10022) 2017-10-27 13:10:47 +02:00
sag.py [MRG] Added missing sag_solver documentation (#10172) 2017-11-23 13:04:04 +01:00
sag_fast.pyx DOC fix link to SAG article 2017-11-16 05:04:03 +01: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 DOC add docs about sgd and warmstarting (#10011) (#10087) 2017-11-29 22:10:28 +11:00
theil_sen.py [MRG+1] Drop NumPy < 1.8 (#8874) 2017-06-07 17:06:06 +02:00