scikit-learn/examples/manifold
Thomas J. Fan 7cc0177f8e
MNT Replaces numpy alias with builtin typse (#17687)
* MNT Replaces numpy alias with builtin typse

* STY Lint error
2020-06-24 16:51:51 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_methods.py EXA/MAINT Simplify code in manifold learning example (#15949) 2019-12-26 13:02:31 +01:00
plot_lle_digits.py DOC avoid FutureWarnings for deprecations examples (#17264) 2020-05-18 18:35:12 +02:00
plot_manifold_sphere.py [MRG] remove "matplotlib <1" compatibility code from manifold examples (#8552) 2017-03-10 08:25:37 +01:00
plot_mds.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_swissroll.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_t_sne_perplexity.py DOC Fix typos, via a Levenshtein-style corrector (#15923) 2019-12-19 16:26:02 -08:00

README.txt

.. _manifold_examples:

Manifold learning
-----------------------

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