-
Sequentially run a Dataiku workflow for each file within a managed dataset
.
-
Using imge files in Dash App
Hi all, I have an image file placed under the static web resources in Dataiku. How do we specify the path for this image so that I can use this image in my Dash app? Note: I am using an online instance of Dataiku and not on my local server. Operating system used: Windows
-
Looking for Sandbox datasets in Human Resources and Supply Chain
Hello Being a new bee on Dataiku, I would like to test and learn using it on the basis of two exercise Datasets: one dealing with Human Resources, the other one with Supply Chain. Indeed within the next months I shall teach some students on the use of data in both topics. Do you know whether I could get such datasets and…
-
Dataiku project migration to Azure Synapse
HI All, I have been assigned a task to migrate multiple Dataiku projects to Azure Synapse. Is there an automated way of doing that rather than converting each recipe into data flow activity?
-
Conditional start
..
-
Split Recipe
Hi all, How can I edit the Split recipe so I can add the validation set to be splitted, I couldn't find a third condition that can take random percentage after filtering test and train datasets. and if this can be done using DSS formulas, what is the syntax of the formula to split data for validation? My test set and train…
-
Backset and forcast is one month ahead - Time series forecasting
I have a problem with the time series forecasting, the backset is one month ahead and also the forecast. Other problem is that I have a 36 month dataset and the forecast output that dataiku is giving me is in month 36, so actually the time series is not giving me month 37 I am uploading a picture of the problem. Anyone…
-
How to remove a certain string form string text data?
Hello experts, Please help me following question. I have a string column like: ABCDC01 ABCD02 ABCD03 AAAA ABCD04 BBB Now, I would like prepare to create a column copying above string, but I want to remove specific string "ABCD" thus expected data should be: 01 02 03 AAAA 04 BBB How can I do this? Thanks in advance.
-
Best approach to appending daily data from files?
Hi everyone! I want to see your input on the best approach to do the following: I have daily CSV files that contain no date column, but values change on a daily basis. I want to create a dataset based on these files. I will be added files every day. I need to add a date column to the file of the date it was added. I…
-
Call external API based on dataset row
Hello, We have a scenario where we want to use the rows in a Dataiku dataset as input to an external API call and then have the results of that external API call either added to the existing dataset or create a new dataset that includes the data used in the request and the response. Can you provide guidance on how this…