I wanted to know if the percent change between two values remains the same after scaling the data using MinMaxScaler from scikitlearn.
If not which scaling method should I use in order to make sure that the percentage change remains the same after scaling?