Metadata-Version: 2.1
Name: categorical-encoder-pipeline
Version: 0.0.9
Summary: Convenient categorical encoder for sklearn pipeline
Home-page: UNKNOWN
Author: Vicent Blanes
Author-email: viblasel@gmail.com
License: UNKNOWN
Description: # Categorical Encoder
        Covenient categorical encoder for sklearn pipeline. Avoid pipeline ramifications!
        
        ## Class CategoricalEncoder
        0. __init__(columns, missing_value=-1, missing_strategy='ignore')
        1. fit(df)
        2. transform(df)
        3. fit_transform(df)
        4. get_map_column(col_name)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
