scikit-learn/examples/decomposition
Nelson Liu fcfaa5fc37 Updated examples and tests that use scipy's lena
scipy.misc.lena will be removed in scipy version 0.17.
This changes the example to use scipy.misc.face instead.
2016-02-11 09:13:40 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_faces_decomposition.py ENH refactor NMF and add CD solver 2015-09-21 11:42:07 +02:00
plot_ica_blind_source_separation.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_ica_vs_pca.py DOC remove linewidth in pca/ica example 2015-06-11 13:25:36 -04:00
plot_image_denoising.py Updated examples and tests that use scipy's lena 2016-02-11 09:13:40 +01:00
plot_incremental_pca.py Added colorblind compatibility 2015-10-26 20:46:48 +01:00
plot_kernel_pca.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_pca_3d.py Fix example in plot_pca_3d.py (color array had wrong size) 2014-11-29 15:11:36 +00:00
plot_pca_iris.py #5766: Removed unused code from plotting tutorial 2015-11-12 10:16:10 -06:00
plot_pca_vs_fa_model_selection.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_pca_vs_lda.py Added colorblind compatibility 2015-10-26 20:46:48 +01:00
plot_sparse_coding.py MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00

README.txt

.. _decomposition_examples:

Decomposition
-------------

Examples concerning the :mod:`sklearn.decomposition` module.