-
Is BNB quantization supported?
BNB quantization is not mentionned in Running Hugging Face models — Dataiku DSS 13 documentation. For instance unsloth/Llama-3.3-70B-Instruct-bnb-4bit · Hugging Face. What 4-bit quantized model do you recommand for Llama 3.3 otherwise?
-
Where to find logs for Activity Check failures in dss?
I am getting the following error on a standard prepare recipe in the post-activity checks "Activity checks produced 1 error." The screenshot is the end of the activity log and no other details are given on what error was produced: This is using dataiku to write to a Greenplum database. I am wondering where else I could…
-
Change Date type from MM/dd/yy hh:mm to yyyy-MM-dd
Hi, I have a "Invoice date" column in my source file which has values like "1/18/24 1:00". and I want it to change it as "2024-01-18" Additionally, Dataiku is identifying this column as Text/String. How can I change it to the format mentioned above.
-
Does anyone know how to add a RecordID column in dataiku. I want to add serial number to each row.
-
Default project key is not specified (no DKU_CURRENT_PROJECT_KEY in env)
I'm creating a python function endpoint with this script: And I don't know how to deal with this error: Dev server deployment FAILED Failed to initiate function server : <class 'Exception'> : Default project key is not specified (no DKU_CURRENT_PROJECT_KEY in env)
-
Turn a custom model in the flow into a model object
I was told that it was possible to turn a custom trained model, typically stored in a managed folder, into a visual model object in the flow. Currently our flow looks like this: but we would like to see something like this in the flow: I couldn’t find any documentation on how to do this, so I’m turning to the Dataiku…
-
Storing API keys securely
Dear Dataiku Team, Thank you for all your good work with Dataiku environment - we are looking forward to using new functionality with Dataiku 7! We are now experimenting with builidng API connections in between nodes - I was able to establish the connection using the code from here: import dataikuapihost =…
-
Env variable cannot be set
I'm trying to load a transformer model through the env Resources but it does not work as it does not set the variables I tried the following as a test: ********************************************************* {'value': 'This is a test', 'type': 'RAW_STRING'} ********************************************************* In the…
-
Filter by comparing two columns
I have a dataset with two columns, say A and B. I would like to only keep the rows where the content of A == content of B. In Pandas, this is expressed as: ```df = df[df['A'] == df['B']]``` Is this possible using Dataiku recipes? I tried with sample/filter recipe but could not figure out how to accomplish this. As a note,…
-
how can I make a Django app in Dataiku ?
I'm looking for information regarding coding a Django application in Dataiku. Any information on how to achieve this ? thanks