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

Individual feature importance interpret QA - part1 #2167

Merged
merged 66 commits into from
Jul 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
635f3ec
add individual feature importance for QA
JarvisG495 Jun 1, 2023
99dbafe
make QA UI compatible with text classification
JarvisG495 Jun 1, 2023
ee60172
fix left textbox data
JarvisG495 Jun 5, 2023
05ef8a1
add isAllDataCohort (#2094)
RubyZ10 Jun 5, 2023
ba39022
retain selections (#2096)
RubyZ10 Jun 6, 2023
c7a04ad
Adding Class Name To OD Dropdown (#2098)
natalie-isak Jun 7, 2023
8775519
Update erroranalysis-dashboard-regression-superconductor.ipynb (#2102)
tongyu-microsoft Jun 8, 2023
dc8aaf9
Port over logic of `load_adult_income_dataset` from `dice-ml` to unbl…
gaugup Jun 8, 2023
ff55ea2
refactor cohortlist (#2103)
RubyZ10 Jun 9, 2023
efc048e
Fix dimension mismatch error when dropped_features contains cat_featu…
tongyu-microsoft Jun 9, 2023
d80f8f0
Add more dataset utilities in `rai_test_utils` (#2101)
gaugup Jun 9, 2023
36b48fe
release erroranalysis 0.4.4 (#2105)
imatiach-msft Jun 9, 2023
4fe5a4d
update responsibleai and raiwidgets to erroranalysis 0.4.4 (#2107)
imatiach-msft Jun 9, 2023
3d23ef0
enable confusion matrix for binary and multiclass text and vision RAI…
imatiach-msft Jun 9, 2023
e43a9d3
release raiwidgets and responsibleai 0.28.0 (#2109)
imatiach-msft Jun 9, 2023
f3150b1
Release `rai-test-utils` 0.3.0 (#2110)
gaugup Jun 10, 2023
5259e3d
Update rai_test_utils in erroranalysis and responsibleai to 0.3.0 (#2…
gaugup Jun 12, 2023
ba40273
update econml to latest 0.14.1 release (#2112)
imatiach-msft Jun 12, 2023
12ed667
causal fix (#2113)
vinuthakaranth Jun 13, 2023
3609179
[Image Explorer] CanvasTools Image Loading support for Object Detecti…
Advitya17 Jun 13, 2023
13faa8c
Add columns names to `create_multiclass_classification_dataset` (#2114)
gaugup Jun 14, 2023
f0d9661
[Object Detection] [Image Explorer] Bounding Box Support with CanvasT…
Advitya17 Jun 15, 2023
ef6d835
add ResponsibleAI Text package as initial commit
imatiach-msft Feb 24, 2023
84f2d5d
update responsibleai-text package to responsibleai v0.25.0
imatiach-msft Mar 2, 2023
d5bf611
add model-agnostic explanation support for wrapped models with simple…
imatiach-msft Mar 6, 2023
56fd516
add build and release github actions to responsibleai-text package (#2)
imatiach-msft Mar 13, 2023
80d96a7
Enable error analysis for QA (#5)
JarvisG495 Mar 31, 2023
4605905
validate github actions, fix linting and builds (#4)
imatiach-msft Apr 6, 2023
517736b
added question type feature extractor (#6)
sreeja-g Apr 7, 2023
42feb24
remove train data parameter from RAITextInsights (#7)
imatiach-msft Apr 11, 2023
c1d6cc5
release responsibleai-text v0.1.0 (#8)
imatiach-msft Apr 11, 2023
c272cd7
cache error analysis predictions for RAITextInsights to optimize perf…
imatiach-msft Apr 18, 2023
bc9af3d
update responsibleai-text package to responsibleai v0.27.0 (#11)
imatiach-msft Apr 27, 2023
f0106b8
release responsibleai-text v0.1.1 (#12)
imatiach-msft Apr 27, 2023
baff863
Add QA feature context overlap and improve question type regex (#14)
JarvisG495 May 4, 2023
0747559
fix task type for multilabel and multiclass classification when passe…
imatiach-msft May 4, 2023
14fbc7f
release responsibleai-text 0.1.2 (#16)
imatiach-msft May 4, 2023
a1c7d8a
Python backend metrics for question answering scenario (#17)
mehektulsyan May 8, 2023
bf434a0
added-syntactic-complexity (#18)
sreeja-g May 8, 2023
da1eb51
add metadata support to RAITextInsights (#19)
imatiach-msft May 10, 2023
9646005
fix feature metadata serialization logic in RAITextInsights which was…
imatiach-msft May 17, 2023
cefd38c
add text_column parameter to RAITextInsights to allow user to specify…
imatiach-msft May 26, 2023
3bb8a9a
release responsibleai-text 0.1.3 (#21)
imatiach-msft May 30, 2023
b2c1285
fix responsibleai-text linting and move directory to
imatiach-msft Jun 15, 2023
2f5e0b1
Add loading spinner for causal policy tab (#2121)
gaugup Jun 20, 2023
a98f084
Refactor- Add datasetCohorts to ModelAssessementContext && create dat…
RubyZ10 Jun 20, 2023
b69d23a
remove console log (#2125)
RubyZ10 Jun 21, 2023
bb7628d
Update msdata-rai-widgets-onelocbuild.yml for Azure Pipelines
RubyZ10 Jun 21, 2023
633d966
fix build failures due to lint errors for onelocbuild yml (#2137)
imatiach-msft Jun 23, 2023
763a9e3
Skipping python 3.7 tests on MACOS (#2129)
gaugup Jun 23, 2023
4289d1a
`rai_test_utils`: Convert all namespaces in `__all__` list as strings…
gaugup Jun 24, 2023
3fdfbcb
User Flows / Architectures
Advitya17 Jun 26, 2023
9120122
[Object Detection] DFD Documentation (#2138)
natalie-isak Jun 26, 2023
afab075
[Object Detection] Explanation Documentation (#2136)
natalie-isak Jun 26, 2023
7fca2d0
CanvasTools documentation
Advitya17 Jun 26, 2023
01a9197
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Jun 26, 2023
3b36bbe
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Jun 28, 2023
a9bbe9d
isQA as prop
vinuthakaranth Jun 29, 2023
586da40
update and refine
vinuthakaranth Jul 5, 2023
9f2929a
Merge branch 'main' of https://github.com/microsoft/responsible-ai-to…
vinuthakaranth Jul 5, 2023
9c2df87
remove state isQA
vinuthakaranth Jul 5, 2023
9a9b1ac
clean
vinuthakaranth Jul 5, 2023
af9657e
Merge branch 'main' into vikarant/textUpdatesQA
vinuthakaranth Jul 6, 2023
4cc41cb
Merge branch 'main' into vikarant/textUpdatesQA
vinuthakaranth Jul 6, 2023
469bfe7
Merge branch 'main' into vikarant/textUpdatesQA
vinuthakaranth Jul 7, 2023
ee0353f
Merge branch 'main' into vikarant/textUpdatesQA
vinuthakaranth Jul 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into vikarant/textUpdatesQA
vinuthakaranth authored Jul 6, 2023
commit 4cc41cb106bc5492c5cc1cbc67683be09ac30539

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.