-
Notifications
You must be signed in to change notification settings - Fork 298
Item-to-item recommendation #378
Copy link
Copy link
Closed
Description
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! :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels