* 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>
* [MRG] Fix random_state docstrings in decomposition module
* Add more details, and specify reproducibility
* [MRG] docs for random_state in decomposition module
Update the wording for reproducible results.
* [MRG] Update doc for optional parameter to match numpy doc style
* apply new style
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>