-
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
-
Is there a way to find what input I get?
I'm trying to create a recipe where I take "Id" from get_input_names_for_role() and I need to know if it is a saved model or a managed folder or file. Can anyone tell me if there's a way to make a conditional statement in python to check the object type of the given input?
-
read excel file present in folder
i could not able to read excel file present in dataiku folders .could you please share me the code if possible thanks in advance
-
How to change a project global variable that is used in python recipe through a scenario?
I have defined a project global variable, xcoord - { "xcoord": 300 } I am using this variable in a python recipe though x2 as defined. This python recipe is used to build a downstream dataset and is working fine. client = dataiku.api_client() projectKey = dataiku.default_project_key() proj = client.get_project(projectKey)…
-
Building an AI-Powered Outfit Recommendation System With Dataiku
Originally posted by Dataiku by @EmmaH on November 9, 2021 Ever have trouble deciding what to wear in the morning? Well, it may not be a problem for much longer! Thanks to this computer vision-based outfit recommendation system, don’t waste those precious minutes deciding what to wear, let AI do it for you! This article…
-
SQL Commands MAX and DISTINCT
I am trying to create a data input via a SQL query as shown below. I am getting errors from Dataiku for the "distinct" command and also for the "max" command. My problem is that the result is a 296 million row table when I really only need about 100k rows. I know I could take the 296M row table and run a DISTINCT recipe…