Commit Graph

161 Commits

Author SHA1 Message Date
Alexandre Gramfort 101f0eed4c ENH : better shrinkage range for ShrunkCovariance 2013-10-25 17:49:06 +02:00
dengemann 4516bf5f96 COSMITS 2013-10-25 14:49:40 +02:00
dengemann 4f3722c38c ENH: improve FA vs PCA example 2013-10-25 14:38:44 +02:00
Alexandre Gramfort 915a58ba64 avoid zip + topic in doc 2013-09-06 08:51:06 +02:00
Alexandre Gramfort ab015af18e pimp example 2013-09-05 21:50:28 +02:00
Alexandre Gramfort 7d83cf33ac API : add score_samples in FactorAnalysis + update example 2013-09-05 21:41:45 +02:00
Alexandre Gramfort c1ad0c76f3 pep8 + misc 2013-09-05 21:40:27 +02:00
Alexandre Gramfort d024326999 ENH : add PCA+FA model selection example 2013-09-05 21:39:58 +02: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
Andreas Mueller 26eb3c606f DOC/EXAMPLES fix more documentation errors, deprecated api usages. 2013-07-28 15:01:48 +02:00
Jaques Grobler 30c08d4533 Merge pull request #2017 from jaquesgrobler/ENH_docstrings_in_gallery
MRG: Google-images style effect for Example Gallery
2013-07-24 02:26:10 -07:00
Alexandre Gramfort 91f588b0ab update ICA examples 2013-07-23 15:49:29 +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
Kevin Hughes 81e009157f ENH actually use scikit-learn's PCA class in plot_pca_3d.py
U is not necessarily the same as V.T. Since it's not needed, I removed it.
2013-04-17 16:29:57 +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 edd1555a4b MISC minor fixes in examples 2013-03-10 19:06:42 +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
Gael Varoquaux 70a3090123 DOC: improve online KMeans example 2013-01-20 19:48:10 +01:00
Gael Varoquaux 2b618051e3 DOC: example of dict-learning with KMeans 2013-01-20 19:48:10 +01:00
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Andreas Mueller 22b52eb124 COSMIT renaming chunk_size to batch_size in MiniBatchDictionaryLearning and MiniBatchSparsePCA 2012-12-16 15:45:34 +01:00
GaelVaroquaux 69e3554c8e MISC: wording of doc/comments in example 2012-11-13 09:42:31 +01:00
Immanuel Bayer ca8a8eb66a ENH renaming 'n_atoms' to 'n_components' for consistency 2012-11-04 10:01:13 +00:00
osdf 7f8c087acd Two iterations are enough for the test. 2012-10-13 19:29:02 +02:00
osdf eac061b845 Plot noise variance for FA. Changed some things to make plot_gallery usable for this, too. 2012-10-13 19:29:01 +02:00
osdf d3ea9f615f More or less same code already available. 2012-10-13 19:29:01 +02:00
osdf 63ce79cf23 Factor Analysis learns variance of generative model for every dimension. Illustrated with faces. 2012-10-13 19:29:01 +02:00
osdf f881485372 Extended faces decomposition example with Factor Analysis. 2012-10-13 19:29:01 +02:00
Alexandre Gramfort bf96a1418d ENH : cleanup FactorAnalysis object 2012-10-13 19:29:00 +02:00
Andreas Mueller de7eb723dc FIX faces_decomposition example. That this broke only now is a sign of deep magic, better left unexplored. 2012-06-04 22:27:34 +02:00
Andreas Mueller 2e084358f3 FIX typo in example. My bad. 2012-06-02 18:37:02 +02:00
Andreas Mueller d9a6243c98 ENH rename k in clustering examples and doctests to n_clusters 2012-05-30 07:41:34 +02:00
Andreas Mueller 645db95737 ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00
Alexandre Gramfort 504956a199 FIX : make plot_ica_vs_pca.py deterministic (fix for #815) 2012-05-03 17:39:46 +02:00
Mathieu Blondel be59bf9cf4 Fix kernel pca example. 2012-05-02 11:02:04 +09:00
Andreas Mueller 0747f475b1 FIXed pca example that I broke when "cleaning up" 2012-04-29 23:38:47 +02:00
Andreas Mueller dcc1c7431c COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
Olivier Grisel 1b0b500722 Fix bad reference to LFW in example 2012-04-01 19:05:56 +02:00
Jaques Grobler db38edb7ea delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01:00
Andreas Mueller 3a030bbe22 MISC simplified kpca example with new dataset generator, another minor fix in generator 2012-03-04 15:37:30 +01:00
Olivier Grisel 2c496e7765 MiniBatchSparsePCA and MiniBatchDictionaryLearning still use chunk_size as argument 2012-03-03 18:53:45 +01:00
Andreas Mueller 61b0e28f9f MISC removed deprecated api from examples 2012-03-03 18:30:02 +01:00
Andreas Mueller dc74f817a8 DOC Insert hidden toctree, mv "included" files from rst to txt 2012-02-17 22:33:53 +01:00
Vlad Niculae 61c2ceea90 ENH make example more expressive
ENH: zero-mean, param tweaking

ENH make example more expressive
2011-12-22 23:06:05 +01:00
Vlad Niculae 51b6dea96b Rehauled SparseCoder example 2011-12-20 17:09:15 +01:00
Alexandre Gramfort 3f330f2967 STY : pep8 2011-12-20 15:34:17 +01:00