-
Efficiently applying window recipes across monthly database partitions
Hi all, I’m looking for best practices when applying window recipes that need to span multiple partitions. In my case, I have a dataset partitioned by month, and I’m using a window recipe with lead/lag functions to look ahead and behind by 3 months. To make this work, I currently: Unpartition the dataset using a sync…
-
Read xlsx. File from managed folder using Python
Hi team, I'm using a Python recipe in Dataiku to read a specific .xlsx file from a managed folder, but I'm encountering an error when trying to load the file into a DataFrame. Here’s a simplified version of my code: folder = dataiku.Folder("FOLDER_ID") file_list = folder.list_paths_in_partition() last_month_str = "YYYYMM"…
-
Como hacer Naive Bayes en Dataiku
-
Script to list all connections used in a project
Anyone have a script that lists all the connections used within a project?
-
Error during evaluation recipe using Prophet time series forecasting model
Im trying to evaluate the same dataset i used for training a Prophet time series forecasting model. However, if i choose the "Refit model" in Evaluation recipe, this error occurs: ** Im using prophet==1.1.7, holidays==0.80, python 3.9; DSS Instance 14.1.1 Error in python process: <class 'RuntimeError'>: Error during…
-
Error during evaluation recipe using Prophet time series forecasting model
Im trying to evaluate the same dataset i used for training a Prophet time series forecasting model. However, if i choose to use "Refit model", this error occurs: ** Im using prophet==1.1.7, holidays==0.80, python 3.9; DSS Instance 14.1.1 Error in python process: <class 'RuntimeError'>: Error during optimization! Command…
-
Appending to table keeps overwriting
My first time working with writing into tables other than creating a table. Thank you for your time in helping me! I have a scenario that looks for the oldest record in table B of Server B and then pulls new records from table A from Server A. My intent is to append those new records to table B. Table A has 4 columns.…
-
What is the best practice to share business-facing content with business users?
My team has developed several Dataiku Apps and Dashboards that are ready to be shared with business users. Currently, I am considering the following approach: Deploy the content from Designer to the Production Automation node. Share the Dataiku Apps and Dashboards through specific workspaces. I am wondering: Is it common…
-
How do I search discussions?
I want to ask something but first I want to check if this has been asked (and maybe answered) before. How do I search in discussions? Eventually not only text search, but I bit smarter (AI). Operating system used: Windows
-
Error "Code env not usable"
Hi everyone, A project I created is currently shared with other users in my department as an application, allowing them to instantiate the project. They can run it, but they are not able to make any changes to the flow or the recipies within. After setting a new code env in my project, when a colleague of mine tries to…