scikit-learn/examples/decomposition
bwignall 34fc4d4214 CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -04:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_faces_decomposition.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
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 Some more examples updated to use matplotlib.pyplot 2014-05-16 09:42:02 +05:30
plot_image_denoising.py CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -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 Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
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 Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_pca_vs_lda.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_sparse_coding.py CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -04:00

README.txt

.. _decomposition_examples:

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

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