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

Multiple features #5

Closed
rajshah4 opened this issue Jun 6, 2018 · 3 comments
Closed

Multiple features #5

rajshah4 opened this issue Jun 6, 2018 · 3 comments

Comments

@rajshah4
Copy link

rajshah4 commented Jun 6, 2018

Could you add an example of how you would use embed when you want to create/get embeddings from multiple categorical variables? My assumption is you would have multiple embedding layers, but train the model at once. Is that possible with embed? Can you provide an example of that? I hope this makes sense. (This would be like Fig. 1 in the Guo & Berkhahn paper)

@topepo
Copy link
Member

topepo commented Jun 6, 2018

Right now it would estimate those separately. You can list multiple predictors in the step.

topepo added a commit that referenced this issue Aug 25, 2018
`step_embed2` is a test version that uses all categorical variables in the same model and allows for other predictors in the network. Code is based on https://flovv.github.io/Embeddings_with_keras_part2/
@topepo
Copy link
Member

topepo commented Aug 25, 2018

The current version contains changes to estimate multiple embeddings at once.

@topepo topepo closed this as completed Apr 11, 2019
@github-actions
Copy link

github-actions bot commented Mar 6, 2021

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants