-
Discrepancies between feature importance through UI and Python API
Hi all, I've been looking at feature importance in the Explainability tab of a Saved Model. I noticed that, when I extract these feature importance values through the Python API, I get a different result compared to the absolute feature importance graph shown in the UI. I attached the picture of the graph. The python code…
-
Connecting to SAP for discover edition
Hi all, Is it possible to connect to SAP through the SAP Plugin if i have the discover edition? In case it is possible, it would work for SAP HANA, Business 1, etc? Thanks, Vale
-
Loading a txt file - loss of data from the file.
Hello, i have a problem with load data from txt files. I checked the amount in the txt file (number of lines with data). Normally it is 82262. When I load a new dataset using the "DSS - Files in folder" option - later in the loaded dataset I see that there are 81048 lines. Do you know the reason why this happens? Thank you…
-
python api client SSL ERROR
I am getting the following error while trying to connect to the automation node using the python api client requests.exceptions.SSLError: HTTPSConnectionPool(host='dataiku-auto.fg.rbc.com', port=443): Max retries exceeded with url: /dip/publicapi/projects/card_engagement_class/scenarios/scheduled_partition/run (Ca\ used by…
-
How to use chrome driver non headless in dataiku
I'm trying to use chrome driver headless in DSS to parse data from a website. Is there a way to use non headless to visualize the parsing activity on the screen?
-
Date in number into text
Hello I have a month column and the rows are in the numbers of the month (1-12), I whant to change the number of the month into text, for example 1=Jan, 2=Feb,..... How can I change that in the prepare recipe?
-
Bar charts breaks when too many records
Hello dear community ! I am trying to use a bar chart to represent my data. I would like to display about 5,000 records but there is a problem when displaying over 800 records. As we can see on the provided screenshots, when using 858 records, everything works well, but getting to 859 makes it break and we can only see a…
-
upload zipfile to managed folder from dataikuapi
Hi, I have a local directory with a bunch of zip files in it which I would like to move to a managed folder in dataiku. I would then like to automate the upload of new files monthly. I dont have access to the dataiku server file system other than going through the dataikuapi or through the dataiku website. I have tried the…
-
CausalImpact error
I tried running this in Dataiku, there is error in R code. Can you help me resolve the error? Code is here: CausalImpact (google.github.io) Error I got: "Error in R process: simpleError : trying to use CRAN without setting a mirror"
-
maintaining time series dataset - adding data file every month
We have a use case where we need to maintain monthly data in Hive table for reporting - Every month data file is sourced manually - Data file has a column to save date (month end date) - Requirement is to store monthly data in Hive table - Hive table should be partitioned by date (month end date) - Its like stacking new…