-
Confirmation pop-up when deleting a code sample
I deleted by mistake a code sample I had created because I clicked on the "trash basket icon" while I just wanted to close it. Indeed, the "trash basket icon" is in upper-right corner, which is generally the position of a "cross icon". So I think a confirmation pop-up of deletion would be good. Thanks
-
Predictions made using Dataiku Snowpark API Yield Single Class for Multi-Class Classification model
Hello community, I am facing an issue when using Dataiku's Snowpark API to make predictions from a multi-class classification model. The model is trained with Dataiku and a Snowflake table via Visual ML. The predictions only return one class, while the same table loaded as a pandas DataFrame returns correct predictions…
-
Problem with np.bool dependency in "dataiku" package in python
Hi, I'm having a problem importing the "dataiku" package in python in the following environments since update to 11.2 python 3.6 python 3.7 python 3.9 # Example: load a DSS dataset as a Pandas dataframemydataset = dataiku.Dataset("PWHRn6UM") import dataiku…
-
Hierarchical Models
For my current situation I am looking to set up hierarchical models to describe the data I have where it is a standard situation of having multiple observations per customer across multiple days where one can easily see that the behavior of each customer is more similar to their own than others and therefore wanting to…
-
How to enable auto-completion in Jupyter Notebook ?
Hello everybody, I would like to enable auto-completion in Jupyter Notebook ? Is it possible ? Thanks a lot for your answers.
-
Importing code from a plugin into python notebook
I'd like to import python functions from a (self-made) plugin into a python notebook. I've found this part in the User's Guide, but it's lacking examples and I can't get it to work: https://doc.dataiku.com/dss/latest/plugins/reference/other.html If I have a plugin with plugin id "xyz" and the following folder structure xyz…
-
Can't get the predictor from a clustering model handler using the python API
I've been having success manipulating saved models using the python public API for both prediction and classification models to get more information from them and use the predictors in recipes. But I'm having trouble doing the same with clustering models trained in VisualML and deployed to the flow. I usually do import…
-
How am I able to change notebook's kernel from Python2 to Python3?
I have been using dataiku in windows (from a virtual machine) and on Ubuntu and every time I want to write a notebook in python code the only kernel available is Python2. I am wondering if it is possible to change it to python 3.
-
Multi-worksheet xlsx Exporter [SOLUTION]
Hey, At the current moment, there is no way of me to export multi-worksheet Excel file to a folder without installing a plugin, so decided to create one. Very simple script and can be found here: https://github.com/akmalsoliev/dataiku_multi_sheet Coming across some message boards noticed that the only purposed option was…
-
write_with_schema exists, how can I write only if the data is new?
Hi, I have a Python recipe that creates datasets I want to write to two separate Snowflake tables. I would like to only write to the snowflake tables if the data is new. So, I need to be able to check if new data is in the table and then write if it is not. thx Operating system used: Windows 10