NVIDIA-Merlin / NVIDIA-Merlin/Merlin
[RMP] Add YouTube DNN ranking model to Merlin Models
Open
Nobody has claimed this yet.
roadmap
- Dominant language
- Python
- Stars
- 907
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
Problem:
Merlin models doesn't support the popular YouTube DNN ranking model. In order to be useful to customers as a library support for commonly used models is required.
Goals:
- Add support for YouTube DNN ranking
Constraints:
Proposed starting point:
Reference Material
Merlin Core
- Create a tag for example weights (to be used independently or in conjunction with
Tags.TARGET)
Merlin Transforms (NVT)
- Create an operator for generating multiple powers of continuous features (square/root, cube/root, etc)?
Merlin Models
- Add a block for generating multiple powers of continuous features (square/root, cube/root, etc)?
- Update the dataloader to be able to handle example weights (return as part of the targets or create a new output?)
- Add support for example weights (using underlying Keras sample weight functionality?)
- Need to decide which part goes to data pre-processing vs models
Serving (Merlin Systems?)
- Figure out how to handle the exponential function used at serving time (and the unexplained W matrix)
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.
Research direction
Start with the linked YouTube paper and original PR, then review the Merlin Core, Merlin Transforms (NVT), Merlin Models, and Serving sections in the issue. Determine the design for example weights, power features, dataloader and model support, preprocessing boundaries, and serving behavior. Done means the YouTube DNN ranking model is supported across the required components.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- keras, python
- Domain
- backend, data-engineering, machine-learning
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100