-
Easy solution to allow viewers to access to data
Hi everybody, My team is starting to develop a webapp in order to give non-technical users with viewer access to be independant on their needs of data extract. However, during the development of the webapp, we found it having many limitations like the development requires a lot of time and effort, it consumes a lot of…
-
Deployment: Free Version
Hello All, I was trying to run the MLops tutorial but I am on the free version. So, the workflow for deployment isn't the same. I wanted to first know if it is possible to deploy using the free version. If so, what can we deploy and what are the limitations? Is there a resource that explains the process? I am currently…
-
Python code environment library installation error (AxiosError: Network Error)
Hello! :] I have a code environment with a bunch of python libraries installed. I'm using this for a data science project. I'm now trying to run a survival analysis and survival model, with the exploration and model prototype happening in a python notebook. I have tried to install python libraries such as pysurvival,…
-
Compare two datasets column by column without using code recipe
How to create dataset 3 (key = 'ID', join method = 'left') to compare datasets 1 and 2 WITHOUT using code recipe, i.e low code no code only. Thanks. Dataset 1: IDCol ACol BCol C1AA11Z12BB100X23CC33Y5 Dataset 2: IDCol ACol BCol C1AA11Z12BB98X23CC33YY5554DD44T6 Dataset 3 (string columns return true/false, numeric columns…
-
How can I fetch file from SharePoint using python
Operating system used: OS
-
Create if, then, else statements
Hello everyone, Sorry to bother you but I am looking everywhere and can't find the Create if, then, else statements. I would like to create a formule with the help of the creator that we can see here but I am not able to find where to get it. Create if, then, else statements — Dataiku DSS 11.0 documentation Thanks a lot…
-
I have pre-trained models that I would like to use in dataiku recipe.
Hi, I have pre-trained model on my local machine that I would like to use in a recipe. One model is trained using the alibi-detect library and the other one is the popular SAM model. Appreciate any tips on how to use these models in a dataiku recipe.
-
custom properties of a dataset
Hi, Concerning the settings of a dataset, advances properties, what are the possible Advanced properties of a dataset (in Custom properties) ,and the conditions of use of this functionality ? I can't find any documentation on this subject Best Regards Operating system used: redhat Linux 7.9
-
join receipt
There is no ADD INPUT button in my join receipt My version of Dataiku is 12 any way to, owercome this ? Thanks Operating system used: Windows
-
reference global variables in prepare recipe
how to reference a global variable in prepare recipe to create an if statement, for example: if global_var = 1: field A = 1 else: field A = 0 Operating system used: win 11