Commit Graph

181 Commits

Author SHA1 Message Date
Javier López Peña 8537b212f9 Fix example in plot_pca_3d.py (color array had wrong size) 2014-11-29 15:11:36 +00:00
Kyle Kastner 5f8271f60c Updated what's new to add IncrementalPCA 2014-09-23 10:14:45 -04:00
Kyle Kastner b2d6a30aeb IncrementalPCA implementation 2014-09-22 13:12:29 -04:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
bwignall 9bee5b4d2f CLN: Capitalize "Dirichlet" and "Mexican" in example docstrings 2014-06-01 17:43:21 -04:00
bwignall 34fc4d4214 CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -04:00
Olivier Grisel 1a05e6d3f7 FIX: euclidean divide in plot_image_denoising.py for Py3 support 2014-05-23 13:33:13 +02:00
Rajat Khanduja cca6fc7e8b Some more examples updated to use matplotlib.pyplot 2014-05-16 09:42:02 +05:30
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
Joel Nothman dbc26ce996 COSMIT remove unused imports and variables 2014-02-03 19:43:56 +11:00
dengemann 2843ee19e9 manual subplots adjust
manual subplots adjust
2013-12-02 13:10:00 +01:00
dengemann 925aa1ee5e Improve wording + COSMITS II 2013-12-02 11:46:35 +01:00
dengemann f3c09df70c Improve wording + COSMITS 2013-12-02 11:44:53 +01:00
dengemann efe5294b00 COSMIT 2013-12-02 09:52:42 +01:00
dengemann 05188ef984 ICA vs PCA barrier free + fixed 2013-12-02 09:39:15 +01:00
dengemann d990ad9d42 address duscssion 2 + expose modern API 2013-12-02 09:10:30 +01:00
dengemann 2b1863bb7b address duscssion 2013-12-02 09:05:03 +01:00
dengemann 93f2a9acf7 COSMIT 2013-12-02 01:04:20 +01:00
dengemann c0259847b4 ENH: color scheme + add PCA 2013-12-02 01:02:11 +01:00
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