-
Present Connection Credentials in sorted order
Connection Credentials are currently presented to the user in what seems to be a random order. That combined with the fact that we have about 70 connections defined makes it pretty difficult to find a particular connection. It would be great if the connections were sorted as they are in most other areas of DSS. For…
-
Python recipe Excel packages
Hello everyone, I have an issue while constructing excel with python recipe. I need to use precise packages (xlsxwriter, xlwings, openpyxl and so on) that work very well in Anaconda.But in Dataiku python recipe it's not the case. In my mind with python recipe I could do whatever python usually does. Ex below of a line that…
-
Github integration
Hi community, I recently worked on a Git integration in our Dataiku Designer instance and would like to share a few trivial insights here post the resolution with a Dataiku support team member. Shared two helpful references while working on the integration: * Cloning a Library from a Remote Git Repository * Working with…
-
Multi-label classification
Hello community! Is it currently possible to perform multi-label classification using the in-built recipes, lab (or any other) features in DSS?
-
Change a recipes engine using the API
Hi Everyone, I know we can get the selected engine details of a recipe using the API. but is there a way to change the engine of the recipe as well using the API ? Any suggestions are welcome Thanks..
-
folder.get_download_stream I/O operation on closed file
Hi experts, Dataiku prompts this error ValueError: I/O operation on closed file. when I tried to execute the script below: with folder.get_download_stream(path_csv) as f: data = pd.read_csv(f, encoding='latin-1') The reason I put that encoding is due to the utf-8 error if encoding is not specified ( 'utf-8' codec can't…
-
Import multiple files stored in Sharepoint at one time
Hello, As shown in the image below, I have several Excel files stored in the Sharepoint site, my goal is to import all the files and later stack them into one dataset, is this possible? How, please. There are too many files that I can't import individually, and every week two files are added, so I want to automate this.…
-
Web app as a plugin usign R Shiny
Can I turn an R shiny web app into a plugin, and use it inside the LAB as a model view? or is it only possible with a standard HTML web app? Operating system used: Windows
-
Custom HTML Dashboard Plugin
I am using Dataiku to build predictive models. After building the model, I use that model to score a future dataset. I want to create an HTML dashboard plugin that inputs this scored dataset and displays the following information in different tabs. * Summary of prediction (# datapoints, MAPE, MAD, under and over…
-
Sharepoint connection and file parsing
I have successfully established a Sharepont Connection with my Sharepoint. But now, with a Python script i want to parse this sharepoint, in order to list the available files, and apply another python script to one of them. When i create a Python Receipe , it creates a header "Dataset' like: InputDLISSharedpoint =…