Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bububa/encoder

general used encoders
https://github.com/bububa/encoder

Last synced: about 5 hours ago
JSON representation

general used encoders

Awesome Lists containing this project

README

        

# implemented category encoders
- [x] LabelEncoder (category/label)
- [x] OneHotEncoder (category/onehot)
- [x] BinaryEncoder (category/binary)
- [x] FrequencyEncoder (category/frequenc)
- [x] JamesSteinEncoder (category/james_stein)