-
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
Individual feature importance interpret QA - part1 #2167
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
temporally use a dropdown to select token
temporally using hardcode isQA flag as the prop for identifying qa from an upper level is TBD
fix left textbox importance data and add description for qa interpret
Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>
Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>
* changing dropdown to include class name * prettier
…ock gates (#2106) * Port over logic of `load_adult_income_dataset` from `dice-ml` to unblock gates Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Fix linting and add TODO Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Add fixture for dataset fetch Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> --------- Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>
…res (#2099) * fix error when dropped_features contains cat_features * fix lint * add tests * add tests * fix UT error
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>
…on (#2097) * bbox vott template ckpt * canvastools image load ckpt * loading image from scratch ckpt * canvastools image loading support * coordinate fixes * regiondata call + path fix * code cleanup * image loading ckpt * callback image loading support * lint fixes * disabling internal imports for vott * file refactor lint fix * auto lint fixes * lint fixes * image dims arg for frontend bbox * lint fixes * lint fixes * image dimension support * canvas module added * comment fix * async image loading support * lint fixes * lint fixes * max-lines lint fixes * lint fixes
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
…ools on Flyout (#2116) * bbox vott template ckpt * canvastools image load ckpt * loading image from scratch ckpt * canvastools image loading support * coordinate fixes * regiondata call + path fix * code cleanup * image loading ckpt * callback image loading support * lint fixes * bounding box working ckpt for fridge * disabling internal imports for vott * freeze rough ckpt * file refactor lint fix * auto lint fixes * freeze cleanup * lint fixes * image dims arg for frontend bbox * lint fixes * lint fixes * image dimension support * imagedim support comments * image dimension support * image dimension support * canvas module added * image dimension working ckpt * comment fix * cleanup * async image loading support * lint fixes * lint fixes * reverted max line override * code cleanups * lint fixes * auto lint fixes * comment fixes
… text tokenizer (#1)
* add error analysis for QA model
Added regex based question type feature extractor --------- Co-authored-by: Jarvis Gao <jarvisg495@gmail.com> Co-authored-by: Jarvis Gao <86736305+JarvisG495@users.noreply.github.com>
vinuthakaranth
requested review from
imatiach-msft,
tongyu-microsoft,
xuke444,
RubyZ10,
romanlutz,
hawestra and
gaugup
as code owners
July 5, 2023 22:55
1 similar comment
Codecov Report
@@ Coverage Diff @@
## main #2167 +/- ##
==========================================
- Coverage 88.09% 78.18% -9.92%
==========================================
Files 129 26 -103
Lines 7277 2136 -5141
==========================================
- Hits 6411 1670 -4741
+ Misses 866 466 -400
Flags with carried forward coverage won't be shown. Click here to find out more.
|
imatiach-msft
approved these changes
Jul 6, 2023
...ext/src/lib/TextExplanationDashboard/Control/TextExplanationView/ITextExplanationViewSpec.ts
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Individual feature importance interpret QA - part1
Initial PR was from master student Yuanjian Gao. I have updated to use isQA prop and made a few other changes.
#2146
Checklist