hmasdev
77bc7f921c
DOC Fix expired links to some references ( #22373 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: hmasdev <hmasdev@gmail.com>
2022-02-05 10:58:30 -05:00
puhuk
337e0d234b
DOC Use :doi: and :arxiv: directives for references ( #21099 )
2021-10-20 13:53:25 -04:00
Chiara Marmo
9a0bc639a6
DOC Fix changelog rendering and undefined label sphinx warning ( #18772 )
2020-11-06 12:16:43 +00:00
Daniel López
daebcac781
FEA Add PolynomialCountSketch to Kernel Approximation module ( #13003 )
...
* Add Tensor Sketch algorithm
* Add user guide entry
* Add example
* Add benchmark
Co-authored-by: Christian Lorentzen <lorentzen.ch@googlemail.com>
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-08-18 08:44:20 +02:00
Thomas J Fan
91e942759f
DOC Make release highlights the first gallery section ( #16952 )
2020-04-27 11:23:15 -04:00
Thomas J Fan
2e7e06b78f
[MRG] Doctest with print change only adjusts default options for doctest ( #13991 )
2019-06-01 10:53:45 +02:00
jeremiedbb
e574990d1a
[MRG] MNT Clean some deprecation stuff for 0.21 ( #13443 )
2019-03-21 15:55:32 +01:00
TakingItCasual
f4e7d2b19a
Converting http to https (3)... ( #12302 )
2018-10-05 18:50:31 +02:00
Olivier Grisel
40e6c43cb4
Joblib 0.12.2 ( #11741 )
...
* joblib 0.12.2
* Export _joblib's register_parallel_backend
* Use latest version of coverage
2018-08-03 12:34:25 +02:00
Tom Dupré la Tour
0fc7ce6bb8
[MRG+1] Add a stopping criterion in SGD, based on the score on a validation set ( #9043 )
2018-07-05 16:25:34 +02:00
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