scikit-learn/examples/decomposition
Dimitri Papadopoulos Orfanos ee5a1b69d1
DOC, MNT Typos found by codespell (#22906)
2022-03-20 19:16:39 +01: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 MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_image_denoising.py DOC Update notebook-style for example plot_image_denoising (#22739) 2022-03-17 14:19:53 +01: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 Fix matplotlib warning for plot_pca_3d.py (#22591) 2022-02-24 15:56:57 +01: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 ENH Impoving execution speed of plot_pca_vs_fa_model_selection.py by … (#21671) 2021-11-20 15:34:53 +01: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.