scikit-learn/examples/decomposition
JoaoRodriguesIST e4fbc3735c
MNT Update index finding to use np.nonzero (#31115)
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2025-04-11 17:18:51 +00:00
..
README.txt MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
plot_faces_decomposition.py MNT replace authors and license with standard text (#30511) 2024-12-20 09:22:11 +00:00
plot_ica_blind_source_separation.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_ica_vs_pca.py EXA Fix axis scaling in example `plot_ica_vs_pca.py` (#29726) 2024-09-04 12:21:10 +05:00
plot_image_denoising.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_incremental_pca.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_kernel_pca.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_pca_iris.py DOC remove basic iris example and merge with iris with PCA example (#29964) 2024-10-15 12:37:10 +02:00
plot_pca_vs_fa_model_selection.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_pca_vs_lda.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_sparse_coding.py MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
plot_varimax_fa.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00

README.txt

.. _decomposition_examples:

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

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