scikit-learn/examples/decomposition
Guillaume Lemaitre 5d145bf760
DOC fixes intersphinx warnings (#26779)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-10 20:25:35 +00:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_faces_decomposition.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
plot_ica_blind_source_separation.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_incremental_pca.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_kernel_pca.py DOC Fixed a typo error in plot_kernel_pca.py (#26788) 2023-07-06 16:13:21 -04:00
plot_pca_3d.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_pca_iris.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_pca_vs_fa_model_selection.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +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 add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_varimax_fa.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00

README.txt

.. _decomposition_examples:

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

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