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. |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_classification_probability.py | ||
| plot_classifier_comparison.py | ||
| plot_digits_classification.py | ||
| plot_lda.py | ||
| plot_lda_qda.py | ||
README.txt
.. _classification_examples: Classification ----------------------- General examples about classification algorithms.