Commit Graph

113 Commits

Author SHA1 Message Date
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
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
vene 2e17b362ce Improved the example clarity 2011-08-25 00:57:02 +02:00
vene 3b5b659d51 Tweaking the example 2011-08-24 19:41:28 +02:00
vene 5eb08675dd Consistent defaults 2011-08-24 18:21:28 +02:00
vene f50a2b1602 PEP8 and style 2011-08-24 11:01:21 +02:00
vene 4437d22448 fix output bug 2011-08-24 10:52:09 +02:00
vene be023a8290 Removed verbosity (example now 4s faster!), prettier output 2011-08-24 10:48:41 +02:00
vene 022c8dd3c0 More explicit docstring in the example 2011-08-24 10:40:14 +02:00
vene 51c35bbda5 Added norm to titles 2011-08-24 10:07:18 +02:00
vene cb593a728b Lower the range of the difference in example for better contrast 2011-08-24 08:55:15 +02:00
vene 02b8860fc9 Renamed the example, bounded the difference range 2011-08-24 00:15:23 +02:00
vene 1726411607 Rehauled example to show the difference 2011-08-23 23:59:36 +02:00
vene c59fcaf6c8 Prettify the example 2011-08-23 22:44:19 +02:00
vene 32bbe8b635 completely removed the duplicated example 2011-08-23 21:43:28 +02:00
vene 13833856ee plot the dictionary in denoising example, other one will disappear 2011-08-23 19:37:09 +02:00
vene 5a9f68a5bc Data centering in denoising example 2011-08-23 13:05:24 +02:00
vene 1074f6bcaf tweaking example 2011-08-22 21:50:09 +02:00
vene 418a32a334 More work on example 2011-08-22 19:41:15 +02:00
vene 2f22989a78 Prettify example 2011-08-22 18:33:37 +02:00
vene d692514052 completely removed thresholding from denoising example 2011-08-22 00:31:55 +02:00
vene 67d38466ad removed thresholding from denoising example 2011-08-22 00:31:32 +02:00
vene aad25725ee tweaked the example a little more 2011-08-21 23:54:13 +02:00
vene 6c7711ca3f redesign the denoising example 2011-08-21 23:07:17 +02:00
vene 23e4eafd41 plugged in lars instead of lasso_lars in denoising example 2011-08-20 22:53:08 +03:00