Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] make_feature_column_workflow doesn't work with categorical columns #763

Closed
benfred opened this issue Apr 22, 2021 · 0 comments · Fixed by #935
Closed

[BUG] make_feature_column_workflow doesn't work with categorical columns #763

benfred opened this issue Apr 22, 2021 · 0 comments · Fixed by #935
Assignees
Labels
bug Something isn't working P1

Comments

@benfred
Copy link
Member

benfred commented Apr 22, 2021

Since the API overhaul in 0.4 - the make_feature_column_workflow function doesn't work with categorical data.

The problem is that its trying to directly set the category statistics on the workflow https://github.com/NVIDIA/NVTabular/blob/8b834310680154c102237b14cd36c165aa5c4cff/nvtabular/framework_utils/tensorflow/feature_column_utils.py#L292-L301

We should update to using a fit categorify op - and add a test to catch this in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants