Commit Graph

14 Commits

Author SHA1 Message Date
Dimitri Papadopoulos Orfanos d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples (#21307)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
hugorichard 370e5452b5
FEA Allow passing custom covariance estimators to LDA (#14446)
Co-authored-by: hugo richard <hugo.richard@inria.fr>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2020-09-17 08:40:41 -04:00
surgan12 62d2059804 MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
johannah 824115a4e5 Added colorblind compatibility to classification 2015-10-22 18:32:23 +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
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
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 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 8e0dc6b7b0 Refactored LDA module (first working version). 2014-12-16 11:35:54 +01:00