debiai / DebiAI

Bias detection and contextual evaluation tool for your AI projects
https://debiai.irt-systemx.fr
Apache License 2.0
19 stars 4 forks source link

SubItems update: be able to deal with dict and array values by unfolding them #202

Closed Tomansion closed 2 months ago

Tomansion commented 3 months ago

Is your feature request related to a problem? Please describe. Somme of my data are composed by arrays of dict (object detection project in image), we can't analyze them without creating a second project.

Describe the solution you'd like DebiAI supports array in data, be able to 'unfold' data vertically if it's an array, horizontally if it's an array.