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 new interpret-text library skeleton #1154

Merged
merged 1 commit into from
Jan 19, 2022
Merged

Conversation

imatiach-msft
Copy link
Contributor

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

Description

Add skeleton library for interpret-text component.
This component is being moved from https://github.com/interpretml/interpret-text and updated to latest.
It will be part of the RAI text dashboard.

This PR just sets up the skeleton framework. Most of the code was generated via:

nx generate @nrwl/react:library interpret-text --publishable --importPath @responsible-ai/interpret-text

and then files were overwritten based on other projects to be as similar as possible, after which yarn lintfix was applied.

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):

Future dashboard (not yet fully integrated):
image

Documentation:

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

@codecov-commenter
Copy link

codecov-commenter commented Jan 19, 2022

Codecov Report

Merging #1154 (dc001cd) into main (5c9b1d3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1154   +/-   ##
=======================================
  Coverage   89.58%   89.58%           
=======================================
  Files          71       71           
  Lines        3225     3225           
=======================================
  Hits         2889     2889           
  Misses        336      336           
Flag Coverage Δ
unittests 89.58% <ø> (ø)

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 5c9b1d3...dc001cd. Read the comment docs.

1 similar comment
@imatiach-msft imatiach-msft merged commit e166786 into main Jan 19, 2022
@imatiach-msft imatiach-msft deleted the ilmat/add-int-text branch January 19, 2022 18:35
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