-
LLM Batch requests
I am experiencing rate limit errors for my LLM requests. Is there a simple method to batch my requests? My thanks in advance. Tom Operating system used: Mac OS
-
Dashboards or piece of dashboard lost during collaborative work on a project
Does someone had this problem ? : When editing a tile or a graph in a dashboard if 2 teammembers edit in the same time the same graph , the graph is lost (question why such a situation is possible ? in most collaborative tools there is a blocking mechanism to avoid that) but even a dashboard which has been edited and saved…
-
Problem loading my Profile from another Laptop, yes amazing
Hi, I've recently starting using another laptop to work with dataiku, and when I connect to my account, all information is gonne? my certifications, and so on. Can you please help me to get tyhem back ? Operating system used: MacOS SONOMOA 14.6
-
Dataiku migration - Macos - Error with Laucher
Hi, After several years of faithful service, my old laptop for Dataiku was due for a well-deserved retirement and I got a new one from. So, I've decided to migrate all Dataiku environment into new laptop. I've created a dss-home folder inside DataScienceStudio and copy the content of my backup dss_home into this new one…
-
Dataframe pivot table from python doesn't save properly as Dataiku dataset
Hi everyone, I am creating a pivot table using pandas data frame in python. df_pivot = pd.pivot_table(df, values=['Units'], index =['Name', 'City', 'State', 'Zip'], columns= ['Date'], aggfunc={'Units': 'sum'}, margins = True, fill_value=0) However, when I save it using the following: dataset_new = dataiku.Dataset("Dataset…
-
Error while running K-means clustering
Hello, I tried to run K-means clustering on version 13.0.2 and got the attached error. Can anybody help please? Operating system used: Mac OS Sonoma 14.5
-
Creating a data extract with a SQL and passing a filter parameter
I am trying to create a data extract from SnowFlake . I have selected the connection and written my sql . I want this SQL to be available to multiple users such that they can apply filters to the dataset to retrieve the information . For example, in my dataset I have a "COUNTRY" column. I want a way for users to use the…
-
changing python code env
I am unable to change my python code env, I was creating a plugin ,I am unable to test it because every time I run it Dss uses default environment even if I explicitly select my environment with has Biopython installed , any help? [2024/08/16-01:57:09.508] [ActivityExecutor-39] [INFO] [dku] running…
-
OpenMP runtime is not installed
Hi, I received the error below. How can I resolve it ? Failed to train : <class 'xgboost.core.XGBoostError'> : XGBoost Library (libxgboost.dylib) could not be loaded. Likely causes: * OpenMP runtime is not installed - vcomp140.dll or libgomp-1.dll for Windows - libomp.dylib for Mac OSX - libgomp.so for Linux and other…
-
Resolving XGBoost Error on M3 Macs using Rosetta Translation (Homebrew , Conda , or Direct )
Please help I am at my wits end tried multiple strategies through terminal. Installed XGBoost, Homebrew and Conda libraries. Updated Java. The AutoMl training cannot compile output for Random Forest and XGBoost Algo's. Error documented below. M3 Max Macbook Pro zsh : parse error near - In terminal when doing checks Error…