Commit Graph

25 Commits

Author SHA1 Message Date
Aman Dalmia 13cc121b30 [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
Saiwing Yeung c5fd5cbb7e DOC: fixed typos and one style issue in plot examples
The comment in a few example plots refer to "the mesh [x_min, m_max] x
[y_min, y_max]" when it should be "x_max".

Also fixed the spacing in plot_random_forest_embedding.py `[x_min,
x_max] x [y_min, y_max]` to `[x_min, x_max]x[y_min, y_max]` to comply
with the coding style of other files with similar code (like those in
the current pull request).
2016-04-25 11:59:40 +08:00
seales 0485ada58b General spelling fixes 2015-12-16 09:46:42 -08:00
Andrew Walker c1495168f5 Update plot_kernel_approximation.py
Correct documentation typo 'not' to 'note'
2014-08-18 20:38:08 +10: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
Lars Buitinck 9a9b9e85ed DOC+COSMIT: typos, lots of them
Fixes #2102. There's one typo left in joblib which is better fixed
upstream.
2013-09-13 16:29:42 +02:00
Lars Buitinck 5cadbe68ff DOC typos involving Nyström 2013-07-30 18:02:23 +02:00
Jaques Grobler cbfe851751 example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
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
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
Lars Buitinck 837093df7f P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
andy 5bd197cb0d DOC added note in example that digits data is to small. 2012-12-09 15:37:00 +01:00
Andreas Mueller d4eb8196e9 ENH renamed class NystromKernelApproximation to Nystrom (it is in the kernel_approximation module). Also improvements to example docstring 2012-12-09 14:14:09 +01:00
Andreas Mueller 25b60c1681 ENH Nystroem kernel approxmation 2012-12-09 14:14:09 +01:00
Andreas Mueller e749771faa MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02:00
Andreas Mueller 645db95737 ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00
Andreas Mueller 486cd551f8 COSMIT pep8 2011-12-20 14:17:51 +01:00
Andreas Mueller e33d9558bf FIX fix module links, figure split into two 2011-12-20 14:17:51 +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 44e9baee1c ENH timing results in approx kernel example 2011-12-20 14:17:50 +01:00
Andreas Mueller eca01e80ed DOC more discussion in docstring 2011-12-20 14:17:50 +01:00
Andreas Mueller 6f3263f569 ENH fixed location of the legend in kernel_approximation example 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
Andreas Mueller 5ab3afc94b DOC: Move kernel approximation to be a "plot" example. 2011-12-20 14:17:49 +01:00