Perrine Letellier
627e262254
fontsize legend parameter is not available for matplotlib < 1.3
2015-10-20 11:08:45 +02:00
maheshakya
0ebfff2b5c
ENH Changed description of hyper-parameters example.
2014-12-18 19:50:02 +01:00
Olivier Grisel
a8fc5228c1
ENH more LSH scalability example and doc improvements
2014-12-18 19:47:04 +01:00
maheshakya
c4de952275
ENH Modified hyperparameters example to calculate stadard deviations of accuracies.
2014-12-18 19:47:04 +01:00
maheshakya
e14a317da4
ENH Added error bars to scalability example plots.
2014-12-18 19:47:03 +01:00
maheshakya
53e04ed9cb
FIX Fixed benchmark.
...
ENH Added error bars to scalability example plots.
2014-12-18 19:47:03 +01:00
Olivier Grisel
bd0c8d357b
ENH improve LSHF scalability example
2014-12-18 19:47:03 +01:00
maheshakya
6cb40afb85
Modified plots in hyper-parameters and scalability plots.
2014-12-18 19:45:07 +01:00
maheshakya
f246fb6eb3
Added scalability plots into documentation.
2014-12-18 19:45:07 +01:00
maheshakya
b018524136
Created benchmark for approximate nearest neighbors.
2014-12-18 19:45:07 +01:00
maheshakya
89b5cae207
FIX Fixed accuracy error in scalability example.
2014-12-18 19:45:07 +01:00
maheshakya
f3f9b9ba3c
Example splitted into hyperparameters and scalability.
2014-12-18 19:45:07 +01:00
maheshakya
009ce303d5
Updated example to avoid redundants.
2014-12-18 19:45:07 +01:00
maheshakya
c7827bcd28
FIX Updated plots in example.
2014-12-18 19:45:07 +01:00
maheshakya
b862d3e51d
FIX Updated examples
2014-12-18 19:42:42 +01:00
maheshakya
59b5e39954
COSMIT pep8 LSH code
2014-12-18 19:42:42 +01:00
maheshakya
c096d64f70
DOC Updated the example.
...
Updated the compute distance function to use row_norms.
2014-12-18 19:42:42 +01:00
maheshakya
8098264999
DOC Added example for LSHForest.
2014-12-18 19:42:42 +01:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00
Olivier Grisel
f892622967
FIX Python 3 support for datasets.species_distributions
2014-06-24 10:39:41 +02:00
bwignall
34fc4d4214
CLN: Capitalize "Gaussian" in example docstrings
2014-06-01 16:53:23 -04:00
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
hendrik
8f94ae6d0f
PY3 fixed examples
2014-02-15 17:05:08 +01:00
Andreas Mueller
32eb8b57f8
ENH rename eval / pseudolikelihood to score_samples
2013-07-26 23:32:23 +02:00
Olivier Grisel
52ed83bfa7
FIX: Py3 print statements to print functions
2013-07-23 17:57:54 +02:00
Gael Varoquaux
40f4e94370
MISC: remove unused imports
2013-07-13 19:08:29 -05:00
Jake Vanderplas
db888b3a0e
Xplot -> X_plot
2013-07-12 06:19:48 -07:00
Jake Vanderplas
a42e4f18f4
DOC: tweak kde examples and move density docs
2013-07-11 17:26:33 -07:00
Jake Vanderplas
be0ba9dc39
DOC: small fixes to neighbors doc
2013-07-10 15:39:23 -07:00
Jake Vanderplas
42af1308bb
add 1D KDE example
2013-07-10 15:20:08 -07:00
Jake Vanderplas
c7548ccbbe
DOC: rearrange KDE examples
2013-07-07 18:16:45 -07:00
Jake Vanderplas
8c1a75ec41
add species KDE example
2013-07-07 09:02:26 -07:00
Jake Vanderplas
cb38853f8e
set random seed in KDE example
2013-07-06 08:48:48 -07:00
Jake Vanderplas
7725cde9ca
import KernelDensity from neighbors module
2013-07-06 07:55:21 -07:00
Jake Vanderplas
eaac7aa19f
fix conflicts with master
2013-07-06 07:53:37 -07:00
Jake Vanderplas
e0b46f876c
DOC: document the new neighbors functions & KDE
2013-07-05 13:17:31 -07:00
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
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
Robert Layton
58e15bcf27
Update examples/neighbors/plot_nearest_centroid.py
2012-03-27 09:32:40 +12:00
Robert Layton
fd30ddc561
Example of nearest neighbor, getting an improvement when using a shrink threshold of 0.1
2012-03-26 21:35:46 +11:00
Jake Vanderplas
6bdc90417c
COSMIT: pep8
2011-12-23 10:24:36 -08:00
Gilles Louppe
63331849ea
DOC: Fixed links to modules in the example gallery
2011-12-19 16:07:01 +01: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
Jake Vanderplas
0bae054899
move neighbors examples to examples/neighbors/
2011-09-09 09:00:59 -07:00