-
Dataset settings - userModified
Hello, When we look into jsons with configuration of each dataset, there's this setting "userModified" under "schema" section. Does anybody know if it's just a flag indicating whether user modified the schema or is it used for anything else? In one of our datasets, it was set to "true" by Dataiku, but after merging two…
-
How to calculate day difference between rows with specific conditions
Hello, I have a dataset like below and want to calculate the "CV" day difference since "Visit" per "ID", as the "CV_days_after_visit" in the expected result. Is it possible to do by using the visual recipes of Dataiku (without coding)? Existing dataset:…
-
Table Index in join recipe in python api
Dear community, I am trying to modify a join recipe through the python API and I am having an issue with the table index. I have a join recipe with the following inputs: {'main': {'items': [{'ref': 'LAYER1_SAPBW_MATERIAL_TEXT_prepared', 'deps': []}, {'ref': 'LAYER0_SAPBW_MAT_PLANT_ATTR_prepared', 'deps': []}, {'ref':…
-
ML_DIAGNOSTICS_DATASET_SANITY_CHECKS warning
Hi! In some of our standalone evaluations we're getting the below warning. Does anyone know what's causing it and how to fix it? [WARN] [dku.warnings] - ML_DIAGNOSTICS_DATASET_SANITY_CHECKS: Prediction uses 1 of the 2 configured classes.
-
Getting Gini variable importance via API?
Looking at this post for guidance: https://community.dataiku.com/t5/Using-Dataiku/How-to-get-Variable-Importance-from-Model/m-p/3589 led me to this documentation: https://developer.dataiku.com/latest/api-reference/python/ml.html#exploration-of-results where there is documented a function called:…
-
dataiku logout API
Is there a way to logout a user via API in Dataiku, other than using the UI-based logout method? If not, are there any alternative methods available? Operating system used: linux Operating system used: Linux Operating system used: Linux
-
Automatic refresh of internal metrics
Hi, For a project concerning the usage of DSS, I am making use of the internal metrics (Jobs/Cluster/Commits). With a scenario, I daily "Build" these metrics, however, it seems that they are not refreshed automatically. I come to this conclusion because if I do open the internal metrics and refresh the sample, the number…
-
Check is working and returned WARNING, Message: Cannot check: ARRAY is not numeric
Hello Dataiku community, I've created a custom metric which returns len(example_variable) and I am using this metric as the value I want to check, however I am getting the below warning. Message: Cannot check: ARRAY is not numeric I am not sure why I'm getting this message as the metric is an INT. What am I doing wrong?
-
Dataset approval workflow similar to Dataiku Govern
Hi @Everyone, I would like to implement the approval workflow for one or different versions of Datasets while publishing it to a Collection. This will assist us in avoiding any drastic change in data which could cause an issue in downstream flows. So, intentional pipeline would be: * A flow will be triggered, which will…
-
provison dss instances from dataiku api
Hello, when using dataikuapi to create and manager isntance, how to provisionne them after doing instance_creator.create() in dataiku source code, I can see there is (reprovision deprovision restart_dss, etc) but no start(). Is it possile to provisionne via dataikupai?