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…
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…
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.
Is there a way to create Web apps using the hvPlot?
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
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…
Hello everyone, I am working on a recipe where I am using "write_with_schema" to write the recipe outputs. I noticed that the order of the rows on the output dataset is different than the expected one. I tried adding the .reset_index(). The indexes exist on the output but again not in the right order. In my case, the order…
Hello everyone, I have created a plugin with 3 components (2 python recipes and a dash webapp). I want for the webapp to take as an input two datasets, the initial input of the 1st component and the output of the 1st component. I have managed to have only one input dataset so far. Is there a way to do that (add a second…
Hi there, I'll soon be tackling down a huge compliance revamp on a project. But I'd need to have a view of all the dependencies (datasets in use + their original source project + transitory projects) in order to plan everything. We are eyeballing 10+ projects and couple hundreds of datasets. Some datasets in the final…
Hello, I wanted to update the "name" field in a document using a curl command. I used the 2 following command: - curl --user API_KEY_SECRET: -H 'Content-Type: application/json' -X PUT URL -d '{"login": "sa55", "name": "camille"}' - curl --user API_KEY_SECRET: -H 'Content-Type: application/json' -X PUT URL/sa55/ -d…
Create an account to contribute great content, engage with others, and show your appreciation.