NVIDIA-Merlin / NVIDIA-Merlin/Transformers4Rec
[Task] Add Local/offline prediction example
Open
@rnyak is already working on this.
Since Oct 5, 2022.
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 165
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
Description
Recently we added ignore_,masking arg to make sure that when we do prediction with a TF4Rec model, we do not apply masking, meaning we don’t want to mask any input in sequence, rather we use the whole sequence to predict the next item.
We need to showcase this functionality and in doing so we can add offline prediction step at the end of the getting-started nb. This will be also required by our users couple time in the GH repo.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.