Commit Graph

104 Commits

Author SHA1 Message Date
TomDLT 94eb61960a ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
Andreas Mueller deeaf0ad35 change default to shuffle=True in SGDClassifier and friends. 2015-03-03 11:56:23 -05:00
Olivier Grisel 84f1134b34 DOC target URLs on SGD loss / penalty figures 2014-11-27 11:29:20 +01:00
Alexandre Gramfort 1ceb885f6b rephrase doc, rename unseen, fix pep8 2014-09-10 22:40:55 +02:00
Danny Sullivan 42fbeaea4c changing sgd to asgd 2014-08-21 14:52:33 +02:00
Danny Sullivan 9e6ce6da76 adding explanation of asgd to doc 2014-08-13 16:11:36 +02:00
Danny Sullivan e0d92a490b more documentation changes 2014-07-24 15:07:36 +02:00
Brooke Osborn 6958f225ca updating doc 2014-07-24 14:46:22 +02:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
Olivier Grisel 2eb1e98eef MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
Lars Buitinck c176ced74d DOC double backticks for fixed-width (code) font
Fixes #3337. Also other minor fixes while I was at it.
2014-07-06 14:18:33 +02:00
Mathieu Blondel 73246b1873 Cosmit in SGD doc. 2014-02-05 11:10:24 +09:00
Andreas Mueller 27e37a0979 DOC make loss function in SGD consistent with subgradient. Comment by Martin Jaggi :) 2014-02-04 23:09:12 +01:00
Jaques Grobler ed82f9befc some cosmetic commits and delete duplicate files 2013-11-03 22:10:58 -08:00
Jaques Grobler 9b4799282e SGD and SVC duplicate example sorted 2013-11-03 22:10:57 -08:00
Lars Buitinck a82b31547d MAINT remove deprecated parameters (the easy cases) 2013-08-08 10:00:22 +02:00
Andreas Mueller 75af99e231 EXAMPLES remove non-existing example from doc, don't trigger deprecated interface in enet_path, lasso_path 2013-07-28 15:17:14 +02:00
Lars Buitinck de3866cf9a DOC SGDClassifier has multiclass predict_proba 2013-07-27 18:22:41 +02:00
Andreas Mueller edb2ff7be3 COSMIT sphinx fixes 2013-07-23 15:02:10 +02:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Peter Prettenhofer 724652ef41 corrected doctests after moving L2 penalty application in SGD 2013-05-29 16:38:34 +02:00
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Peter Prettenhofer af674acc87 get rid of ``rho`` in sgd documentation - has been replaced by ``l1_ratio`` 2013-04-09 12:54:20 +02:00
Andreas Mueller 68bfc9024d ENH don't return deprecated parameters by get_params. 2013-01-19 17:16:43 +01:00
Andreas Mueller 4461aaee25 FIX some doctests for SGD 2013-01-19 16:44:09 +01:00
Peter Prettenhofer 0e5bb0c5d4 cosmit: rephrased doc 2013-01-10 17:47:17 +01:00
Mathieu Blondel 938576395a Fix doctests. 2012-11-05 23:00:41 +09:00
Mathieu Blondel 221d15357e Update narrative documentation. 2012-11-05 21:50:56 +09:00
Mathieu Blondel 25284b9cf1 Merge branch 'sgd_learners' of https://github.com/zaxtax/scikit-learn into passive_aggressive 2012-11-05 16:24:42 +09:00
Rob Zinkov f67e0d2f1e Fixed docstrings and seed tests 2012-11-02 09:52:05 -07:00
Rob Zinkov e8fe8e6ae6 Fix indentation 2012-10-27 09:32:49 -07:00
Rob Zinkov 60d20c1cff Corrected doctests 2012-10-26 09:01:16 -07:00
Rob Zinkov 5d1bda6e66 Correct documentation 2012-10-26 08:38:34 -07:00
Rob Zinkov 76972db507 Added documentation for new classifier and changed seed to random_state 2012-10-25 06:18:34 -07:00
Peter Prettenhofer 465c8f7c77 doc: use n_iter instead of epochs; remove backslash 2012-10-23 14:48:55 +02:00
Rob Zinkov 74ef7384d0 COSMIT: spelling correction 2012-10-21 09:31:15 -07:00
Rob Zinkov e9ebfeb8c3 Added documentation and removed PA 2012-10-21 05:31:36 -07:00
Rob Zinkov 3dbd135bcb Added to documentation 2012-10-21 03:41:50 -07:00
Andreas Mueller 72e71bb439 ENH address @agramfort's comments, fix some doctests 2012-10-11 20:56:03 +01:00
Andreas Mueller b39609af4e ENH rename rho in SGD 2012-10-11 20:56:03 +01:00
Andreas Mueller c0a057843c ENH rename Scaler to StandardScaler everywhere 2012-09-23 17:31:15 +01:00
Lars Buitinck 3ca3e95b72 DOC rm references to deprecated stuff 2012-09-20 22:15:39 +02:00
Peter Prettenhofer 2bec0d7ac0 cosmit in sgd docs 2012-08-16 17:17:22 +02:00
Peter Prettenhofer f97629cfc9 adopted tests because of changed shape of predict_proba 2012-08-16 16:52:13 +02:00
Andreas Mueller 9f33581f0b DOC removed irrelephant/confusion reference, added pointer to source (as there is no other possible reference). 2012-06-04 22:45:04 +02:00
Mathieu Blondel 66bdd96ae8 Note on one-vs-all classification in SGD module. 2012-05-21 12:41:51 +09:00
Mathieu Blondel 554330368d Fix doctest. 2012-05-11 21:27:18 +09:00
Mathieu Blondel 85eccb9b39 Address @ogrisel and @pprett's comments. 2012-05-11 21:19:50 +09:00
Mathieu Blondel 04cecd21c1 Doc: predict_proba. 2012-05-03 17:10:17 +09:00
Mathieu Blondel 751da551b1 Update doc. 2012-05-03 17:06:33 +09:00