Skip to content

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

@BlakeB415

Description

@BlakeB415

❓ 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions