NVIDIA-Merlin / core

Core Utilities for NVIDIA Merlin
Apache License 2.0
19 stars 14 forks source link

Convert data formats before executing each op in `LocalExecutor` #280

Closed karlhigley closed 1 year ago

karlhigley commented 1 year ago

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

github-actions[bot] commented 1 year ago

Documentation preview

https://nvidia-merlin.github.io/core/review/pr-280