/Feature-Scaling

A 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

Primary LanguagePythonMIT LicenseMIT

Feature_Scaler

Build Status

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.