I'm using dataiku application. I want to know if there is a way to set code environment for python helper code, I'm trying to import a library for a functionality in the app but it gives "ModuleNotFoundError". So i was wondering if there is a way i can use code environment for python helper code to use libraries of…
I am summarizing the results of testing for a disease. I would like to show the positivity rate by year. In order to display positivity rate as a percentage, I need to define it as text and format it as a percentage adding % etc. However, if I use this approach I cannot plot the positivity rate by years as it is a text…
I am currently building a web app that is using Dash to allow users to input data and store into tables. The app works but when I add in a call back for a specific use case the web app just shows a blank page, no errors or logs are outputted the page is just white. The purpose of the two callbacks is to populate one…
Team, Can someone please provide the block diagram for dataiku architecture ? thanks, Bhushan
Hi Community , Does anyone know if it is possible or even recommended to use React for the frontend of a web app in DSS? If so, can you please share how you accomplished setting this up with the Flask backend. Thank You!
I have data for Oct, Nov and Dec. I have to look back at the prior month to get the beginning of period values. I have the scenario set up so that it builds the inputs for the current and prior months. (If I run December it builds December and November). I have python code that looks back and gets the BOP and EOP values…
I created an “Application as a Recipe” in which the flow reads a user input dataset and filters the data accordingly. I have written a Python script to handle this task. While the workflow runs as expected and produces the required output file, I’m encountering an issue when using this application as a recipe in a project…
Hello, I am having an issue with saving a HuggingFace model that I am fine-tuning. The default implementation for saving HF models is to use: model.save_pretrained("/path/to/directory") However, as far as I can tell, this does not work in dataiku. Even after I use the following code to get the path: folder =…
I recently bumped into an issue where my python code was not executed the same way wether it was ran from a notebook or its corresponding recipe*. I eventually used the following function but I was wondering if there were a native function in dataiku to detect the running environment? def in_ipynb(): try: get_ipython()…
Hello, I recently found out you can make a schema description to note some details about specific columns. This seems very useful but I find it hard to create legible descriptions as they only show what fits in the column width: This makes it hard to read unless you go into the settings to see what exactly is written there…
Create an account to contribute great content, engage with others, and show your appreciation.