-
Add pagination support for Plugin preset pages
Challenge: For the SharePoint online plugin we keep experiencing degraded performance of the UI when going to the /plugins/sharepoint-online/settings/preset-0 page for instance. We tend to have a lot of instances of the presets (user connections) for Azure Single Sign On. Because of this loading the page could take up to 5…
-
Irrelevant warnings during import or Automation node deployment
We have lots of plugins on our Designer instance since we are testing them to see if we can use them in our projects. However this means that whenever we deploy a project to the Automation node we get warnings on deployment as the plugin list in the Automation node does not match with the Designer node. This is a bad user…
-
Scenario step "Update API deployment" : add option full update / light update
In a scenario we can add a step "Update API deployment", but it only performs a light update. I would like to choose between light or full update. Use case example: a dataset is read outside the main function in API code (in order to optimize), and I need to run again that code after the dataset has been updated, without…
-
Run Custom Python Code Step in Scenarios Leveraging Containerization
Currently in a scenario an end user is able to create a custom python code step, however, this step is running locally and not in containers. It would be helpful to allow end users to leverage containers in the scenario step to help offload the job from the local server. this in particular is super helpful if the script…
-
Consistent display of chart title when hover on chart tab
When a dataset has several charts, it is super helpful to be able to hover the mouse pointer over a chart tab and see the chart's title. However, this only works for some types of charts. For example, it works for Vertical Bars charts but doesn't work for Pivot Table charts. The request is provide "hover on chart tab to…
-
Allow selecting how far downstream to run from a recipe
Hi, For more complex flows, it would be nice to be able to select how far down the flow to build. Here is a mock-up (no laughing): thx
-
Checkbox to disable common y-axis on Charts
In the Charts tab when using Subcharts, there's an option to disable 'common x-axis'. I'd like to be able to also disable 'common y-axis'. Sometimes two subcharts have wildly varying scales. Trends can be obscured by subcharts with smaller scales being displayed with y-axes corresponding to the larger scales.
-
I want to use Dataiku in Japanese.
I would like Dataiku to be translated into Japanese. I tried using it for the first time and was impressed by how easy it is to manipulate data, perform machine learning, and output to a dashboard. However, I felt that the lack of Japanese language settings was a barrier to usage. If Japanese localization is available, I…
-
Multi-label model support for image classification
It would be great to have the option for multi-label problems in VisualML image classification. In this use case the target is usually an array of one hot encoded classes and an image can belong to one or more classes. An image can be classified not as a single class (the class with the highest probability), but as…
-
Support Panel Webapps in DataIku
Panel is a powerful #python #mlapp framework build on top of Bokeh. A high-level app and dashboarding solution for Python — Panel 0.12.4 documentation (holoviz.org) Panel can be supported similarly to Bokeh. The Panel server is build on top of Bokeh, therefore it should be very easy to support. For example `bokeh serve` is…