Skip to content

Item-to-item recommendation #378

@max-grzanna

Description

@max-grzanna

The quick start guide says TFRS can also be used for item-to-item recommendations. In the retrieval guide, it says: "... and train the model using (query item, candidate item) pairs." If, for instance, my training data looks like this (containing product IDs from bought together items):

product_one product_two
22 4442
22 7763
125986 1252
... ...

should the candidate tower only contain all the unique items from column two, or all the unique items across the whole dataset?

How would a dataset look like for an item-to-item recommender?

Any response will be highly appreciated! :)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions