category-encoders — Easy Playground
Categorical variable encoding (target, ordinal, binary, hashing, etc.)
Getting started with category-encodersRun locally
Install
pip install category-encodersPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: category_encoders)
category-encoders is a third-party package. Categorical variable encoding (target, ordinal, binary, hashing, etc.). Install with: pip install category-encoders
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?