For regression analysis (mine specifically multinomial logit) with the objective of prediction, is it truly necessary to scale variables before fitting the model? What if I want to apply regularization as well?
I cross validated both models (one with scaling and one without) and the performance measures weren't very different (sometimes the non scaled one was better, even). So I wondered, is it absolutely necessary to do that even when the performance of non-scaled variables is better?