-
Notifications
You must be signed in to change notification settings - Fork 383
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-vision library skeleton #1586
Conversation
92a2281
to
b17a9ea
Compare
Codecov Report
@@ Coverage Diff @@
## main #1586 +/- ##
==========================================
+ Coverage 88.12% 88.87% +0.75%
==========================================
Files 109 109
Lines 5323 5332 +9
==========================================
+ Hits 4691 4739 +48
+ Misses 632 593 -39
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
1 similar comment
b17a9ea
to
eb416d1
Compare
1 similar comment
@jamesbchao can you remove the second commit? Only the first one has been reviewed. I can help with that. |
ea106b6
to
eb416d1
Compare
Description
Add skeleton library for interpret-vision component.
It will be part of the RAI vision dashboard.
This PR just sets up the skeleton framework. Most of the code was generated via:
nx generate @nrwl/react:library interpret-vision --publishable --importPath @responsible-ai/interpret-vision
and then files were overwritten based on other projects to be as similar as possible, after which yarn lintfix was applied.
Checklist