-
i am looking a strange error while accessing my dataflows
flows were working previously but now this error window limits me to use any of my projects
-
Usage of tags of github in version control
Hi, I've connected my project version control to a remote repository hosted on github. Usually when developping with github I use tags to check releases of my code to move it to production, to being aware of which version of code I've deployed. I would like to use it in Dataiku in the same way, creating a bundle from the…
-
Clarification on handling streams through the API?
In this video: At around the timestamp 3:23, the last line of code shows folder.upload_stream("name_of_file_in_folder", f) Which appears to be incorrect since "folder" is undefined. Should this have been handle.upload_stream(… instead? (Also, please add version 13 as a version option in the ask a question form?) Operating…
-
Reorder columns in a dataset
Hello, I would like to reorder the columns of my dataset without using a Prepare Recipe. Is it possible ? Thank you !
-
Questions on quick modeling prediction
I have questions on the quick modeling part of dataiku. Now I am completing an assignment, but I find that the column of data in my label data used to calculate the cost does not appear in the unlabeled data. This problem caused me to be unable to predict unlabeled data with the model I trained. I would like to ask how to…
-
K-Modes supported
Hi, I noticed that Dataiku supports K-means clustering but couldn't find support for k-modes. Am I missing some documentation. If not, are there any plans to support k-modes clustering? thx Operating system used: Windows 10
-
Overview of all running jobs
Hello Community, Is it possible to get an overview of all running jobs? Is it possible by checking the internal metrics dss_jobs and then filtering on state empty? This seems to provide an overview of all jobs running. However, for example, if the job is partitioned, is it also possible to see all the sub-jobs running?…
-
How to set recipe container through dataikuapi
Hi, I would like to change dynamically the container for the execution of a recipe through the dataikuapi-external-client. I could not find any referenece in the documentation. How can I achieve that (if possible)? Regards, Filippo
-
A user is trying to execute a python recipe and get the attach message. How to we fix that?
He can log in to dataiku web and is in the developer group. He also has the right to pyhton code env. Thanks. Visanu
-
Extract ID out of a column
Hello , I'm trying to extract the numbers after the / (but it's not always the first / ) and it's not the end of the url... In exemple i only want the Bold number /33988-329055 I though an extract would work but it doesn't... Could anyone knows why ? Thanks