-
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…
-
Can I use the R API to trigger a dataset build/job?
I want to create an R Shiny application to query data. The data exists in dataiku where a pipeline runs nightly. I would like to add a button to my app that would rebuild my data on an ad-hoc basis. Is this possible? In python it looks like this works. Is there an R equivalent? import dataiku project =…
-
Use pickle to create API service
i have python code recipe that already create the pickle model and save the pickle to filesytem_folder and already in scenario for weekly pickle update. then i want to create api that use this pickle to classify. i use Custom prediction (Python) for Endpoint type and set the Working folder (optional) to the…
-
Beginner Help: Deploying an API Service with Pickle Model from Jupyter Notebook in Dataiku
Hello Dear Community, I am a complete beginner in Dataiku and have created a Jupyter Notebook as a mini test model. I used Pickle to save the model and vectorizer into a managed folder named "Models". My goal is to make this model available as an API service, but I’m struggling with the process and would greatly appreciate…
-
Missing +Add In button
I'm a new user in the Excel to Dataiku Quick Start Tutorial. I've downloaded the Excel workbook. I'm on the Flow screen and the picture and screen look exactly the same with one exception - the + Add In blue button in the upper right side of the screen is missing. What do I need to do to have the button added to the screen…
-
Does DSS have a recipe for imbalanced sample? Like SMOTE?
-
Use Project Variables in Applications (HTML tile)
Hello, I am building an application, and part of the process is for the user to visit a particular notebook (to look at plots and choose parameters). I am trying to build a simple "url link" message in the Application UI, but I can't find how to use variables in it. * I chose the "Variable Display" tile * Then in HTML, I…
-
Dataiku Outbound IP Address Control - Proxy or Otherwise?
My team works with a data supplier that requires a white-listing process for IP addresses. When we attempt to use Dataiku to fetch the data our IP address associated with the call occasionally changes. We have access to a proxy IP address system, and we have made requests through the proxy to the data supplier when we run…
-
How to send an email from a plugin scenario step using the Python API (Messaging Channels)?
Hi everyone, I’m building a custom scenario step plugin in DSS 12.2. The step collects scenario information from multiple projects, generates an HTML report, and saves it as a project variable. Now, I would like the same plugin step to send this HTML report as an email using an existing Messaging Channel (configured in DSS…