Hi,
In the rescaling section from lab03, it’s mentioned that if we use z-score normalization then we need to keep the mean and standard error calculated from the training set, so that in prediction we can use these values to normalize the new features.
I wondered if that’s also the case if we use the mean normalization or the general feature scaling (dividing by max), where we should keep the min/max/average values from the training set and use them to scale the features in the test set? Would there be cases where the scaling values from the training set do not work well on the test set features?