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? #1091

Closed
BlakeB415 opened this issue Dec 29, 2023 Discussed in #1089 · 2 comments
Closed

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

BlakeB415 opened this issue Dec 29, 2023 Discussed in #1089 · 2 comments

Comments

@BlakeB415
Copy link

BlakeB415 commented Dec 29, 2023

Discussed in #1089

Originally posted by BlakeB415 December 22, 2023
What would be the best way of going about this? I would rather not maintain a separate UUID to Int mapping table.

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.

@BlakeB415 BlakeB415 changed the title What is the best way of handling string UUIDs in Merlin? [QST] What is the best way of handling string UUIDs in Merlin? Dec 29, 2023
@BlakeB415
Copy link
Author

Hi, it's been a week. Does anyone know how to deal with this? Thank you.

@BlakeB415 BlakeB415 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2024
@rnyak
Copy link
Contributor

rnyak commented Jan 8, 2024

@BlakeB415 please share your error message and also a toy example for us to repro your issue.

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

No branches or pull requests

2 participants