When doing regression or classification, what is the correct (or better) way to preprocess the data?
You need to normalize the data first always. Otherwise, PCA or other techniques that are used to reduce dimensions will give different results.