Dimitri Papadopoulos Orfanos
5cdbbf15e3
MNT Apply ruff/flake8-implicit-str-concat rules (ISC) ( #30695 )
...
Co-authored-by: Yao Xiao <108576690+Charlie-XIAO@users.noreply.github.com>
2025-03-18 15:10:10 -04:00
Adrin Jalali
3e127a3d5c
MNT Add author/license note where missing and add the linter ( #29477 )
...
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-07-22 22:05:03 +02:00
Peter Hull
a6603bcd89
DOC Use correct name for OAS ( #27883 )
2023-12-01 17:21:50 +00:00
Adrin Jalali
42173fdb34
MNT add isort to ruff's rules ( #26649 )
2023-06-21 17:50:07 +02:00
Christine P. Chai
d4e7158bca
DOC modified the graph for better readability ( #25644 )
2023-02-20 20:23:21 +00:00
Christine P. Chai
26800e996f
DOC Added linestyle into plot_lda example ( #23869 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-07-20 10:59:31 +02:00
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