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 text interpretability dashboard UI #1159

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Conversation

imatiach-msft
Copy link
Contributor

@imatiach-msft imatiach-msft commented Jan 20, 2022

Description

Add UI code for text interpretability dashboard, based on the dashboard from https://github.com/interpretml/interpret-text, which will now move into this repository. This PR also adds the test app. Minor touch-ups in UI and python interface will be added in future PRs.

Areas changed

npm packages changed:

  • responsibleai/causality
  • responsibleai/core-ui
  • responsibleai/counterfactuals
  • responsibleai/dataset-explorer
  • responsibleai/fairness
  • responsibleai/interpret
  • responsibleai/localization
  • responsibleai/mlchartlib
  • responsibleai/model-assessment
  • responsibleai/interpret-text

Python packages changed:

  • raiwidgets
  • responsibleai
  • erroranalysis
  • rai_core_flask

Tests

  • No new tests required.
  • New tests for the added feature are part of this PR.
  • I validated the changes manually.

Screenshots (if appropriate):

Updated! New view of the app (now using highcharts!):
image

This is the dashboard from the interpret-text repo test app (note some slight differences in colors, position, etc are still there and will need to be fixed):
image

Documentation:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@codecov-commenter
Copy link

codecov-commenter commented Jan 20, 2022

Codecov Report

Merging #1159 (6ca05e9) into main (30bfe87) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1159   +/-   ##
=======================================
  Coverage   87.32%   87.32%           
=======================================
  Files         107      107           
  Lines        5040     5040           
=======================================
  Hits         4401     4401           
  Misses        639      639           
Flag Coverage Δ
unittests 87.32% <ø> (ø)

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


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 30bfe87...6ca05e9. Read the comment docs.

1 similar comment
@imatiach-msft imatiach-msft force-pushed the ilmat/int-text-ui branch 2 times, most recently from 66f1ecc to 931713d Compare July 8, 2022 15:14
1 similar comment
@imatiach-msft
Copy link
Contributor Author

created issue:
#1548
to track handling colors

and another issue:
#1549
to add UI tests

as follow-ups to this PR

@imatiach-msft imatiach-msft merged commit 98cd722 into main Jul 12, 2022
@imatiach-msft imatiach-msft deleted the ilmat/int-text-ui branch July 12, 2022 14:14
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