syonekura
32fcc364ab
[MRG+1] Setting max_iter/tol explicitly for SGD estimators in docs ( #9776 )
2017-10-04 17:28:32 +02:00
Andreas Mueller
c7ca0c58ee
[MRG+1] FIX n_iter -> max_iter conversion in SGDClassifier ( #9558 )
...
* move n_iter -> max_iter conversion and warning into _check_params in SGDClassifier for proper deprecation.
* move validate_params so we have self._max_iter in _fit
* validate params in init because the tests wants me to
* better check for input validation
* fix deprecation tests to call _validate_params
* fix parameter validation in PA classifier
* fix max_iter in doctests
* pep8 /doctest whitespace
* more doctests
* maybe I'll find them all....
2017-08-16 16:25:53 -07:00
Tom Dupré la Tour
edeb3af217
Deprecate n_iter in SGDClassifier and implement max_iter ( #5036 )
2017-06-23 21:49:29 +02:00
Óscar Nájera
bd5cecce44
update references link namespace
2016-08-03 20:23:50 +02:00
Óscar Nájera
04116ce286
update image sources namespace
2016-08-03 20:23:50 +02:00
Rémy Léone
9b7176dd9d
[DOC] Fix broken links
2016-03-23 12:45:34 -07:00
Andreas Mueller
0650d5502e
DOC adding backlinks to docstrings
2015-06-03 00:24:04 -04:00
Andreas Mueller
deeaf0ad35
change default to shuffle=True in SGDClassifier and friends.
2015-03-03 11:56:23 -05:00
Joel Nothman
e00fd83a83
DOC narrative docs for grid search's robustness to failure
2014-11-27 10:53:29 +11:00
Danny Sullivan
a0f0d461bc
fixing merge conflicts
2014-10-09 16:23:45 +02:00
Joel Nothman
9af14b3587
DOC restructure data transformation user guide
2014-09-11 16:54:03 +10:00
Danny Sullivan
8081745013
fixing merge conflicts
2014-09-10 11:13:57 +02:00
Benedikt Koehler
09596ca44f
Typo
...
"In particularly" -> "In particular,"
2014-07-28 13:30:52 +02:00
Danny Sullivan
e0d92a490b
more documentation changes
2014-07-24 15:07:36 +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
Valentin Haenel
d580661554
DOC add the Random Kitchen Sink synonym to the RBFSampler section
...
This should make it easier for people to find this code if they search for the
terms 'random kitchen sink' and 'python'.
2014-06-19 15:59:36 +02:00
bwignall
48c8ee699e
DOC: Replace GT/LT with angle brackets for inner product
2014-05-28 14:42:04 -04:00
Lars Buitinck
a82b31547d
MAINT remove deprecated parameters (the easy cases)
2013-08-08 10:00:22 +02:00
Federico Vaggi
df7e135b5b
cosmetic: Changed all instances of nonlinear to non-linear
2013-07-22 17:37:26 +00:00
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03: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
Andreas Mueller
56b47768f0
DOC added user guide links to all estimators on the whatsnew page
2013-01-20 14:23:29 +01: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
Andreas Mueller
22883c4401
DOC narrative doc for Nystroem.
2012-12-09 17:42:23 +01:00
Andreas Mueller
ecc50d032f
ENH addressed @kuantkid's comments. Also add myself to pairwise.py authors.
2012-11-26 21:15:46 +00:00
Andreas Mueller
b4bdd571e5
DOC cleared up difference to AdditiveChi2Sampler, added some "see also"s
2012-11-26 21:15:46 +00:00
Mathieu Blondel
938576395a
Fix doctests.
2012-11-05 23:00:41 +09:00
Andreas Mueller
7613fa9c40
DOC small example / doctest for kernel approximation.
2012-10-23 15:44:40 +02:00
Lars Buitinck
2d8ffc7d99
DOC fix dead link
2012-06-22 16:35:37 +02:00
Andreas Mueller
68e6c12ebc
DOC typo
2012-04-27 12:22:33 +02:00
Lars Buitinck
b981f568db
DOC typo
2012-02-10 18:37:16 +01:00
Andreas Mueller
de414067ad
DOC trying to clarify the kernel_approx documentation.
2011-12-20 16:40:09 +01:00
Gael varoquaux
f30fafe5bd
DOC: removing dangling link
2011-12-20 14:23:07 +01:00
Gael varoquaux
ad19facb3b
DOC: cosmit in kernel approximation
2011-12-20 14:17:51 +01:00
Andreas Mueller
a25d611052
FIX typo that cost me half a day of sprinting...
2011-12-20 14:17:51 +01:00
Andreas Mueller
79ad277714
FIX path in plot
2011-12-20 14:17:51 +01:00
Andreas Mueller
23f12cb44a
COSMIT + SPELL
2011-12-20 14:17:50 +01:00
Andreas Mueller
0de5a1a8cd
DOC minor doc improvements, different example
2011-12-20 14:17:50 +01:00
Andreas Mueller
5959e7a45b
ENH kernel approximation: More specific references and example referencing the narrative docs.
2011-12-20 14:17:50 +01:00
Andreas Mueller
2955c26527
DOC rst
2011-12-20 14:17:50 +01:00
Andreas Mueller
43b02ed5bc
DOC: kernel_approx make examples show correctly
2011-12-20 14:17:50 +01:00
Andreas Mueller
3e3136da44
DOC: finetuning the narrative docs for kernel_approximation
2011-12-20 14:17:50 +01:00
Andreas Mueller
972de6d452
Moving kernel_approximation to the top level
2011-12-20 14:17:49 +01:00