-
Variables - Automatic update code
Hello ! I read on the documentation that global variables can be dynamically modified at project run by auto execution the get_variables() code defined in Administration / Variables Automatic update code. It seems nice but as I see it is Jython only, is there any way to use some contextual data like custom variables / user…
-
Is it possible to enforce monotonic constraints in models developing using the monotonic constraints
Is it possible to enforce monotonic constraints in model development using the monotonic constraints? I want to enforce directionality to certain features based on the business expectation. Say, I'm using the xgb model. I can add monotonic constraints. Is it possible to do the same in Dataiku? Operating system used: Windows
-
Happy 10th anniversary to all Dataikers out there!
It's a great achievement in such a short time!
-
Test Queries: batch prediction in the API Designer
Hi can i enter here a multiple calls , to receive back multiple predictions? if so how please ? , i can only run one query per a time. Thank you!
-
How to save a Pyspark DataFrame to a managed folder
* Hello, Community. May I know how I can use Pyspark recipe to save my pyspark dataframe as csv file to a output managed folder? I have searched in the community, but most of posts cover pandas dataframe only....
-
I have passed correct API key but still it showing API key error
Even though I've entered the correct API key, it still indicates an API key error. How can this issue be resolved positively?
-
Is it possible to output model parameters in an excel in dataiku?
I am using Dataiku to build models. After building models, I want to create a model report in Excel with multiple sheets. Here, we plan to output details such as Model training data (IDV, DV, model predictions, errors) in one Excel sheet, DV-IDV plots in another, and shap values. , hyperparameters in another excel etc. Is…
-
Save Static Insight using dkuSaveInsight()
Hi, I want to save a rpart plot (through a R recipe) as a static insight to publish it in a dashboard. I have found from this documentation that by using the dkuSaveInsight(), one can save any R plot as a static insight. However, the documentation provided is not very explanatory. Any ideas/help on this would be highly…
-
Scenario
I want to build a dataset on a monthly basis, but I want to save each result (the built dataset) separately in a folder. How do I do it? I do not want to append the data. Each built dataset month-on-month should be saved in separate datasets.
-
'Sub' scenario aborts 'main' scenario
I have created a scenario (Scenario A) that will trigger another scenario (Scenario B) I want to abort scenario B when certain condition is met (which should also abort Scenario A) My thought is to introduce Kill scenario step in Scenario B that will kill Scenario A (and by right, it will abort Scenario B) . Will this…