NVTabular is a feature engineering and preprocessing library for tabular data designed to quickly and easily manipulate terabyte scale datasets used to train deep learning based recommender systems.
This PR removes the AddMetadata operators from the nvtabular repo. Replacing them with aliases to the core repo, where the operators were moved. We leave the aliases in place for customers/users who may have imports that are pulling from the current location of these operators in nvtabular. This PR is contingent on https://github.com/NVIDIA-Merlin/core/pull/344.
This PR removes the AddMetadata operators from the nvtabular repo. Replacing them with aliases to the core repo, where the operators were moved. We leave the aliases in place for customers/users who may have imports that are pulling from the current location of these operators in nvtabular. This PR is contingent on https://github.com/NVIDIA-Merlin/core/pull/344.