Karl Higley
Karl Higley
We'd like to re-use some of the mechanics of graph execution (both local and distributed) in other parts of Merlin, so this is a step in the direction of disentangling...
In this case, the piece of code that should be connecting the column name with the aggregation name incorrectly tries to join every character of the column name with the...
This allows disabling strict checking of operator outputs against operator output schemas, which may allow some `Workflows` to run in cases where they otherwise wouldn't. This `TypeError` was introduced in...
**Describe the bug** Several of the io tests depend on `uavro` and `fastavro`; `uavro` depends on `cramjam`. Installing `cramjam` makes the avro tests pass, but breaks tests that rely on...
Example code: ``` import json import os import pathlib from google.protobuf import text_format from numpy import true_divide import nvtabular as nvt from nvtabular.inference.triton import export_hugectr_ensemble # Temporary fix to https://github.com/NVIDIA-Merlin/NVTabular/issues/1221...
**Is your feature request related to a problem? Please describe.** I wish NVTabular could help me roll up the last ten or so item ids that a user interacted with....
Coverage improved: * From 36.6% to 38.4% by https://github.com/NVIDIA-Merlin/NVTabular/pull/1475 Modules with missing docstrings: - [ ] ops - [ ] tools - [x] workflow Modules to be deprecated: - [...
**Is your feature request related to a problem? Please describe.** We now have the ability to select columns from schemas using tags while constructing NVT workflows, but don't yet have...