scikit-learn/examples/decomposition
brdav 1f47fbdca1
EXA Fix axis scaling in example `plot_ica_vs_pca.py` (#29726)
2024-09-04 12:21:10 +05:00
..
README.txt
plot_faces_decomposition.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02: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
plot_kernel_pca.py
plot_pca_iris.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_pca_vs_fa_model_selection.py
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 Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_varimax_fa.py

README.txt

.. _decomposition_examples:

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

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