-
error Run Model recipe with dynamic input feature set
Hi, I need help 😢. I am trying to create a template python recipe. The input will be a dynamic dataset, then i will train different models and redeploy the best model at the end. The error occurs each time when I test to introduce a new dataset (the feature name changes). the deployed model tends to get the old feature set…
-
Dashboard Filter not updating
I have a project where analysis are run over a list of requested fields, all this analysis is saved on a single dataset that users can then filter the fields to see the results. This filters aren't updating when I run multiple analysis, I have tried force-building the dataset and the 'refresh statistics & chart cache' step…
-
Obtain proof of use of the Dataiku platform
Hello, we would like to do business with a company that would like to use Dataiku. This company asks us for proof that we have already used Dataiku. In addition to the certifications which are linked to users, is it possible to obtain proof that our company has worked with Dataiku, what information do you need? Thank you…
-
My RAG chat application is not finding the correct embedded chunks when responding to a chat query?
-
Sharing of application as recipe with different environments
Hi team, I wanted to share this application as recipe and from document I got to know that either we can copy or we can create or update the plugin but for second option this error is coming. Any solution for this?
-
Sharing of application as recipe with different environments
Hi team, I wanted to share this application as recipe and from document I got to know that either we can copy or we can create or update the plugin but for second option this error is coming. Any solution for this?
-
How to trigger a continuous python recipe and populate dataset using scenarios?
Hi team, I am trying to use dataiku applications and flow is like one continuous recipe with output dataset and also created scenario for triggering continuous recipe and populate the dataset after creating an instance of my application, scenario is running successfully but not populating the dataset. I also to tried to…
-
Questions related to Application as recipe
Hi team, I have some question about application as recipe usage of dataiku application: I am having difficulty in understanding what is the purpose of input and output in the application designer let's take a context so I have a flow present in 'A' project say like below and recipe is continuous streaming python recipe.…
-
Create an R function endpoint to 'return' a result from a credit risk calculator
I am trying to create an R function endpoint to 'return' a result from a credit risk calculator. The issue is that this function runs perfectly in an R recipe (I'm using an R environment with specific packages). However, in the API endpoint, even though I select the R environment and load the libraries at the beginning of…
-
Setup logging for remotely running python scripts
Hey there, I am trying to setup python logging, but am not able to configure the logging file saving using the Dataiku APIs. What would be the equivalent for remote of this setup for locally run python processes: import logging logging.basicConfig(level=logging.INFO) managed_folder_path = dataiku.Folder("logs").get_path()…