-
Displaying decimal as percentage
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…
-
Dash Web App callback issue
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…
-
Architecture diagram
Team, Can someone please provide the block diagram for dataiku architecture ? thanks, Bhushan
-
Creating a Web App with React Frontend
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!
-
Weird results when I run a scenario ascending or descending , when looking back
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…
-
Scenario fails when using Application as Recipe in a project
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…
-
How can I save a fine-tuned HuggingFace model to a Dataiku Managed Folder?
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 =…
-
is there a way to check if python code is ran in a recipe vs notebook?
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()…
-
Recommended usage of Schema Description
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…
-
Copy the zone recipes into another zone with new datasets
Hello, I have a zone that has recipes I want to have copied into a new zone. This zone has the same format but a different dataset (the month of February vs the original zone was for the month of January). I attempted to copy the zone but all it did was copy the zone into the same zone with the same dataset in that zone. I…