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
I believe the functionality to allow unwrapped lambdas was intentionally deprecated and removed in order to support multiple types of graphs and nodes. It looks like the examples in the Merlin repo haven't been updated in a while though; the version of the same notebook in the NVTabular repo does use an explicit LamdaOp. Seems like the path forward here to might be to migrate the examples from the NVTabular repo to the Merlin repo. What do you think, @rnyak?
https://github.com/NVIDIA-Merlin/Merlin/blob/main/examples/getting-started-movielens/02-ETL-with-NVTabular.ipynb
this code will result in an exception when trying to call
create_node
on afunction
a fix is to explicitly use
LambdaOp
-a better fix would be to type detect the function and wrap it with a LambdaOp
The text was updated successfully, but these errors were encountered: