scikit-learn/examples/decomposition
Adrin Jalali 51c8e0e19d
CLN replace authors with the standard line (#29250)
2024-06-17 17:57:02 +00:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_faces_decomposition.py MAINT update default of n_init in KMeans family (#27832) 2023-11-24 12:15:31 -05: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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00: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 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 CLN use new license notice line (#29246) 2024-06-13 15:51:09 +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 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 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.