Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Mueller 18a53f2409 FIX skip LDA deprecation test on python3.3 that has no reload. 2015-10-16 18:31:47 -04:00
trevorstephens 5271c04759 deprecate fit params in qda and lda
add whatsnew
2015-09-22 07:54:44 -07:00
benjaminirving fac33adeb6 Adding checks for the input LDA prior 2015-09-16 16:27:41 +02:00
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