scikit-learn/examples/decomposition
Thomas J. Fan 81dde3a6e5
STY Ensures that "flake8 ." works (#20298)
2021-06-18 15:46:40 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_beta_divergence.py DOC shorten class links in docstring using tilde (#17470) 2020-06-16 10:44:13 +02:00
plot_faces_decomposition.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_ica_blind_source_separation.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_ica_vs_pca.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_image_denoising.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_incremental_pca.py Added colorblind compatibility 2015-10-26 20:46:48 +01:00
plot_kernel_pca.py EXA Avoid overlapping subplots in plot_kernel_pca.py (#13870) 2019-05-13 11:22:31 -07:00
plot_pca_3d.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_pca_iris.py MNT Remove unused line in example (#20273) 2021-06-15 11:42:21 -07:00
plot_pca_vs_fa_model_selection.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_pca_vs_lda.py Added colorblind compatibility 2015-10-26 20:46:48 +01:00
plot_sparse_coding.py MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +02:00
plot_varimax_fa.py [MRG] varimax rotation for factor analysis (#11064) 2020-07-05 21:29:08 +02:00

README.txt

.. _decomposition_examples:

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

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