You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The output should be the categorified column
We should throw at least a warning (or even an error), that we cannot use labels as a column name in categorify
Environment details (please complete the following information):
I tested it in pytorch:22.12 container. Reading the NVT code, it seems that labels is a special column name
Describe the bug
It seems, we are not allowed to call a column
labels
for the categorify op.Steps/Code to reproduce bug
The output is the original input [10,11,12]
Expected behavior
The output should be the categorified column
We should throw at least a warning (or even an error), that we cannot use
labels
as a column name in categorifyEnvironment details (please complete the following information):
I tested it in pytorch:22.12 container. Reading the NVT code, it seems that
labels
is a special column namehttps://github.com/NVIDIA-Merlin/NVTabular/blob/main/nvtabular/ops/categorify.py#L1645
Additional context
The text was updated successfully, but these errors were encountered: