-
Unable to Create Evaluation Store in Time Series Forecasting (DSS 12.5.2)
Hello, I am currently using Dataiku DSS version 12.5.2 and working with the Time Series Forecasting feature. After completing the model training, I attempted to run an evaluation, but I noticed that the Evaluation Store is not being created. I’ve confirmed that when using the AutoML Prediction functionality under Visual…
-
Check if sharepoint excel file column has unique value then store data else email user.
I am trying to develop a mechanism where we need to retrieve sharepoint excel files from the library one by one , once the user uploads and check if duplicate value is present in one column(SKU) , if yes then email user "Duplicate values found in SKU , please check." else store the dataset. Thanks.
-
Do we have any documentations on how to implement autoencoder for clustering within Dataiku?
Can you provide some examples to implement autoencoders for detecting patterns in data without any labels. Operating system used: v12.6.3
-
Way to determine Alteryx workflow inventory list
Is there any automated way to discover the count of Alteryx workflow on users system to get the entire inventory to migrate to Dataiku. There are set of 50 users, connecting one to one is not a feasible option.
-
how to plot a chart by row
I have a sample dataset with 5 columns shown below: In dataiku how can I plot by each row, to get result like below chart in excel? Right now I can only plot something like below chart, which is NOT what I want ( I need 1M, 3M, 6M and 1Y to appear on x-axis): Could someone help? Many thanks!
-
Using data from a dataset in a Send Message scenario step. (Scenario Variables?)
I've built a project that determines a set of upcoming worker hires and sends an email (with an Excel attachment) to a group that begins working their access needs. I want to make the body of the email dynamic by adding a summary of the count of workers and the range of start dates. I have that data in a separate, single…
-
can dataiku prompt engineering use claude sonnet 3.7 model now?
that will be nice
-
How to update data from database and run other processes using Scenario and pipeline with SQL DB con
Hi Having connection to Oracle database I need to run Dataiku pipeline periodically assuming that during the update new data from database will be uploaded (based on query that will be simply rerun) and result send from further manipulations. I want to use build in Connection option Operating system used: Windows
-
ORDER BY in SQL recipe does nothing, yet it works in SQL notebook
My team uses Dataiku to write flows consisting mostly of SQL recipes with data stored on an Amazon Redshift server. I have noticed the odd behavior that ORDER BY clauses in SQL recipes do not seem to have any effect on the resulting Dataiku dataset. They do, however, still work inside SQL notebooks, which suggests that…
-
Error when trying to use Dataiku Python APIs in API endpoint (API designer)
I have created an API endpoint of type Python code. Inside, I want to run a scenario: the idea is that when an API request is received, a scenario run is triggered. The problem is that if I run this example code: import dataiku def api_py_function(): client = dataiku.api_client() project = client.list_project_keys() return…