I have a dataframe with 7 different features. I need to scale the values but for for each isolated feature. I am currently using the "rescale". However, I can only fit it to one column and transform all the data with these min and max values for 1 feature!!
How can I use the MinMaxScaler for each column/feature in R?