
scale a dataset using robust scaler and return a scaled dataframe, the median, the lower quantile (25% by default) and the upper quantile (75% by default) of each column
Source:R/data_scaler.R
robust_scaler.Rdscale a dataset using robust scaler and return a scaled dataframe, the median, the lower quantile (25% by default) and the upper quantile (75% by default) of each column