scikit-learn/examples/manifold
Vinayak Mehta 679936f6bc MAINT Deprecate LDA/QDA in favor of expanded names
The LDA accronym for Linear Discriminant Analysis is ambiguous
because of the newly introduced Latent Dirichlet Allocation model.

We therefore deprecate the sklearn.lda.LDA and sklearn.lda.QDA
in favor of explicit names.
2015-09-11 15:32:11 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_compare_methods.py Correct examples 2014-05-28 20:04:46 +02:00
plot_lle_digits.py MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
plot_manifold_sphere.py Correct examples 2014-05-28 20:04:46 +02:00
plot_mds.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_swissroll.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30

README.txt

.. _manifold_examples:

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

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