scikit-learn/examples/classification
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_classification_probability.py COSMIT: Made the following changes 2014-08-21 17:37:38 +02:00
plot_classifier_comparison.py MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
plot_digits_classification.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_lda.py MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
plot_lda_qda.py MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00

README.txt

.. _classification_examples:

Classification
-----------------------

General examples about classification algorithms.