Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing true and predicted labels to axis config for dataset explorer in multilabel text and vision scenarios #1960

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

imatiach-msft
Copy link
Contributor

Description

While testing multilabel text and vision, I found that the axis config dialog in the dataset explorer was missing the true and predicted labels as options. This PR adds those options. Since there can be many labels, I configured this as a dropdown similar to the probabilities config dropdown in a multiclass scenario.
Note as part of this PR I also refactored the AxisConfigDialog as it was quite large and with the new changes the file was going over 300 lines in length.

Screenshot of updated axis config dialog with dropdown for true and predicted labels:

image

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@imatiach-msft imatiach-msft force-pushed the ilmat/add-missing-true-pred-multilabel-axes branch 2 times, most recently from 5ca4249 to bc3c1b3 Compare February 16, 2023 15:50
…orer in multilabel text and vision scenarios
@imatiach-msft imatiach-msft force-pushed the ilmat/add-missing-true-pred-multilabel-axes branch from bc3c1b3 to 3780f5f Compare February 19, 2023 04:56
@imatiach-msft imatiach-msft merged commit 4846ed9 into main Feb 21, 2023
@imatiach-msft imatiach-msft deleted the ilmat/add-missing-true-pred-multilabel-axes branch February 21, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants