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] FileNotFoundError when apply Categorify after JoinExternal #1078

Open
PaulSteffen-betclic opened this issue Oct 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@PaulSteffen-betclic
Copy link

PaulSteffen-betclic commented Oct 22, 2023

Bug description

When I try to use the Categorify() operator on a column after a JoinExternal(), I have the following kind of error:
FileNotFoundError: [Errno 2] No such file or directory: '~/data/categories/unique.XXXXX.parquet'

Expected behavior

Save file unique values of categorified column, like the ones done before the JoinExternal operation.

Environment details

  • Merlin version: 23.8.0
  • Platform: macOS
  • Python version: 3.11.6
  • Tensorflow version (GPU?): 2.12.1 CPU
@PaulSteffen-betclic PaulSteffen-betclic added the bug Something isn't working label Oct 22, 2023
@rnyak
Copy link
Contributor

rnyak commented Oct 31, 2023

@PaulSteffen-betclic can you pls send us a toy repro example? thanks.

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

No branches or pull requests

2 participants