I'm looking at some time-series data (so unfortunately it cannot be shuffled) and finding the test set has a much wider range than the training set. This means min-max scaling doesn't seem like the best approach. How should I scale the data before modeling to address this kind of issue?

Similar questions and discussions