* 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> |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_beta_divergence.py | ||
| plot_faces_decomposition.py | ||
| plot_ica_blind_source_separation.py | ||
| plot_ica_vs_pca.py | ||
| plot_image_denoising.py | ||
| plot_incremental_pca.py | ||
| plot_kernel_pca.py | ||
| plot_pca_3d.py | ||
| plot_pca_iris.py | ||
| plot_pca_vs_fa_model_selection.py | ||
| plot_pca_vs_lda.py | ||
| plot_sparse_coding.py | ||
| plot_varimax_fa.py | ||
README.txt
.. _decomposition_examples: Decomposition ------------- Examples concerning the :mod:`sklearn.decomposition` module.