Commit Graph

23 Commits

Author SHA1 Message Date
Harsh Mahajan 228109cd5c MAINT Remove tolerance paramter from Perceptron (#14558) 2019-08-02 16:11:46 -04:00
Harsh Mahajan 38fd24ac1e EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
Tilen Kusterle a8efe00876 EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
Guillaume Lemaitre c28ef9ef2a DEP change the default of multi_class to 'auto' in logistic regression (#13807) 2019-05-22 09:57:15 -04:00
Adrin Jalali 69c8967e21 DOC Fix warnings in examples (#12654)
Fixe or suppresses many warnings in examples, including matplotlib complaining about the non-gui backend.
2019-01-17 21:41:13 +11:00
syonekura 32fcc364ab [MRG+1] Setting max_iter/tol explicitly for SGD estimators in docs (#9776) 2017-10-04 17:28:32 +02:00
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
TomDLT 94eb61960a ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
Danny Sullivan 4ceffe05a1 Adding Implementation of SAG 2015-09-10 13:27:04 -04:00
Danny Sullivan 5fe405bd65 cleaning up floating point and unneeded todos, also removing constant learning rate for asgd 2014-09-29 12:58:30 +02:00
Alexandre Gramfort 1ceb885f6b rephrase doc, rename unseen, fix pep8 2014-09-10 22:40:55 +02:00
Danny Sullivan 149d97f78e making optimal for asgd the constant learning rate 2014-09-10 11:10:01 +02:00
Danny Sullivan 43c284f1f9 adding comparison for ASGD 2014-08-22 14:17:25 +02:00
Rajat Khanduja 2244098532 Updated examples to use pyplot for plotting instead of pylab
Some examples not updated because scripts throw error (probably not
because of the change)
2014-05-15 02:18:07 +05:30
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02:00
Mathieu Blondel d184d62984 Fix example. 2012-11-05 21:55:41 +09:00
Rob Zinkov f67e0d2f1e Fixed docstrings and seed tests 2012-11-02 09:52:05 -07:00
Rob Zinkov fd595a7388 Renamed learning_rate loss in PassiveAggressive 2012-10-26 07:03:05 -07:00
Rob Zinkov 3a6bb7399d Fixed typo 2012-10-26 06:55:35 -07:00
Rob Zinkov 8f22486d1b Split out PassiveAggressive Classifier into its own object 2012-10-24 07:55:51 -07:00
Rob Zinkov dfe33d0c49 PEP8 COSMIT 2012-10-21 14:36:02 -07:00
Rob Zinkov 8ff740770a Added smoothing to example 2012-10-21 13:53:04 -07:00
Rob Zinkov 6f80695533 Adding example 2012-10-21 13:45:37 -07:00