-
Output Dataset
I have a recipe that writes to an existing dataset that has content. However, I cannot figure out to do this. An output dataset set up in input/outputs tab must not already exist. Is this possible? Thanks. Operating system used: MacOS Ventura
-
Shuffling before Training
Hi everyone, i would like to shuffle a dataset before the training of an ML model(random forest, light GBM and XGboost), that is simply changing randomly the order of each observation in the training dataset. Is there any method in dataiku to achieve that without using code recipes in dataiku? Thank you all
-
General Discussion
Hello Dataiku Support team - I have a general question on project migration from Design to the Automation Node. One of my project workflows has already been migrated to the Automation node and we have a scenario running every day to get the newer set of data. But based on business requirement, I would need to update the…
-
Time series preparation: STL import error
Hi there, I am working on a multivariate analysis of a time series dataset containing various commodity prices. After preparing the dataset, it consists of: * a parsed date, "Data_parsed" * 63 other columns of various commodity prices and indexes ranging from Fuels and Beverages to Metals I am using the Time Series…
-
Automate selecting champion model and challenger model
I have 3 models under model deployment out of which one is active version and other two are inactive. Is there a way to automatically select these models over the time whichever is performing better? For example: Model that is active today might not be giving the accuracy after a month whereas the model which is inactive…
-
dates of month
Hi, I want to get first and last date of month on basis of current date. Could you please help.
-
Feature Store
Hi everyone, I'm currently ussing Dataiku 11.3, and when reading about the Feature Store i find that it saves the datasets to share with others. So, my question is if the datasets or features are saved in the storage space that Dataiku has or does it work like a logic layer (only shows the feature but is stored in my…
-
Change Email to Work Email
Hi, I need to change my email to my work email so the certification can be valid at work. But I used google sign in, so I can't change it in edit profile. What should I do
-
How to convert Json data to a table/csv?
Any help will be welcome
-
Call python function on project level
Hi, I have created a function and added with library (within folder of python) but when I try to call the function , I am getting error like "No module named 'myfun'" , When I created same function outside of folder and try to call then getting error like "NameError: name 'fun_name' is not defined As per my understanding:…