Commit Graph

255 Commits

Author SHA1 Message Date
Eric Jacobsen 0974fb6d3c ENH: Call plot twice per class label rather than for every point. 2013-10-10 00:37:31 -07:00
Mathieu Blondel 3d772e9034 Add pairwise_distances_argmin. 2013-08-30 22:31:09 +09:00
Mathieu Blondel 70695caf78 Use pairwise_distances_argmin_min in examples. 2013-08-30 22:21:55 +09:00
Lars Buitinck 98b95ca711 DOC fix example comments
* @GaelVaroquaux's name was misspelled
* users won't know what a "Documentation merge" is
2013-07-30 12:41:56 +02:00
Kemal Eren cbdd485df2 moved bicluster examples to their own category 2013-07-25 19:19:23 +02:00
Kemal Eren 510d86079e merged newsgroup example with Vlad's 2013-07-25 19:19:23 +02:00
Kemal Eren b0a9f92c53 renamed example to get output to work 2013-07-25 19:19:22 +02:00
Kemal Eren e748018172 added consensus score to bicluster examples 2013-07-25 19:19:22 +02:00
Kemal Eren a591ff9310 fixed a few things in examples, documentation, and docstrings 2013-07-25 19:19:21 +02:00
Kemal Eren 1978d2fac6 wrote newsgroup biclustering example 2013-07-25 19:19:21 +02:00
Kemal Eren 8b2b8e5579 renamed examples; added to example docstrings 2013-07-25 19:19:21 +02:00
Kemal Eren 9c20a9e2ab made 'bicluster' a submodule of 'cluster' 2013-07-25 19:19:20 +02:00
Jaques Grobler f727efab0e Small docstring changes for plot_ward_structured_vs_unstructered example, as mentioned in PR #2017 2013-07-24 11:36:46 +02:00
Jaques Grobler 65cce1b43c fix merge conflict 2013-07-22 16:20:31 +02:00
Jaques Grobler cbfe851751 example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Jaques Grobler 6fc3499bd4 example docstring fixes 2013-06-06 12:30:42 +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
Jaques Grobler 456b0d010f Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup
MRG Example gallery cleanup
2013-04-18 04:21:05 -07:00
Andreas Mueller 3c501ec97b COSMIT typo. the French again ;) 2013-04-14 16:34:53 +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
Andreas Mueller 307afc8441 DOC correct / simplify dbscan examle 2013-04-04 21:49:26 +02:00
Jaques Grobler dbf1e54ca3 rename example title 2013-03-25 20:36:08 +01:00
Jaques Grobler a71f616d3e typo fix and heading changes 2013-03-18 13:52:20 +01:00
Jaques Grobler 122849008c example title change 2013-03-18 13:51:36 +01: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
Andreas Mueller e52e24706f COSMIT pep8 2013-01-21 21:20:21 +01:00
GaelVaroquaux 5d97a113e3 DOC: change the example to lighter dataset 2013-01-20 19:48:11 +01:00
Gael Varoquaux 4ba01b6932 DOC: dict learning with kmeans in narrative doc 2013-01-20 19:48:11 +01:00
Gael Varoquaux 70a3090123 DOC: improve online KMeans example 2013-01-20 19:48:10 +01:00
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Andreas Mueller 54385c7565 COSMIT featuers -> features typo 2012-12-22 16:48:17 +01:00
kuantkid 46f15875db RENAME rename eigen_tol and eigen_solver, and warning about using old variable name eig_tol and mode 2012-11-27 09:35:45 -05:00
kuantkid 0ef3aadc69 RENAME parameter rename in examples 2012-11-27 09:35:16 -05:00
Gael Varoquaux 388d1233dd API: change 'embed_solve' to 'assign_labels' 2012-10-27 20:40:06 +02:00
Gael Varoquaux 9b0ee1d997 MISC: split example in two plots 2012-10-27 20:40:06 +02:00
cow d3f1d77e59 Removed savefig 2012-10-27 20:40:06 +02:00
cow efb134469e Modified lena segmenation example to include different embedding solvers 2012-10-27 20:40:06 +02:00
cow 112597d755 Added newline to the end of file 2012-10-27 20:40:05 +02:00
cow 64bfe41c34 Example for spectral clustering embedding handling 2012-10-27 20:40:05 +02:00
Andreas Mueller c0a057843c ENH rename Scaler to StandardScaler everywhere 2012-09-23 17:31:15 +01:00
Andreas Mueller 713ba6006e COSMIT pep8 2012-09-04 17:24:01 +01:00
Andreas Mueller a682cfbb73 FIX affinity propagation typo 2012-09-03 21:22:10 +01:00
Nelle Varoquaux e737aa46c8 FIX the AP was using a deprecated parameter 2012-09-02 23:10:13 +02:00
Andreas Mueller 0df98bb3c0 ENH add test, revert affinity propagation to previous parametrization (was a bit over-eager there) 2012-08-27 09:35:14 +02:00
Andreas Mueller 194b0f10bc Merge branch 'master' into fit_pairwise 2012-08-05 16:49:48 +01:00
Alexandre Gramfort 9cfdff594c missing pl.show() in plot_digits_agglomeration.py 2012-07-28 12:40:52 +02:00
Andreas Mueller 28fd13f7e4 ENH Starting on affinity propagation 2012-06-03 20:33:06 +02:00
Andreas Mueller 86baa8a7d6 ENH "fit_pairwise" for spectral clustering. 2012-06-03 20:33:06 +02:00
Andreas Mueller 8199bfd348 ENH fixed ``n_cluster`` to ``n_clusters`` in examples. Thanks @agramfort 2012-05-30 07:41:35 +02:00