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

[QST] What is the best way of handling string UUIDs in Merlin? #1093

Open
BlakeB415 opened this issue Jan 6, 2024 · 1 comment
Open

[QST] What is the best way of handling string UUIDs in Merlin? #1093

BlakeB415 opened this issue Jan 6, 2024 · 1 comment
Labels
question Further information is requested

Comments

@BlakeB415
Copy link

BlakeB415 commented Jan 6, 2024

❓ Questions & Help

Details

What would be the best way of going about this?

My original idea was to either Hash or Categorify the UUID values for training, then have the user_id_raw and item_id_raw string values be returned from the Feast store during inference so that my application can get the raw UUIDs. However, Merlin does not support this paradigm as I get type errors during inference.

Another option would be to map the UUIDs to Int separately but I'm not sure how and where this should be implemented with Merlin.

Thank you in advance.

@BlakeB415 BlakeB415 added the question Further information is requested label Jan 6, 2024
@rnyak
Copy link
Contributor

rnyak commented Jan 12, 2024

@BlakeB415 as I get type errors during inference.
please share your error, and a toy example to repro the issue. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants