-
Problem with pivot -- help?
I have a dataset that contains, among other fields: * Store name * Product purchased * Brand of product * Date of purchase * Whether the product delivered was a trade sample (field is called is_sample and is boolean) I'm trying to build a pivot where the columns are: Store name, Brand, and two pivot columns based on the…
-
Mysql connection with utf8 encoding
i am connecting dataiku with a mysql connection, when i altered my database to be able to use utf8 encoding to support arabic language it didnt work and raised this error: Job failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near…
-
Model Performance was not Computed
It shows 'model performance was not computed' in evaluation store, I check the 'compute performance' is enabled and label column is included in dataset. Operating system used: Windows
-
Leveraging Dataiku DSS with Ryzen 9 Laptop: Exploring Possibilities and Performance
Hello forum members, I would like to initiate a discussion regarding the utilization of Dataiku DSS, the collaborative data science platform, in conjunction with a Ryzen 9 laptop. Let's explore the potential benefits, performance considerations, and experiences of using these two together. Here are the details: Laptop…
-
How to Load the API Service Log for Deployer Node
Hello, everyone. When Deployer node deploys API Service, I have some questions about log. 1. Is the log generated when deploying API Service stored only in the run/audit.log of the Deployer node? 2. Then, is there a way to load log for each API service? (As far as I know, it all adds up to audit.) Thanks
-
Download scenarios running time for all projects
Dataiku offers a nice way for administrators to monitor scheduled scenarios running status for all projects by using the 'Automation Monitoring' menu. We are wondering is there a way to download the data behind the dashboard/plot? Basically we want to know how much time each scenario is taking to finish, lets say in last…
-
Post to "Contact Us" with No Response Yet
Hi DataIku Team: We want to have a discussion about some cooperation topics and thus post information in "Contact Us". While till now still get no response from your team. If it is convenient for you, please give me a hint how to communicate with your team smoothly. Better to communicate with your team through email…
-
Metrics Dataset of Evaluation Store not Updating
After I rerun the evaluation recipe and get new evaluation score, I also want to show the new score row in generated metrics dataset. But after re-build the metrics dataset, it still shows original dataset not updated one. Anyone know how to let metrics dataset have updated data?
-
Job is failing when am building the folder in recursive mode
Job is getting failed in preview mode only when am building the folder in recursive mode. and the error is not easy to understand in log file. could you please help me on this . But when am building the dataset its working fine !!! only problem is when am building the folder Thanks in advance, Degananda
-
dataiky.Dataset.get_dataframe() with pyarrow
Hello, I was wondering what is used by the get_dataframe() method in order to load the dataset into a pandas dataframe. If pandas is used, is it possible to pass an argument such as engine = "pyarrow" to speed up the loading process? Thank you in advance! Operating system used: Windows 10