scikit-learn/examples/decomposition
i-aki-y 5c87a5f3cd
DOC Fix label mismatch in ICA vs. PCA example (#23239)
Co-authored-by: akiyuki ishikawa <aki.y.ishikwa@gmail.com>
2022-04-29 10:52:27 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_beta_divergence.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_faces_decomposition.py DOC use notebook-style for plot_faces_decomposition (#22452) 2022-03-02 14:00:32 +01:00
plot_ica_blind_source_separation.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_ica_vs_pca.py DOC Fix label mismatch in ICA vs. PCA example (#23239) 2022-04-29 10:52:27 +02:00
plot_image_denoising.py [MRG] Refactor MiniBatchDictionaryLearning and add stopping criterion (#18975) 2022-03-30 11:13:08 +02:00
plot_incremental_pca.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_kernel_pca.py DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
plot_pca_3d.py DOC: use notebook-style for plot_pca_3d.py (#23064) 2022-04-08 16:32:52 +02:00
plot_pca_iris.py DOC Fix axes3d matplotlib deprecation warning (#22622) 2022-02-27 08:34:49 -05:00
plot_pca_vs_fa_model_selection.py DOC Update plot_pca_vs_fa_model_selection.py using notebook-style (#23148) 2022-04-27 10:44:21 +02:00
plot_pca_vs_lda.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_sparse_coding.py MNT Clean fixes and compat for old versions of our dependencies (#22642) 2022-03-02 11:32:06 +01:00
plot_varimax_fa.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00

README.txt

.. _decomposition_examples:

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

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