Using Dataiku
- Hi, currently I am working on a project which I have to collect data but it should be new and have the same schema with previous one but without keeping the past data how can I do this? Firstly, I tho…Last answer by Shahbaz
this is because in python recipe you are not able to append data to a table without schema
Last answer by Shahbazthis is because in python recipe you are not able to append data to a table without schema
- I want to evaluate LLM like the picture above, but if you look at the tutorial, there is a recipe called evaluate LLM, but I can't see the recipe. How do I evaluate LLM?Last answer by Alexandru
Hi Park,
Evaluate LLM may not be available for your license; you can check the pre-requisites here:
https://knowledge.dataiku.com/latest/ml-analytics/gen-ai/tutorial-llm-evaluation.html#prerequisites
If you need this recipe, you can reach out to your account executive to discuss it further.Thanks
Last answer by AlexandruHi Park,
Evaluate LLM may not be available for your license; you can check the pre-requisites here:
https://knowledge.dataiku.com/latest/ml-analytics/gen-ai/tutorial-llm-evaluation.html#prerequisites
If you need this recipe, you can reach out to your account executive to discuss it further.Thanks
- Hello, I set up a model with DSS machine learning modules. In my scenario, I've made a special step to run the model training queries. Will this step re-train the model and modify the model coefficien…Last answer byLast answer by Alexandru
Hi,
This will re-run the training recipes for the saved model with new training data. Any associated metrics (like accuracy, precision, recall, etc.) will also be recalculated during the retraining process.
If this newly trained save model is actually "active" will depend on the setting you have for "activation" for the saved model, by default it will activate the newest model after each re-training: - Hi Team, When I am trying to embed a dataset in Dataiku with textual data, I encounter this error: Error in Python process: <class 'Exception'>: At least one embedding request failed: HTTP code: 429, …Last answer byLast answer by Alexandru
- Hi, I noticed that Dataiku supports K-means clustering but couldn't find support for k-modes. Am I missing some documentation. If not, are there any plans to support k-modes clustering? thx Operating …Last answer byLast answer by Alexandru
Hi,
k-modes is not supported in Visual ML, you can train a model using k-modes in a Python recipe.
You can submit https://community.dataiku.com/categories/product-ideas/p1
Thanks - I have dates that are not parsed. It starts with a group of dates from 2015-01-01 to 2024-12-01 and keeps repeating over and over for each categorical variable. I try to sort the date as is which is a…Last answer byLast answer by Turribeach
I understand your frustations but in general I would say that you shouldn't expect one tool behave how other tools behave. Dataiku is not an ETL tool so while it can do ETL you shouldn't expect it to behave like one. It's main purpose is to be a machine learning platform. The sort in prepare recipe along with the sort in the dataset explore is simply there to assist in the design of the recipe and testing the outputs on small data samples. You should not rely on them for data analysis. There are many ways to do data analysis in Dataiku:
- Use the column heading Analyze
- Statistics tab of a Dataset
- Dashboards
- Sort recipes
- Hi everyone! I'm getting the following error trying to run the XT model. How can I fix it?Last answer byLast answer by AndreaFrattini
I'll open a ticket, thanks!
- Hi I'm new to dataiku. I'm using dataiku 13.1. I have a dataset with Area name & I have to find the country in which the area belongs to. I have to do it using AI prompt. My dataset is around 2100 rec…Last answer by
- Hi I'm new to Dataiku. I'm using Dataiku version 13.1. SAP Hana integration is done with my dataiku. I'm using SAP Hana dataset for my ML use case. I need to import my ML output table to SAP Hana. Can…Last answer byLast answer by Turribeach
Just write a dataset back using a standard connection as the SAP Hana connector supports writing data back:
https://doc.dataiku.com/dss/latest/connecting/connections.html
- On the list of for currently running jobs in dataiku, how frequently does the elapsed time on a running job update to reflect that more time has passed? Is it less frequent for long jobs?Last answer byLast answer by tgb417
I was looking at something else. I'm not clear what the refresh timing and mechanism is for this page.
It looks like it may be related to the completion of a step in the Job. Or maybe it does not refresh at all until you do it manually. I'm on 13.3.1 and I'm seeing no refreshes.
If you click on one of the active activities in the right hand side pane, will likely see my 6 second behavior.