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

Update `select_by_tag` and `remove_by_tag` to match changes to `TagSet` #701

Closed oliverholworthy closed 1 year ago

oliverholworthy commented 1 year ago

Update select_by_tag and remove_by_tag methods on legacy merlin_standard_lib Schema to match changes to TagSet made in https://github.com/NVIDIA-Merlin/core/pull/317

oliverholworthy commented 1 year ago

Merged as part of #699 since both of these changes were required for the tests to pass