This brings us closer to a point where we can get rid of the custom code for running NVTabular Workflows at serving time by incorporating some of the functionality found there directly into LocalExecutor. In particular, LocalExecutor now checks the data formats supported by each operator and converts the input data to one of the supported formats if necessary.
This brings us closer to a point where we can get rid of the custom code for running NVTabular Workflows at serving time by incorporating some of the functionality found there directly into
LocalExecutor
. In particular,LocalExecutor
now checks the data formats supported by each operator and converts the input data to one of the supported formats if necessary.Depends on: https://github.com/NVIDIA-Merlin/core/pull/279