Metadata-Version: 2.1
Name: wickedhot
Version: 0.1.2
Summary: Wicked easy one-hot-encoding in pure python with (mostly) no dependencies
Home-page: https://github.com/dave31415/wickedhot
Author: David Johnston
Author-email: dave31415@gmail.com
License: MIT
Download-URL: https://pypi.org/project/wickedhot/
Description: # wickedhot
        Wicked easy one-hot-encoder in pure python with no dependencies
        
        Properties
        
        * Built for streaming
        * Easy configuration of maximum number of levels
        * Simple handling of unseen categorical levels
        * Unobtrusive handling of numerical values
        * Built in serialization and persistence of encoder
        * Well tested
        
        
        May 1, 2020
        First pypi version 0.1.0
        
        May 4, 2020
        version 0.1.2
        Included html form generation and numeric statistics
        
Keywords: one-hot encoding,machine learning
Platform: UNKNOWN
Description-Content-Type: text/markdown
