-
Kernel dies with Convolutions on GPU
I am running into a kernel panic each time I try a convolution on GPU. The environment seems set correctly, GPU is available, and simple transformations run both on GPU and CPU. Convolutions run in CPU, and in GPU are killing the kernel (see image attached). I can't find any useful error message. How to throubleshot?…
-
Import a PDF file
I am trying to import a PDF file to read data and checking this tutorial:Tutorial | Managed folders - Dataiku Knowledge Base. But I meet a new problem: I don't have admin permission to create or edit python env. to install the package. Is there any way to install the package only in my project?
-
Clustering datasets having both numerical and categorical variables
Hello World! I would like to know if there is a way to directly perform Clustering while having both numerical and categorical variables in Dataiku DSS? Thank you!
-
How to delete logs of metrics and checks
Is there a way to delete logs of metrics and checks? Issue: Even if we don't use certain metric and delete it in Dataiku, the logs of that metric still exists in Dataiku instance.
-
What if analysis within Visual analyses Lab
I'm running into "External code failed" error when I try to run a What If? analysis within the Visual Analyses. Operating system used: Linux
-
Week number from day number
We consider that we have a table that contains a column "Day". In this table we have values like "21", "10", "16", .... anyvalue that could correspond to a regular day number from a date. Starting from this, is there ay formula that could return me the week number of the year corresponding to this day number (for this…
-
Spark Performance warning: Input dataset is read in a non-distributed way
I Setting up the Spark using K8s but I'm facing the Performance warning: Input dataset is read in a non-distributed way and this make the queries taking so much time attached a screenshot need your support to avoid the problem
-
Folder access error in API endpoint
In the API endpoint script, I get an error when trying to access a folder which is placed in the resources of my environment, it's a sentence transformer model which I need to access. Can someone please suggest?
-
How to fill cells of column with previous non null value
I have a table that is presorted that shows teams and players. What I'm trying to do is create some kind of calculation to fill my blank cells for team, I want the cells to be filled with the last non null value that precedes that row. For example, row 3 is blank, the last non null preceding value is row 1 = green, so I…
-
Number of Rows
Hello, I am using Dataiku Dss for managing for the organization I am working now. The idea is I am collecting above 230000 records (rows) by using Kobo Form. I use API to import the data from Kobo to Dataiku. Currently, I have above 50,000 records on Kobo but am able to get only 30K rows on Dataiku. Is there any way to get…