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
262 stars 50 forks source link

Fixes retrieval encoders when query / item features have dense list features #1169

Closed gabrielspmoreira closed 1 year ago

gabrielspmoreira commented 1 year ago

Goals :soccer:

This PR fixes the retrieval encoder methods (e.g. to_top_k_model(), batch_predict()), that were failing in some cases, depending on the input features, e.g. multi-hot non-ragged item features.

Implementation Details :construction:

Testing Details :mag:

github-actions[bot] commented 1 year ago

Documentation preview

https://nvidia-merlin.github.io/models/review/pr-1169