Commit Graph

1924 Commits

Author SHA1 Message Date
Ian Ozsvald 0bf39889bd updated docs to fix formatting errors 2013-07-17 13:54:34 +01:00
Gael Varoquaux 9bd98c34f4 Merge branch 'pr_1732' 2013-07-14 11:43:22 -05:00
uber b9673abd54 example yahoo stock issue fix 2013-07-13 21:48:24 -05: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
Ian Ozsvald 4e1bc3ccd5 improved formatting 2013-07-10 16:29:03 +01:00
Ian Ozsvald fb10548fc0 clearer decision surface plots and classifier final predictions for the ensembles 2013-07-10 13:32:11 +01: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 c7c523f75f undo change to clustering example 2013-07-06 07:44:13 -07:00
Jake Vanderplas e0b46f876c DOC: document the new neighbors functions & KDE 2013-07-05 13:17:31 -07:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03: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
Olivier Grisel 63df99d7e2 FIX: do not print to many messages to stdout when generating the documentation 2013-06-26 13:13:20 -05:00
Olivier Grisel 6d4914df4b Make the out-of-core example plot work when launched by the sphinx extension 2013-06-24 01:16:52 -05:00
Johannes Schönberger 0714468838 Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00
eustache 77402c20ac more pep257 fixes (not for ReuterStreamReader as it is not really the interesting class here) 2013-06-21 10:31:27 +02:00
eustache 5fcc104e46 some more language corrections 2013-06-21 10:20:08 +02:00
eustache e31c4a70df added sub section on out-of-core scaling in the narrative docs 2013-06-18 10:05:45 +02:00
eustache 9dc2b467d9 more structured iteration using islice + wrappers; renamed chunk for minibatch as the latter seems more common in hte literature 2013-06-17 10:37:24 +02:00
eustache b20accb9dd cosmit : inline extract_instance 2013-06-14 10:43:19 +02:00
eustache 8ed796ec92 added note on test set creation rationale 2013-06-14 09:14:14 +02:00
eustache d63535e4ac factorized instance extraction + plots 2013-06-14 09:09:29 +02:00
eustache 03e9dbe0b0 use same, separate held-out data to estimate accuracy after each mini-batch 2013-06-13 14:57:32 +02:00
eustache 9a58f0aacd more robust data location 2013-06-13 14:57:32 +02:00
eustache 775bfc1800 improve explanations on example structure 2013-06-13 14:56:51 +02:00
eustache d16aa68b71 improve explanations on out-of-core learning paradigm 2013-06-13 14:56:51 +02:00
eustache 0853c68e26 using print() function 2013-06-13 14:56:51 +02:00
eustache 956aa397a3 plot as both a function of time and n_examples 2013-06-13 14:56:51 +02:00
eustache d392666a91 get rif of feature dicts, leverage HashingVectorizer class directly 2013-06-13 14:56:51 +02:00
eustache bfa939d92f pep8 / pep257 compliant formating 2013-06-13 14:56:51 +02:00
eustache 89e6b0def7 revision round #1 (move to examples/applications, 1 file, auto-download dataset) 2013-06-13 14:56:51 +02:00
eustache 347dc7c3af added first version of out-of-core example 2013-06-13 14:56:51 +02:00
Lars Buitinck df889f850c Merge pull request #1716 from larsmans/truncated-svd
[MRG] add latent semantic analysis/sparse truncated SVD
2013-06-12 04:40:24 -07:00
Lars Buitinck 52a100215c DOC explain normalization in LSA KMeans example
As requested by @ogrisel.
2013-06-12 13:39:39 +02:00
Lars Buitinck a7e0246624 FIX and link LSA clustering example 2013-06-12 13:39:39 +02:00
Lars Buitinck cacb14ef0a ENH add latent semantic analysis/sparse truncated SVD
Fixes #1519.
2013-06-12 13:39:36 +02:00
Olivier Grisel 5d7aaaec50 FIX inconsistent cv_scores_ generation for randomized search and re-add example 2013-06-10 13:45:52 +10:00
Peter Prettenhofer f1dee6eb08 fix: add missing str formatting operator 2013-05-31 09:31:23 +02:00
James McDermott 8e79203b36 DOC rename lambda to alpha in plot_lasso_coordinate_descent_path. (Re)-Closes #903. 2013-05-16 07:19:25 +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
Gael Varoquaux f924d3e466 COSMIT: labels in plot_lasso_coordinate_descent_path 2013-04-30 08:03:54 +02:00
Jaques Grobler 456b0d010f Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup
MRG Example gallery cleanup
2013-04-18 04:21:05 -07:00
Szabo Roland ade2db97c7 DOC Add labels and some explanation to confusion matrix example 2013-04-17 16:35:02 +02:00