NVIDIA-Merlin / models

Merlin Models is a collection of deep learning recommender system model reference implementations
https://nvidia-merlin.github.io/models/main/index.html
Apache License 2.0
248 stars 50 forks source link

[DOC] YoutubeDNNRetrievalModelV2 working example #1210

Closed NikhilShaw closed 9 months ago

NikhilShaw commented 10 months ago

YoutubeDNNRetrievalModelV2 working example

Report needed documentation

Working example of YoutubeDNNRetrievalModelV2 on one of popular datasets

Describe the documentation you'd like

Working example for YoutubeDNNRetrievalModelV2 on one of popular datasets

Steps taken to search for needed documentation**

  1. Didn't find working example in https://nvidia-merlin.github.io/models/stable/index.html
  2. Didn't find any online article (like medium) containing working example of same
  3. Didn't find working example in previous issues
rnyak commented 9 months ago

@NikhilShaw hello. We do not have an example for YoutubeDNNRetrievalModelV2 yet, you can check out this unit test and try to customize it if required.

rnyak commented 9 months ago

closing due to low activity.