In a predictive model, I have standardized variables as predictors. Say I have to rescore the model on fresh data at some point in the future: do I use the means/stds as they were when I built the model to center and scale the new data, or do I use the means/stds as they are with the data I'm scoring.
My take is to use the means/stds of the data I'm scoring, since I want the standardized variables to reflect distributions as they are at the time of scoring.
Pros & cons of original means/stds vs. current means/stds?
Thanks.