Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bububa/encoder
general used encoders
https://github.com/bububa/encoder
Last synced: about 5 hours ago
JSON representation
general used encoders
- Host: GitHub
- URL: https://github.com/bububa/encoder
- Owner: bububa
- License: apache-2.0
- Created: 2021-03-10T05:00:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T05:09:30.000Z (over 3 years ago)
- Last Synced: 2023-04-18T23:29:46.622Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)