CatEncoders (version 0.1.0)
Encoders for Categorical Variables
Description
Contains some commonly used categorical variable encoders, such as 'LabelEncoder' and 'OneHotEncoder'. Inspired by the encoders implemented in python 'sklearn.preprocessing' package (see ).