scikit-learn/examples/manifold
Jordan Silke 0ff613e8dd
MNT handle warnings in plot_manifold_sphere.py (#23124)
* Remove Axes3D and associated warning.

* Remove learning rate warning from example.

* Ignore both TSNE FutureWarnings.

* Fix typo.

* Add required import for 3d projections with matplotlib < 3.2

* Add comment to skip linting for line 40.

* Add suggested revisions re:explicit warning handling and import location.

* Relocate warning handling comment to more relevant position.

* Fix linting error.
2022-04-13 13:41:34 -04:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_methods.py EXA: fix example for matplotlib 3.1 (#23083) 2022-04-08 20:36:36 +02:00
plot_lle_digits.py DOC Fix MDS images in user guide (#22465) 2022-02-14 11:17:50 +01:00
plot_manifold_sphere.py MNT handle warnings in plot_manifold_sphere.py (#23124) 2022-04-13 13:41:34 -04:00
plot_mds.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
plot_swissroll.py DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
plot_t_sne_perplexity.py DOC Accelerate plot_t_sne_perplexity.py (#21636) 2021-11-16 15:31:58 +01:00

README.txt

.. _manifold_examples:

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

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