-
About how to trigger a scenario on workdays only
Hi so I would like to set up a trigger for scenario that only fires on workdays, I have set up some global variables and I have set my custom trigger like this: from dataiku.scenario import Trigger t = Trigger() if variables['standard']['LastCalendarDay'] == variables['standard']['LastChinaWorkingDay'] or…
-
Is there a recipe that can be used to automatically print a dashboard?
Is there a recipe that can be used to automatically print a dashboard? The dashboard gets emailed daily and we would like to for it to automatically print once the workflow is done.
-
model’s performance on the train portion of the dataset
Hi everyone, I’m trying to figure out where I can find my model’s performance on the train portion of the dataset in Dataiku. I can easily access the test set metrics in the model interface, but I don’t see where Dataiku shows the scores computed on the training set (AUC, F1, etc.). Are these metrics available directly in…
-
HTML link for file in Managed Folder
Team, I have been coding in python recipe and unable to create a html link that enables users to download xlsx file in a Managed folder. Could someone please assist.
-
DSS Engine error on visual recipes
Greetings All, Please advise how to solve DSS Engine error on visual recipes " Oops: an unexpected error occurred Unknown error Please see our options for getting help HTTP code: 500, type: unknown" Therefore as an impact the datasets after the visual recipes are not updated. We are experiencing the issues mostly on the…
-
How to embed Dataiku Dashboard in the fullscreen version
Embed the dashboaed in fullscreen mode, without showing "project name", "edit buttons", etc. Zoom in the map in the middle as like the map in the left and right, and also make it stay. It would not change even after refreshing the webapp.
-
Getting below error
-
Using Dataiku to analyze content update patterns from streaming platforms
Hi everyone I’m experimenting with Dataiku to track and analyze data from a few drama and entertainment streaming platforms. The idea is to study how frequently new content (episodes or shows) gets updated and whether there are noticeable trends in release timing or viewer engagement. I’ve connected some APIs and CSV data…
-
DataIku suddenly stopped working
Oops: an unexpected error occurred Unknown error All recipes stopped working and unexpected error occurred with HTTP code: 431, type: unknown Operating system used: Mac OS
-
Best way to clean data for country meaning
I have a dataset which includes ISO 3166-1 alpha-3 country codes which are being detected properly, and full country names where about 14% are being flagged as not passing validation. Is there some place I can get the canonical list of country names dataiku uses for meaning? And if I can get that list, what's the most time…