scikit-learn/examples/decomposition
nastegiano eed85ce70c
Accelerate plot_image_denoising.py (#21799)
2021-12-06 14:45:22 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_beta_divergence.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_faces_decomposition.py MNT Finalize the change of the default `init` of NMF (#21500) 2021-10-30 16:20:47 +02:00
plot_ica_blind_source_separation.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_ica_vs_pca.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_image_denoising.py Accelerate plot_image_denoising.py (#21799) 2021-12-06 14:45:22 +01:00
plot_incremental_pca.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_kernel_pca.py DOC improve kernel PCA example (#19945) 2021-11-04 08:40:33 +01:00
plot_pca_3d.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_pca_iris.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_pca_vs_fa_model_selection.py ENH Impoving execution speed of plot_pca_vs_fa_model_selection.py by … (#21671) 2021-11-20 15:34:53 +01: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 MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_varimax_fa.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00

README.txt

.. _decomposition_examples:

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

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