NVIDIA-Merlin / Transformers4Rec

Transformers4Rec is a flexible and efficient library for sequential and session-based recommendation and works with PyTorch.
https://nvidia-merlin.github.io/Transformers4Rec/main
Apache License 2.0
1.08k stars 142 forks source link

Remove unused features from sequence testing data #712

Closed oliverholworthy closed 1 year ago

oliverholworthy commented 1 year ago

Goals :soccer:

Update example dataset to only include features that can be proceseed by the model. To simplify our examples.

Implementation Details :construction:

Removes features from the sequece testing dataset schema that don't have a continuous or categorial tag.

Testing Details :mag:

Existing tests

github-actions[bot] commented 1 year ago

Documentation preview

https://nvidia-merlin.github.io/Transformers4Rec/review/pr-712