Metadata-Version: 2.1
Name: emoticon-fix
Version: 0.0.1
Summary: Transform emoticon to text, e.g., :) => Smile.
Home-page: https://github.com/xga0/emoticon_fix
Author: Sean Gao
Author-email: seangaoxy@gmail.com
License: UNKNOWN
Description: # 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.rescaler.rescale`**
        
        * `input_list` A list.
        * `newmin` The minimum value of the new scale.
        * `newmax` The maximum value of the new scale.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
