Skip to content

highly biased PCA data?

1 message · Liaw, Andy

#
I am no expert on this sort of matters, but that has never stopped me from
tossing in my $0.02...

As Gabor and Bert hinted, this is what I would try:

Run randomForest on the data, using sampsize=c(10, 10, 10) and
importance=TRUE, for example.  Then take the few most important variables
with respect to each class and maybe do PCA on those to see if you can see
separation.

HTH,
Andy