scikit-learn/examples/decomposition
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07: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 [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
plot_pca_vs_fa_model_selection.py ENH RandomizedPCA collapsed into PCA 2016-03-11 09:10:37 +11: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.