Hi! I built a working machine learning flow from data preparation and processing to modelling and prediction. Can I extract this flow as a python code or as an .ipynb file? Can you please elaborate th…
I am trying to a create a logic to validate the governance approval for a particular bundle of a project. Input params: PROJECT_KEY, BUNDLE_ID The python code should be able to validate the governance…
I made a user defined meaning with colors for each value, but my charts don't automatically pick up my colors. Are there any settings that I'm missing here? Some things I tried: I had a list of just S…
Hi, I would like to add the Project wiki at the top of my scenario email template and add the image of the flow below that. Is this possible? thx Operating system used: Windows10
I am getting error as : NotImplementedError: That compression method is not supported at zip_file.open(), even though code is able to list the filenames in zipped folder as you can see VBOX0001.vbo Op…
I would like to use through a python recipe a registered model and apply the preformat and preproccesing through a huge dataframe connected to Databricks (which is good for memory issues). But it seem…
I have a small table that gives me the average # of workdays, average daily value, and average forecast for the previous 3 months. I have to be able to calculate the average of each column so I can us…
I have an issue with the Applying conditional Formatting while export. Dataiku does not apply formatting while export. What is the issue how can i keep conditional formatting.
Hello, I cannot find any recipe that is the equivalent of the scikit learn LabelEncoder(). The One Hot encoding recipe can be found in prepare recipe as "Unfold" step but regarding LabelEncoder (IE la…