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

fix table view for image and text based on discussions for local importances and data analysis #1735

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

imatiach-msft
Copy link
Contributor

Description

Based on recent discussions, we found that the table view is confusing for users. As a short-term fix, the table view has been duplicated across data analysis and feature importances components. In the longer term future, we are still discussing what the UI design might look like. This PR fixes this, which was already partly done in:

#1726

so that the heading text is more consistent, the data analysis table can't be selected, and the feature importances for the text dashboard can once again be selected (as PR broke the selection mechanism for text dashboard).

Screenshot where data analysis is no longer selectable:

image

Local importance selection is fixed in text case again (with new header text):

image

Updated local importances section for tabular data (with new header text):

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.

@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2022

Codecov Report

Merging #1735 (79c6af7) into main (c86bfff) will increase coverage by 10.04%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main    #1735       +/-   ##
===========================================
+ Coverage   78.95%   88.99%   +10.04%     
===========================================
  Files          19      105       +86     
  Lines        1321     5589     +4268     
===========================================
+ Hits         1043     4974     +3931     
- Misses        278      615      +337     
Flag Coverage Δ
unittests 88.99% <ø> (+10.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...sibleai/responsibleai/_tools/shared/base_result.py 95.65% <0.00%> (ø)
..._core_flask/rai_core_flask/environment_detector.py 53.33% <0.00%> (ø)
...erroranalysis/_internal/error_analyzer/__init__.py 100.00% <0.00%> (ø)
raiutils/raiutils/data_processing/__init__.py 100.00% <0.00%> (ø)
...core_flask/rai_core_flask/environments/__init__.py 100.00% <0.00%> (ø)
...sk/rai_core_flask/environments/base_environment.py 57.14% <0.00%> (ø)
...s/erroranalysis/_internal/error_report/__init__.py 100.00% <0.00%> (ø)
raiutils/raiutils/__init__.py 100.00% <0.00%> (ø)
...is/erroranalysis/_internal/surrogate_error_tree.py 88.74% <0.00%> (ø)
erroranalysis/erroranalysis/version.py 100.00% <0.00%> (ø)
... and 76 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@imatiach-msft imatiach-msft merged commit acf6e0f into main Sep 21, 2022
@imatiach-msft imatiach-msft deleted the ilmat/fix-table-view branch September 21, 2022 18:21
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.

3 participants