scikit-learn/examples/decomposition
Guillaume Lemaitre 798e4339b0
MAINT update default of n_init in KMeans family (#27832)
2023-11-24 12:15:31 -05: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 Minor correction to the FastICA 2D cloud point example (#27370) 2023-09-28 10:17:31 +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.