Commit Graph

138 Commits

Author SHA1 Message Date
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
Alexandre Gramfort e4c41ceaad STY : pep8 and add print __doc__ in plot_sparse_coding.py 2011-12-20 14:17:11 +01:00
Vlad Niculae 7fdd8df8fd added sparse coding example 2011-12-20 13:23:03 +01:00
Vlad Niculae bb03e8a85e Adapted examples for alpha scaling 2011-12-20 11:17:38 +01:00
Gilles Louppe 63331849ea DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
Vlad Niculae 28d9dcec6d Fixed lena import in denoising example 2011-12-07 21:26:30 +02:00
vene d56281e00b explicit seeding of olivetti faces loader 2011-09-19 14:19:24 +03:00
vene 36b81e53f5 Stabilized and improved face decomposition example 2011-09-19 13:51:23 +03:00
vene 77a0ec3878 s/img_denoising/image_denoising 2011-09-19 12:43:51 +03:00
vene 2121bfcabc tweaked faces decomposition and added to dict learning docs 2011-09-17 20:20:58 +03:00
vene 84b8c67336 layout 2011-09-17 19:36:50 +03:00
vene 167f34080e renamed MiniBatchDictionaryLearning 2011-09-17 18:55:16 +03:00
vene 531b187625 Merge branch 'dictionary_learning' of git://github.com/GaelVaroquaux/scikit-learn into sc
Conflicts:
	examples/decomposition/plot_img_denoising.py
2011-09-17 17:53:11 +03:00
Gael varoquaux f0b0cfe98e DOC: larger lena size in denoising example
Large size work better because they give a better training set to the
dictionary_learning algorithm. This is a tradeoff between computation
time and quality of example
2011-09-17 06:02:43 +02:00
Olivier Grisel 6ec4e1b44c cosmit 2011-09-16 12:15:57 +02:00
vene dd30699639 Included dictionary learning online in decomp example 2011-09-12 19:44:29 +03:00
vene eeb8585bac Merge branch 'sc' of git://github.com/agramfort/scikit-learn into sc 2011-09-10 10:39:14 +03:00
vene 9997b8156f Merge branch 'master' into sc 2011-09-10 10:38:57 +03:00
Alexandre Gramfort 22c0d86fec ENH : better plot_img_denoising 2011-09-08 22:43:13 -04:00
Olivier Grisel 78dd8b5626 batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
vene 38e88d7713 Copied tests, fixed examples imports, enhanced see alsos 2011-09-05 02:42:37 +03:00
vene 40eb1010d2 Merge branch 'master' into sc
Conflicts:
	doc/modules/linear_model.rst
	scikits/learn/decomposition/__init__.py
2011-09-05 01:45:31 +03:00
Gael varoquaux 4d1dcd2e65 DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00