-
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…
-
Self-study Group in ML
Dear, I hope you're having a good day. I would like to know if you're interested in creating self-study group for Machine Learning. Here's my Discord's account: EslamFouad#7794 You can add me there if you're interested. Thank you so much.
-
Web app with hvPlot
Is there a way to create Web apps using the hvPlot?
-
License API Node
Hi Guys, Is it possible to perform deployments in the Node API, even if the license in the Node API is expired, but is still valid in the Design and Automation Node? Regards, Operating system used: Red Hat Enterprise 8.8
-
sample dataset with column unique values
Hello, I would like to sample the dataset based on the unique values from a particular column. So, after selecting 100 random unique values from a particular column (the column has values that appear multiple times), I would like to load all the rows that contain any of these 100 values in this column. Thank you in…