-
How to retrieve the test dataset used in the trained model With python?
Hello everyone, I am working on Dataiku, primarily using their API. I have trained my model and would like to retrieve the dataset that was used for testing via the API methods. Despite trying several methods, including get_train_info(), I am unable to obtain the test dataset. I don't want to export it; I just want to…
-
What is a window function in dataiku
-
Guidance Needed: Building a SQL Chatbot in Dataiku
Dear Dataiku Experts, I’m working on a Dataiku project where I want to enable natural language interaction with a production SQL database — essentially, a chatbot I call the “Production Analyst.” The idea is that a user can type queries in natural language, and the chatbot will interpret them to perform production…
-
Unknown error - Code 403 on a subset of recipies.
Hello, We've been experiencing issues on different recipes/notebooks, few sql recipes show Unknown error - Code 403 and a webapp does the same as well, even though scenarios run perfectly fine whenever we edit a recipe and try to validate we get the same error and it happens for some recipes not all of them. Operating…
-
How to get the list of items of default zone using python?
This is my code and 'Data Pool' is my default zone and it has more hen 10 tables but it is not fetching the list of items for default zone. however it is working for other zones but not for this default zone. Operating system used: Windows Operating system used: Windows
-
Is it appropriate to display a "public" web app from Dataiku on a retail website?
I have never really exposed Dataiku web apps in “Public” mode, i.e., open from the instance. Dataiku seems to make it clear that this is not very secure and that the service could be compromised if someone finds its URL. However, I need to expose a web app quickly on my website, so I'm wondering what the risks are of…
-
Is there a way to change bar width for a chart?
I feel like I'm going crazy trying to find something that seems like it should be a simple formatting option. I'm making a dashboard that has a lot of graphs like the one pictured, with lots of stacked bars. For some reason, these seem to be as skinny as possible and I can not for the life of me figure out how to change…
-
error com.dataiku.dip.datasets.fs.FilesystemDatasetTestHandler are in unnamed module of loader 'app'
I get an error when trying to get dataset https://www2.census.gov/geo/tiger/TIGER2019/COUNTY/tl_2019_us_county.zip or ftp://ftp2.census.gov/geo/tiger/TIGER2019/COUNTY/tl_2019_us_county.zip from New HTTP dataset or or New FTP dataset respectively An error occurred class com.dataiku.dip.datasets.fs.HTTPDatasetTestHandler…
-
Data download
Is there a way to download updated dataset if queried via “Explore” option and having filter applied on through “Sample Settings”., usually it downloads entire dataset as is and not the one generated after applying filter.
-
Using large context for a Gen AI prompt
Hi, I'm trying to create a prompt to ask questions to a LLM and get an answer based on 5,000 reviews for a product. I know there are ways to classify or perform sentiment analysis, but what I want to do is to ask an LLM a question about the whole bunch of reviews. I tried using RAG, but it is my understanding the this…