-5

PCA -> Unsupervised Model or use for supervise learning too LDA -> supervise Model Both used for the feature reduction.

Which is batter LDA or PCA for supervising learning feature reduction and why?

Data-set: It is very famous data-set of wine to find out the customer category.  Sample Data-Set

Sohaib Aslam
  • 1,245
  • 17
  • 27

1 Answers1

1

If you have labels, a supervised approach will usually be much better than an unsupervised approach.

At least if the labels suit your problem.

If you do not have labels, then you can't use LDA.

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194