models icon indicating copy to clipboard operation
models copied to clipboard

Merlin Models is a collection of deep learning recommender system model reference implementations

Results 205 models issues
Sort by recently updated
recently updated
newest added

The other repos all use `tox` for running tests in cpu (github)/gpu (jenkins) but we didn't get to Models. We should bring this up to speed with the other repos...

### Bug description Applying batch-predict on a data frame containing multi-hot / sparse features throws the following error ``` funcname = ' self._fetch_chunk() merlin/models/loader/backend.py:368: _ _ _ _ _ _...

bug
area/retrieval
P1
area/session-based

# 🚀 Feature request - Since Inbatch sampler converts the retrieval task to multi-class classification, we need an easy functionality to be able to use `class_weight` and `sample_weight` args in...

enhancement
status/needs-triage
P1
examples

### Description See https://docs.google.com/document/d/1Zi0SNHHiN72wYIwpkKx-u5xqC35YvlZjNTKUosRuQds/edit

examples

- [ ] Add an example demonstrating support for pretrained embeddings for DLRM. - [ ] Add an example for usage of pre-trained embeddings with session-based recommendation (e.g. SIGIR Challenge...

examples

### Description Based on the training/eval script created in #806 , create unit/integration tests that ensures the stability of the API when setting the advanced hparams and also allowing to...

area/tests