-
evaluation
I want to know metrics and view points which is already implmented in dataiku service for LLM(rag) evaluation aside from following infomation?Performance metrics* Average BERT score (Num) * Average LLM score (Num) * Answer relevancy * Answer correctness * Ragas score could you give me any information for that including…
-
Error on Graph analytics chart with filter
Dataiku versie 12.2.0 Plugin Graph analytics 1.0.4 Hi, I have a graph analytics chart with a filter on amount. If I publish this as a dashboard it will give me an error. raise Exception("Error with filter on column {} - {}".format(filter["column"], e)) Exception: Error with filter on column Bedrag_sum - 'maxvValue' If I…
-
How can i count the number of words in a cell?
Hello, I'm looking at a list of song names and want to be able to have a column with the number of words in the song titles. For example: Take me Home = 3 words Please help, thank you!
-
Get the run error message from Dataiku API
Hello, I'm building an automator for our scenarios that logs the results in a dataset. For this I have been exploring the API but cannot get the error message of a failed scenario/run/job. Is there a way to get the error message? I can start the scenario no problem and can access the run object (to see outcome) but cannot…
-
Real-Time Data Display Options Without Manual Refresh
What are the options for showing data to an end user, like through a dashboard or app, where the data refreshes every 5 seconds without needing to hit refresh or do anything manually? To give a little context, we are looking to display to our control agents real-time numbers of people coming in and out of a train station.
-
Whole or part bundle deployment
Do we propagate the whole bundle or can we change a basic/simple component without redeploying the whole bundle/flow?
-
Not getting JSON file with key-value format as output in Azure Blob Storage
Hi , I am trying to store dataiku dataset in Azure blob storage as JSON file with proper key-value pair format but what I am getting in Azure blob storage is like nested list (without key names). I am using DSS engine in sync recipe. Please check the attached details and suggest me the solution. Thanks Operating system…
-
Add missing dates
I have a dataset of package orders in a warehouse and I have missing dates because there were 0 orders that day, but I want to have all the dates and the count of orders of 0. Does anyone know how to add missing dates?
-
Troubles with dates in different formats when importing and then trying to parse
This feels like it should be a simple thing, but this is taking hours to fix this simple issue. I have uploaded data with dates that are quarterly and the first day of the quarter: 01/01/2022 for example which would be MM/dd/yyyy I think. As soon as I import it immediately changes the dates to look like this: 2022-01-01.…
-
Dataiku MLOPS
How do we modularize the code in production, In the sense that we are able to restart a Failed job without initiating it from the start.