Commit Graph

17 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
Andreas Mueller 9207639e57 DOC fixed short underline 2015-07-30 18:37:32 -04:00
SimonPL 8b7fa9eb34 Small edits to LDA/QDA documentation 2015-07-30 18:37:32 -04:00
SimonPL df14ef9a91 Rewrite of the documentation for LDA/QDA 2015-07-30 18:37:32 -04:00
Clemens Brunner b23a55bd5a Updated documentation on shrinkage. 2014-12-16 11:50:02 +01:00
Clemens Brunner 081418f573 Added documentation for the three solvers. 2014-12-16 11:50:02 +01:00
Clemens Brunner a88ad9e0b7 Added sentence on lsqr vs. eigen solvers. 2014-12-16 11:50:02 +01:00
Clemens Brunner aede3d64f1 Rename parameter value 'ledoit_wolf' to 'auto'. 2014-12-16 11:50:01 +01:00
Alexandre Gramfort a5ae150846 rename alpha to shrinkage + docstring cosmits 2014-12-16 11:35:58 +01:00
Clemens Brunner 21fbb53cb3 Updated parameter name in help text 2014-12-16 11:35:56 +01:00
Clemens Brunner 8e0dc6b7b0 Refactored LDA module (first working version). 2014-12-16 11:35:54 +01:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
Olivier Grisel 2eb1e98eef MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
Lars Buitinck c176ced74d DOC double backticks for fixed-width (code) font
Fixes #3337. Also other minor fixes while I was at it.
2014-07-06 14:18:33 +02:00
Lars Buitinck 8d4734144e DOC minor copyedit to narratives 2013-07-27 18:22:41 +02:00
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
GaelVaroquaux 41e864ee01 COSMIT: underscores are better than unseparated words 2012-03-04 17:22:47 +01:00