Rajat Khanduja
|
5e20b8c664
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
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 |
Kyle Kastner
|
eb19f89f38
|
Removed pl.axis('tight') and set the plot limits with pl.xlim(), pl.ylim(). pl.axis('tight') appears to be adding whitespace around the colormesh
|
2013-06-28 10:31:00 -05: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 |
Jake Vanderplas
|
6bdc90417c
|
COSMIT: pep8
|
2011-12-23 10:24:36 -08:00 |
Olivier Grisel
|
c74347f5ca
|
trailing spaces
|
2011-09-16 11:29:26 +02:00 |
Jake Vanderplas
|
6c97f3832d
|
add weighting to classification and regression
|
2011-09-11 16:17:57 -07:00 |
Jake Vanderplas
|
bc02942bc3
|
Nearest Neighbors examples & documentation
|
2011-09-11 10:45:34 -07:00 |