Skip to content

A function that can transform features by scaling each feature to a given range. The input should be (input list, new minimum value, new maximum value).

License

Notifications You must be signed in to change notification settings

xga0/rescale-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

rescaler

https://pypi.org/project/rescaler/
A package that can transform features by scaling each feature to a given range. The input should be (input list, new minimum value, new maximum value). This is more light weight and easy to use than sklearn.preprocessing.MinMaxScaler. This package can simply and quickly rescale each element of the input list into a new value within the range, and generate a new list.

Parameters

rescaler.rescale

  • input_list A list.
  • newmin The minimum value of the new scale.
  • newmax The maximum value of the new scale.

About

A function that can transform features by scaling each feature to a given range. The input should be (input list, new minimum value, new maximum value).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages