-
Dates localization coerced to UTC
Hello, I'm trying to localize a column with dates from UTC to CET/CEST using a python recipe. The results are correct when I open it in the notebook but seems that Dataiku coerces the dates back to UTC when writing the dataframe. Here below, a code that can reproduce then issue import dataikuimport pandas as pd, numpy as…
-
Loading Dataiku model in Python Notebook are recipes
Hello everyone, I would like to discuss about an issue i'm facing. I trained a gradient boosting classifier using Dataiku Lab. I would like to use Shap explainability on it and first, try it on a python notebook. To do such a thing i am loading my model this way : import dataiku from dataiku import pandasutils as pdu model…
-
Problem loading my Profile from another Laptop, yes amazing
Hi, I've recently starting using another laptop to work with dataiku, and when I connect to my account, all information is gonne? my certifications, and so on. Can you please help me to get tyhem back ? Operating system used: MacOS SONOMOA 14.6
-
Dataiku migration - Macos - Error with Laucher
Hi, After several years of faithful service, my old laptop for Dataiku was due for a well-deserved retirement and I got a new one from. So, I've decided to migrate all Dataiku environment into new laptop. I've created a dss-home folder inside DataScienceStudio and copy the content of my backup dss_home into this new one…
-
Expanding reach
Hello, I am an experienced AI/ML consultant with significant hands-on experience using Dataiku with three certifications. I am interested to learn about effective strategies on how to reach clients in search of Dataiku consultants. Best Regards Operating system used: mac os
-
O365 connectors within Teams will be deprecated and notifications from this service
We setup a script to send out scenarios checking using get_message_sender() & send() APIs to team channel. Starting today, this message popup: "Action Required: O365 connectors within Teams will be deprecated and notifications from this service will stop. Learn more about the timing and how the Workflows app provides a…
-
How to share a chart created in DSS to a person who does not have DSS account
As attached, I shared DSS chart with a peaple who do not have DSS account, but on their screen, an error message was shown and the message is "User xxx does not have credentials for connection "xxxxxxxxxxxxx". In this case, how can I make them see the chart?
-
Pivot table recipe doesn't update to show latest columns
Hi everyone, I am preparing a pivot table recipe using date as a column. However, as new dates enter my previous dataset, pivot table recipe does not update to include them in the output dataset. Anyone knows why this may be happening? Thanks in advance for your help!
-
Machine Learning Basics Course (Dataiku Academy)
Has anyone else had issues downloading the project files for this particular course? The pathway is as such: +New Project > DSS tutorials > ML Practitioner > Machine Learning Basics But I am unfortunately unable to get the file to download it keeps hitting an error. I have been able to download other course projects…
-
join two dataset with different schema
Hello, I have two datasets, both have the "filename" as the join-key, but they have different schema dataset-1 has 300 rows for one key (filename) dataset-2 has only one row for one key (filenmae) now I would like to join both datasets —> the value of one key from dataset-2 will be duplicated 300 times to fill the colume…