• Suppose a binary class dataset has: a) Feature = 10 b) No. of instances (row) = 100
  • As we know we need the same dimensions to do training and testing of a model.
  • If we use PCA to reduce the dataset's dimensions from 10 to 3. So, now the dataset has 3 features to do the train test.
  • After getting a good result by using PCA = 3 features, we want to deploy the project in real-life but in real life, there could be more than 3 even 10 features to predict the class. - So after training a model on PCA=3 dimensions data how could we handle testing the same model for 10 or more dimensional instances? - - Or, how could we use PCA in a real-life project? - Suppose, in a clinic, there is only one patient who wants to query whether he has lung cancer or not by providing 10 features (integer, float). If it's not possible then why PCA is used in research areas, especially in Excel data?
  • More N. I. Md. Ashafuddula's questions See All
    Similar questions and discussions