I would like to create massive dataiku dataset using python interpretor, without using creating them manually in the recipe Note: The following command works only if I have created a dataiku dataset c…
I am using python recipe for one of the projects from dataiku gallery (rfm segmentation). In that I am getting following error. If the dku_utils module has changed then please guide me. Thanks Operati…
I want to execute a DELETE statement at my BigQuery table based on the date. I am programming in Python and using the BigQuery library. from google.cloud import bigquery I have two tables in Bigquery …
Hello, I need to pull images from a folder, transform it and upload it to another folder using python script. I pulled and transformed the images but I have trouble saving to destination folder. uploa…
Hi There, I am trying to make use of the Textblob package within a Dataiku recipe. More specifically I'm trying to create a python recipe which translates a column "Description" from Russian to Englis…
Hello Dataiku Community, I'm looking for guidance on how to set up a batch inference API for a machine learning model. Specifically, I want to create an API endpoint that can take a batch of data and …
Hello, I am new to this platform, I have a use-case where I want to predict multiple targets from the given set of features. My use case has some features (X1...Xn) and 2 targets. (Y1, Y2). Suppose: A…
Hi, We have an internal python package that gets used by dozens of code environments and we need to know which code environments those are and what version is present. Is there a way to do this with D…