Commit Graph

15 Commits

Author SHA1 Message Date
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
Clemens Brunner aede3d64f1 Rename parameter value 'ledoit_wolf' to 'auto'. 2014-12-16 11:50:01 +01:00
Clemens Brunner 1e469b28d1 Introduced step size to speed up the example. 2014-12-16 11:35:59 +01:00
Clemens Brunner 5ca36c8435 Updated example because store_covariance is now set in __init__() and not in fit(). 2014-12-16 11:35:59 +01:00
Alexandre Gramfort a5ae150846 rename alpha to shrinkage + docstring cosmits 2014-12-16 11:35:58 +01:00
Clemens Brunner 5deb80f7b1 Fixed docstrings. 2014-12-16 11:35:58 +01:00
Clemens Brunner 125fa22165 Updated LDA example and removed decision plane comparison 2014-12-16 11:35:56 +01:00
Clemens Brunner b9601ccf94 Addressed @mblondel's comments 2014-12-16 11:35:56 +01:00
Clemens Brunner c297502c7d Removed magic number 2014-12-16 11:35:56 +01:00
Clemens Brunner d239fc4e4f Simplified LDA vs. shrinkage LDA example 2014-12-16 11:35:56 +01:00
Clemens Brunner 7d812994b7 Added simple LDA example 2014-12-16 11:35:55 +01:00
Clemens Brunner 8e0dc6b7b0 Refactored LDA module (first working version). 2014-12-16 11:35:54 +01:00
MechCoder 89226b69b4 COSMIT: Made the following changes
1. Removed true from 'true multinomial loss'
2. Replaced OvA with OvR
3. Update whatsnew.rst
2014-08-21 17:37:38 +02:00
MechCoder e6f7ab36c6 ENH Added multinomial logreg to plot_classification_probability.py 2014-08-21 17:37:37 +02:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00