scikit-learn/examples/decomposition
Jona Sassenhagen 5e193ec655
[MRG] varimax rotation for factor analysis (#11064)
* init varimax

* fix py2 and add example text

* fix print again

* test, docs

* fix test

* fix doctstring

* np.allclose for test

* add refrence

* address comments

* update

* Fix linting failure.

* Fix deprecation warning.

* a bit of cleanup

* Address @jnothman's review comments.

* Update section divider

* Add note in what's new page and versionadded to docstring.

Co-authored-by: Eric Prestat <eric.prestat@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-07-05 21:29:08 +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 DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
plot_ica_blind_source_separation.py [MRG] Fix overlapped plot in the ICA example (#14213) 2019-06-28 10:45:15 -07:00
plot_ica_vs_pca.py MNT Fix documentation build due to failure in plot_ica_vs_pca (#17629) 2020-06-18 10:22:17 +02:00
plot_image_denoising.py MAINT: reduce example execution time of plot_image_denoising.py (#13683) 2019-04-23 20:56:11 +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 MNT Use Vt instead of V as returned by svd() (#17100) 2020-05-05 19:52:07 +02:00
plot_pca_iris.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02: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.