Hello everyone, I am using Jupyter notebook to edit a Python recipe. Its output should be a folder that contains the Jupyter notebook in html format. # Output folderfolder = dataiku.Folder("Monitoring…
I want to select an existing column but the name of that column will be dynamic. Which means it should be dependent upon another columns' value. For example - Suppose I have a dataset like ID,Year,Mon…
I would like to save a keras model in a folder. I can not figure out how to save the weights of my models because I do not find the correct filepath. The needed code to achieve this goal is : model.sa…
I dont see the "convert to plugin" option in streaming python recipie unlike the regular python recipie. Just wanted to confirm if we cant make a plugin of streaming python type.
Hello, I have a requirement to Monitor percentage of 0s in a dataset and put 3 weeks data in weekly email and to generate an alert in email notification when there are > 90% of 0s. How this can be don…
Hi all, When a run a flow certains of my dataset have extra columns created from i don't know where. Therefore it created warnings. Do you already experienced any kind of this issue ? And thank you al…
After our recent update to Dataiku 12 our data has been behaving oddly in dataiku. We encountered this problem https://doc.dataiku.com/dss/12/troubleshooting/errors/ERR_DATASET_CSV_UNTERMINATED_QUOTE.…
Hi, I am trying to perform a Text-to-Speech conversion task, I am able to convert the text using the gTTS library in python, but when I am trying to save it to a S3 folder. I am getting an empty file.…