Q. When performing regression or classification, which of the following is thecorrect way to preprocess the data? (Solved)
1. Normalize the data -> PCA -> training
2. PCA -> normalize PCA output -> training
3. Normalize the data -> PCA -> normalize PCA output -> training
4. None of the above
- a. Normalize the data -> PCA -> training