Enable TagSet to be used in Schema selection methods
Opened this issue · 0 comments
oliverholworthy commented
Enable TagSet to be used in Schema selection methods.
tags = TagSet(["a", "b"])
schema.select_by_tag(tags)
This is motivated by schema selection functionality in the Merlin Models PyTorch API, where it would be convenient to be able to use a dedicated type for multiple tags.