Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add OneHotEncoderTransformer #197

Open
ErikBavenstrand opened this issue Feb 24, 2024 · 0 comments
Open

[Feature] Add OneHotEncoderTransformer #197

ErikBavenstrand opened this issue Feb 24, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ErikBavenstrand
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently, there is no built-in functionality to perform one-hot encoding on categorical data in the mleko library.

Describe the solution you'd like
I would like to add a OneHotEncoderTransformer to the library, which would allow users to easily perform one-hot encoding on their categorical data.

Describe alternatives you've considered
An alternative could be to use pandas' get_dummies function or sklearn's OneHotEncoder, but having a built-in transformer in the mleko library would make the process more streamlined and consistent.

Additional context
One-hot encoding is a common preprocessing step in machine learning pipelines, so this feature would be a valuable addition to the mleko library.

@ErikBavenstrand ErikBavenstrand added the enhancement New feature or request label Feb 24, 2024
@ErikBavenstrand ErikBavenstrand self-assigned this Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant