models
models copied to clipboard
Merlin Models is a collection of deep learning recommender system model reference implementations
### Bug description In the [Dressipi notebook](https://github.com/NVIDIA-Merlin/models/blob/main/examples/usecases/ecommerce-session-based-next-item-prediction-for-fashion.ipynb), after executing the "Feature Engineering with NVTabular" step, the transformed validation set output only has one row of `session_id` == 0 ### Expected...
Fixes # (issue) ### Goals :soccer: ### Implementation Details :construction: ### Testing Details :mag:
### Goals :soccer: To prepare for migrating to our new dataloaders package, this PR renames `BatchedDataset` to `Loader` since that will be the new name. This PR also exposes the...
### Goals :soccer: Add Notebooks for multi-optimzier and layer freezing [Slides of final internship presentation](https://nvidia-my.sharepoint.com/:p:/p/mengyaox/ETGXMs5QthdHrFg3kuTmUU4BFYd1kR5I1tnCl60P5OASFg?e=OWeu5V)
**Describe the bug** I've been able to train a Merlin model in a Vertex Notebook (using merlin base image). Now I'm trying to train the same model in Vertex AI...
### Bug description Target in schema causes incorrect down scoring of false negative. With target in the schema, the positive item ids are all made the values of the target...
Fixes # (issue) ### Goals :soccer: ### Implementation Details :construction: ### Testing Details :mag:
We would like to add capabilities to a `ParallelBlock` to select sub-graphs. This can be useful for instance to select the `item-id` embedding-table from a `InputBlock`. Another instance where this...