Feature Scaling
1.0.0
This package that can transform features by scaling each feature into a given range. This is more lightweight and easy to use than sklearn.preprocessing.MinMaxScaler
input_list: A list.new_min: The minimum value of the new scale.new_max: The maximum value of the new scale.