MartinBpr
31ab442d69
fixed typo in LDA
2015-10-23 09:36:40 +02:00
Lilian Besson
dbb418b14e
Typo on doc for default value of solver for lda.LDA
...
Fix a style issue on the documentation for the default value of the `solver` parameter for lda.LDA.
[sklearn.lda.LDA.html](http://scikit-learn.org/stable/modules/generated/sklearn.lda.LDA.html#sklearn.lda.LDA ) displayed badly (cf screenshot).
2015-10-23 09:36:40 +02:00
giorgiop
49e8fd33e8
MAINT: deprecation warns from StandardScaler std_
2015-10-19 11:43:21 +02:00
Jiali Mei
85223b9bcc
a common test to check if classifiers fail when fed regression targets
2015-10-14 14:46:13 -04:00
Olivier Grisel
f1c5924b36
ENH better error message for estimators with ensure_min_* checks
2015-10-01 14:44:05 +02: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