scikit-learn/examples/decomposition
xinyuliu12 933f80a32d MAINT: reduce example execution time of plot_image_denoising.py (#13683) 2019-04-23 20:56:11 +02: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 in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_ica_blind_source_separation.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02: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 Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08: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 [MRG+1] EXA Set cv=5 in examples (#11856) 2018-08-20 15:22:42 -04:00
plot_pca_vs_lda.py Added colorblind compatibility 2015-10-26 20:46:48 +01:00
plot_sparse_coding.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00

README.txt

.. _decomposition_examples:

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

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