-
Re: importing module to dataiku jupyter
New/updated libraries require that you reload the Notebook and Dataiku copies the libraries for Jupyter kernel to be able to execute them. Click on the Force Reload button on the Notebook.1 · -
Re: How to resolve permission error related to DeepFace in Dataiku?
This error is happening since the DeepFace package is trying to write to a folder you don't have permissions to. You can see the code doing that here: https://github.com/serengil/deepface/blob/c…1 · -
Re: Multiple Joins to mimic VLOOKUP?
Split and Fold is the way to go.1 · -
Re: How to set a project variables with Python
As the update_variables() method documents the variables must be strings, numbers, booleans, lists or dicts. Dates are not supported. Convert to string and make the type is a string before you try to…1 · -
Re: Rename automatically a dataset & export several datasets at same time
Forgot to mention that if you "build" a folder in a scenario step it will then run the export recipes that feed into that folder. And if you build your merged folder with the "Build re…1 ·