scikit-learn/examples/decomposition
Chiara Marmo 6bd8df099f DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04: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 DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
plot_ica_blind_source_separation.py [MRG] Fix overlapped plot in the ICA example (#14213) 2019-06-28 10:45:15 -07:00
plot_ica_vs_pca.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
plot_image_denoising.py MAINT: reduce example execution time of plot_image_denoising.py (#13683) 2019-04-23 20:56:11 +02:00
plot_incremental_pca.py Added colorblind compatibility 2015-10-26 20:46:48 +01:00
plot_kernel_pca.py EXA Avoid overlapping subplots in plot_kernel_pca.py (#13870) 2019-05-13 11:22:31 -07:00
plot_pca_3d.py [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
plot_pca_iris.py EXA avoid use of matplotlib.cm.spectral which has been removed (#10764) 2018-03-07 16:49:45 +11:00
plot_pca_vs_fa_model_selection.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_pca_vs_lda.py Added colorblind compatibility 2015-10-26 20:46:48 +01:00
plot_sparse_coding.py ENH add a `transform_max_iter` to `SparseCoder`, `DictionaryLearning`, and `MiniBatchDictionaryLearning` (#12682) 2019-07-08 16:10:29 -05:00

README.txt

.. _decomposition_examples:

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

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