Hi, is there any timeline for when Dataiku will be supporting Pandas v2? Thanks
Hello team, I am trying to redispatch a discrete partition through the sync recipe, using the process described in this documentation. I have tried running on the DSS Engine, however, on my end the recipe fails with the "Job process died (killed - maybe out of memory ?)" error. The Spark, Hive, and/or Imapala engine have…
Hi all, I am using API designer for which I created one API which takes some datasets from the flow and takes the API response fields, and some calculation is being done which is then stored in a pandas data frame. Now this data frame will be created every time the API is called with a new set of responses, I want to store…
I am in a course that is teaching Dataiku as an add-on curriculum feature. I would like to know more about techniques to improve model performance for a classification problem using decision trees and random forest. Also, I see that we are only able to see the test results when running the models. Is there a way to see…
Hello everyone. I am trying to train a simple Cat vs Dog image classification model using Keras in Dataiku DSS. However, I am having certain difficulties in constructing the path for flow_from_directory(). Before we get started, here's a structure of the training data I am using. "training_dataset" is present in the…
Good morning, We would like to print the size of all the datasets in a specific flow zone through Python code in order to monitor the diskspace already taken. Do you know if there is a way to accomplish this task? Operating system used: Linux RedHat
# -------------------------------------------------------------------------------- NOTEBOOK-CELL: CODE# -*- coding: utf-8 -*-import dataikuimport pandas as pd, numpy as npfrom dataiku import pandasutils as pduproject_name = "ABC_PEI_2023"project = dataiku.api_client().get_project(project_name)prefix =…
Hi , I would like to create a new column of data (i.e. column c) whereby if col A does not contain the word "number", then col C = Col B*10 and if not , col C = Col B So for example, the first row in col A contains the word number , so col C = col B(i.e. 10) ; while the second row does not contain the word "number", so Col…
Hi, I'm trying to filter only columns with "Eaches" in my output table but the regex is not working and I'm getting zero columns in my output. Can you please help with this? I have attached a screenshot of my scenario TIA
I am new to the Dataiku platform. The dashboard I have developed uses DATIKU to display my list or table data that contains a very long text. A column value with more than 300 characters has been displayed as "..." at the end of the content. Although I tried exporting the dashboard in PDF, the text appeared only with the…
Create an account to contribute great content, engage with others, and show your appreciation.