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

Add a Transformer Wrapper #48

Open
kulbachcedric opened this issue Aug 25, 2022 · 2 comments
Open

Add a Transformer Wrapper #48

kulbachcedric opened this issue Aug 25, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kulbachcedric
Copy link
Collaborator

Use AE as preprocessors within river

@kulbachcedric kulbachcedric added the enhancement New feature or request label Aug 25, 2022
@kulbachcedric kulbachcedric self-assigned this Aug 25, 2022
@kulbachcedric
Copy link
Collaborator Author

I added an Embedding Transformer module. However the tests are currently failing.
@lucasczz and @hoanganhngo610, the output of the transformer is currently embedding_1, embedding_2 ... embedding_[Embedding_dim]. Do you have any other ideas for the naming.

And further I think an example would be great. Currently I am working with the SMSSpam Dataset, where I am classifying the the messages on a highly unbalanced dataset. Do you have any other ideas where we could show a use case for the embedding transformer?

Best
Cedric

@lucasczz
Copy link
Collaborator

lucasczz commented Jan 2, 2025

Good idea! I think the feature naming makes sense. Text classification is probably where this kind of embedding works best, so the SMS spam dataset is likely the most suitable of the River datasets to use for the example.

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

When branches are created from issues, their pull requests are automatically linked.

2 participants