scikit-learn/examples/decomposition
Aman Dalmia 13cc121b30 [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_beta_divergence.py [MRG+1] Add multiplicative-update solver in NMF, with all beta-divergence (#5295) 2016-12-12 16:10:39 +01:00
plot_faces_decomposition.py add explicit comment in face decomposition example 2016-09-19 14:27: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 [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00

README.txt

.. _decomposition_examples:

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

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