Skip to content

Releases: debiai/DebiAI

v0.29.9 Null values support and new Array widget

05 Sep 16:19
Compare
Choose a tag to compare

Null values support #191

It is now possible to import missing (null, Nan, none) values into DebiAI.

The columns now display the percentage of null values:
image

The Statistics widget also displays the percentage of missing values for each color:
image

You can also filter null values:
image

We put in a lot of effort to make sure every widget works well with this change. If you find something that isn't right, please write us an issue.

Array widget remake #213

The previous Array widget was slow and had some miss-alignment between rows and columns. We completely remade it to support a large amount of data and to support dynamic size rendering:
image

As you can see from the image, missing values are supported by this widget.

v0.28.0 Easy start and Arrays & Dictionaries support

31 Jul 14:04
Compare
Choose a tag to compare

Easy start update

DebiAI is now available as a standalone python module using pip.

As of now DebiAI can be installed with Docker or git for production. But now using pip you can switch between production and development more quickly by installing once DebiAI and running your script.

New command to install DebiAI as python package:

pip install debiai-gui

New command to run DebiAI:

debiai-gui start

New commands to launch the backend in development:

cd debiai/debiaiServer
pip install -r debiaiServer/requirements.txt
python3 run_debiai_server_dev.py

Arrays & Dictionaries support

Arrays and Dictionaries are now supported by DebiAI and can import by the python module or by the data providers.

Arrays and Dictionaries can't be used as columns for most widgets (apart from the Sample array widget) but they can be unfolded from the dashboard. This allows you to explore the project's data whatever their dimension. For example, you can analyze the Woodscape images and obstacles data without having to create a second project.

New columns types:
image

Unfolding menu:
image

Unfolded columns:
image
Columns can be unfolded recursively

Unfolding an array column will add more data to the project:
image

Mode details on the Array & Dictionaries unfolding documentation

New features

  • Columns menu on right click
    image

Improvements

  • Widgets no longer have a default column. The columns used to be wrong and broke the widget.
    image

  • Columns that aren't compatible with widget columns are now disable from the column selection menu
    image

v0.27.2 Metadata for selections

01 Jul 13:08
f9698bc
Compare
Choose a tag to compare

New Feature

  • Display selection metadata #203
    image

v0.27.0 Menu on right-click, models metadata & other improvements

03 May 15:32
121e49d
Compare
Choose a tag to compare

New Features

  • Widget menu available on right click #192
    image(1)
  • Web Data-providers and python module now supports Models Metadata #194
    image
  • Widgets are now in full width upon opening #164
    image
  • Ability to select secondary Y axis on range slider plot #179
    image

Bug fix

  • Display of warnings during axis selections for the point plot #193 , #152
  • Fixed DebiAI-PY env url if "/" or "/#/" are added to it. #166
  • Ability to save correlation widget configuration #167

Other changes

  • Added the selected sample percentage #165
    image
  • Navigate through homepage and project page with middle click #178
  • Widgets local filters are now saved in the layout #160

v0.26.0 Integrated algo provider & other improvements

22 Mar 12:56
1dd657d
Compare
Choose a tag to compare

Features update

The Regression metrics provide new outputs #169 and added a Classification metric algorithm #138

image

Improved project page look and feel #153 #142 #141

image

The integrated data-provider can now be read-only #134

Bug fix

  • Project name is now displayed instead of the project id #155
  • Fixed issues with algo-hub id_list #148
  • Prevented crash when Python DP model doesn't exist #137

Other changes

  • Improved model results loading time #130
  • Improved selection creation #128
  • The DebiAI backend is now linted with Flake8 #169
  • The DebiAI APP no check spelling with CSpell #136

v0.25.0 Complete UI restyle, new widgets and improvements

20 Sep 09:24
Compare
Choose a tag to compare

Complete UI restyle #124

We spend the last weeks completely restyling DebiAI. The theme is now clearer, the widget buttons are placed in a more logical way and the analysis dashboard menu and widget catalogue have been completely redone:

Columns

Analysis page

Widget catalog

New Widgets: 2D density plot and Night stars plot #20 #5

2D density plot:

main

Night stars plot:

main

More information on the widget documentation page.

Model data-id loading improvements #130

To reduce the number of requests made to the Web data-providers, we have improved the model results data ID loading procedure. We have also added a short memory cache system to the ID loading. The time to reach the analysis page should appear shorter.

Bug fix:

Pressing the [Enter] key when creation a selection now creates the selections instead of closing the modal #128

v0.24.0 Cache, column groups and analysis export

12 Jul 09:37
552c13c
Compare
Choose a tag to compare

Cache improvements #13

When DebiAI will load a project data, it will store the loaded data in the browser store, as long as a project_update_date is provided.
If an update date isn't provided, DebiAI won't be able to know if the loaded data are up to date.

A new panel in the project page allows you to unable/disable/clear the cache:

image

Columns group #117

You can now add a "group" : "my-group" in a column description when asked information about your project structure. This will group the columns in the dashboard, allowing a clearer analysis:

image
image
image

Analysis export #18

You can now export the plot as an image thanks to a new button on top of the widget:
image

You can also add comments to a widget.

You can also export a full page as a zip file, a markdown file will list all the generated images, the widget comments, the widget configuration and the widget title will be included.

Learn more on our web documentation

v0.23.0 AlgoProviders & dashboard layout management

14 Jun 08:41
b1d70d5
Compare
Choose a tag to compare

Custom algorithms

image

DebiAI now comes with a way to add custom algorithms to the analysis dashboard, they can be used to gerenate metrics that can be analyzed like any other columns.

You can add custom algorithms by either creating an Algo-provider or by editing the DebiAI's integrated Algo-provider.

Learn more on our Custom algorithms documentation

Dashboard layout management

image

DebiAI now comes with a way to save and load dashboard layouts, this allows you to get back to a previous layout faster. The layouts also save the widget configuration.

Learn more on our Dashboard layout management documentation

v0.22.0 Analysis loading & data-provider API improvements

02 May 09:31
Compare
Choose a tag to compare

New features

Range slider backgroud color

It is now possible to set a column as a background color:
image
#103

Cancel analysis

It is now possible to cancel an analysis with a new "cancel" button
#99

Time remaining

A estimated time remaining is displayed near the progress bar
image
#59

Data-providers

Project and model deletions

The data-providers API now support project and model deletion
#101
#62

More information on analysis start & end

New information are added when requesting id list & dada:

  • Unique analysis ID (string)
  • Analysis start (boolean)
  • Analysis end (boolean)
    #96

v0.21.0 Analysis dashboard and data-provider improvements

13 Apr 13:33
b5aacb9
Compare
Choose a tag to compare

Range slider multiple Y axis

It is now possible to add any columns to a range slider plot:
image

Local filters display

When a widget is used to display data, it memorize the filters that was applied at the moment. This feature will allow improved dashboard save in the future.
image

Point plot range set

Is is now possible to set the range of the Y and/or X axis on the 2d point plot widget:
image

Data provider improvements

The data providers are now fully support and adding data with the python module and with the web data provider is the same