geekquad / 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

Home Page:https://pypi.org/project/Feature-Scaling/0.0.1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://pypi.org/project/Feature-Scaling/0.0.1/

License:MIT License


Languages

Language:Python 100.0%