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
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
The text was updated successfully, but these errors were encountered:
Bug description
When I try to use the
Categorify()
operator on a column after aJoinExternal()
, 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
The text was updated successfully, but these errors were encountered: