scikit-learn/examples/decomposition
TomDLT ceeef70037 ENH refactor NMF and add CD solver 2015-09-21 11:42:07 +02: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 Bugfix : type in cd changed for read only memmap compatibility 2015-07-31 12:12:40 +02:00
plot_incremental_pca.py Updated what's new to add IncrementalPCA 2014-09-23 10:14:45 -04: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 Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_pca_vs_fa_model_selection.py Remove shebang and utf-8 header. 2015-08-11 02:24:11 +09:00
plot_pca_vs_lda.py MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
plot_sparse_coding.py CLN: Capitalize "Dirichlet" and "Mexican" in example docstrings 2014-06-01 17:43:21 -04:00

README.txt

.. _decomposition_examples:

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

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