Skip to content
Prev 59825 / 398502 Next

LDA with previous PCA for dimensionality reduction

Torsten Hothorn writes:
I would be a little careful, though.  The left-out sample in the
LDA-cross-validation, will still have influenced the PCA used to build
the LDA on the rest of the samples.  The sample will have a tendency
to lie closer to the centre of the "complete" PCA than of a PCA on the
remaining samples.  Also, if the sample has a high leverage on the
PCA, the directions of the two PCAs can be quite different.  Thus, the
LDA is built on data that "fits" better to the left-out sample than if
the sample was a completely new sample.

I have no proofs or numerical studies showing that this gives
over-optimistic error rates, but I would not recommend placing the PCA
"outside" the cross-validation.  (The same for any resampling-based
validation.)
Message-ID: <m0act63tyj.fsf@bar.nemo-project.org>
In-Reply-To: <Pine.LNX.4.51.0411241535040.19391@artemis.imbe.med.uni-erlangen.de> (Torsten Hothorn's message of "Wed, 24 Nov 2004 15:43:13 +0100 (CET)")