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

Xuke/fixbuild #18

Merged
merged 2 commits into from
Aug 12, 2020
Merged

Xuke/fixbuild #18

merged 2 commits into from
Aug 12, 2020

Conversation

xuke444
Copy link
Collaborator

@xuke444 xuke444 commented Aug 12, 2020

No description provided.

Signed-off-by: Ke Xu <xuke@microsoft.com>
@romanlutz
Copy link
Contributor

No description provided.

Any chance we can provide a little bit of description for what was wrong with the build? I see mainly config changes in the PR and it's not super obvious what fixes the build now.

Signed-off-by: Ke Xu <xuke@microsoft.com>
@xuke444 xuke444 merged commit c80c946 into master Aug 12, 2020
@xuke444 xuke444 deleted the xuke/fixbuild branch August 12, 2020 16:49
romanlutz pushed a commit that referenced this pull request Aug 20, 2020
* document development process and improve existing README

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* gitignore update for node modules, check in lock files

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* copy Chinmay's changes from fairlearn/fairlearn#283

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* sync changes

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* get everything working by resolving compile errors after merge

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* v1 and v2 side by side, apps just uses v1 so far

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* Xuke/fix warning (#17)

fix warning in build(circular dependency)
added a sample e2e
added a sample ut

* Xuke/fixbuild (#18)

Fix build
Provided rollup override to fix "this" is not defined error.

* Xuke/downgradepkgversion (#19)

fix plotly issue that render line charts instead of bar charts
use caret package version to give consumer flexibility on package version.

* updated yarn.lock

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* Xuke/removescss (#20)

Convert scss to css over js
Added lint rule for file name

* v1/v2 for all props, Apps to allow switching from v1 to v2

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* update test snapshot

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* Xuke/fixbuildandpublish (#21)

fix build and publish pr/master to blob storage

* Modifications for Flask wrapper to re-order initialization parameters and more explicit logic about order of precedence of environments and other typo fixes (#22)

* update snapshot

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* Correctly break out of the loop when a free port is detected, and raise an error if the port is explicitly requested and not free (#24)

* remove yarn.lock in fairlearn lib

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* remove yarn.lock

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* remove package-lock.json

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* lintfixes

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* prettier formatting

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* move localization for v1 out, adjust reference location in code

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* merge v2 localization strings in (english only) and rename the ones with changes from v1 to v2 to "legacy"

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* remove unused predictiontype and make state public to make dashboard-e2e pass

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* pull fairness props out of v1/v2 folders

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* fix issue with precomputed metrics

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* remove eslint exception for unused args and remove args if they're unused and the last arg

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* lint

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* fix typo

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

* undo gitignore change for note_modules dirs

Signed-off-by: Roman Lutz <rolutz@microsoft.com>

Co-authored-by: KeXu444 <40614413+KeXu444@users.noreply.github.com>
Co-authored-by: ilmarinen <fernandes.praphat@gmail.com>
imatiach-msft pushed a commit to imatiach-msft/responsible-ai-toolbox that referenced this pull request Jun 15, 2023
* added-syntactic-complexity-feature

Added syntactic complexity features, i.e., average and maximum parse tree depth for both Context and Questions.

* fixed-lint
imatiach-msft pushed a commit to imatiach-msft/responsible-ai-toolbox that referenced this pull request Jun 15, 2023
* added-syntactic-complexity-feature

Added syntactic complexity features, i.e., average and maximum parse tree depth for both Context and Questions.

* fixed-lint
imatiach-msft pushed a commit that referenced this pull request Jun 16, 2023
* added-syntactic-complexity-feature

Added syntactic complexity features, i.e., average and maximum parse tree depth for both Context and Questions.

* fixed-lint
vinuthakaranth pushed a commit that referenced this pull request Jul 5, 2023
* added-syntactic-complexity-feature

Added syntactic complexity features, i.e., average and maximum parse tree depth for both Context and Questions.

* fixed-lint
imatiach-msft added a commit that referenced this pull request Jul 10, 2023
* add individual feature importance for QA

temporally use a dropdown to select token

* make QA UI compatible with text classification

temporally using hardcode isQA flag as the prop for identifying qa from an upper level is TBD

* fix left textbox data

fix left textbox importance data and add description for qa interpret

* add isAllDataCohort (#2094)

Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>

* retain selections (#2096)

Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>

* Adding Class Name To OD Dropdown (#2098)

* changing dropdown to include class name

* prettier

* Update erroranalysis-dashboard-regression-superconductor.ipynb (#2102)

* Port over logic of `load_adult_income_dataset` from `dice-ml` to unblock 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>

* refactor cohortlist (#2103)

Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>

* Fix dimension mismatch error when dropped_features contains cat_features (#2099)

* fix error when dropped_features contains cat_features

* fix lint

* add tests

* add tests

* fix UT error

* Add more dataset utilities in `rai_test_utils` (#2101)

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* release erroranalysis 0.4.4 (#2105)

* update responsibleai and raiwidgets to erroranalysis 0.4.4 (#2107)

* enable confusion matrix for binary and multiclass text and vision RAI dashboards (#2108)

* release raiwidgets and responsibleai 0.28.0 (#2109)

* Release `rai-test-utils` 0.3.0 (#2110)

* Update rai_test_utils in erroranalysis and responsibleai to 0.3.0 (#2111)

* Update rai_test_utils in erroranalysis and responsibleai to 0.3.0

* Update requirements-dev.txt

* update econml to latest 0.14.1 release (#2112)

* causal fix (#2113)

Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>

* [Image Explorer] CanvasTools Image Loading support for Object Detection (#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

* Add columns names to `create_multiclass_classification_dataset` (#2114)

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* [Object Detection] [Image Explorer] Bounding Box Support with CanvasTools 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

* add ResponsibleAI Text package as initial commit

* update responsibleai-text package to responsibleai v0.25.0

* add model-agnostic explanation support for wrapped models with simple text tokenizer (#1)

* add build and release github actions to responsibleai-text package (#2)

* Enable error analysis for QA (#5)

* add error analysis for QA model

* validate github actions, fix linting and builds (#4)

* added question type feature extractor (#6)

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>

* remove train data parameter from RAITextInsights (#7)

* release responsibleai-text v0.1.0 (#8)

* cache error analysis predictions for RAITextInsights to optimize performance when retraining tree or creating new matrix (#9)

* update responsibleai-text package to responsibleai v0.27.0 (#11)

* release responsibleai-text v0.1.1 (#12)

* Add QA feature context overlap and improve question type regex (#14)

* Update .gitignore

* Improve regex matching

modify regex to cover more cases

* add feature context_overlap

* add unit tests for QA feature extractors

* fix CI

* fix test case

* fix task type for multilabel and multiclass classification when passed to UX (#15)

* release responsibleai-text 0.1.2 (#16)

* Python backend metrics for question answering scenario (#17)

* Fixed metrics and added bertscore

* Update setup.py to add extras for qa metrics

* Update CI-python.yml to install qa extras

* fix linting error

* linting fixup

* fix lint

* fix flake8 linting

* fix install command in CI

---------

Co-authored-by: akhil-2709 <aanthireddy@umass.edu>
Co-authored-by: Neutrinowo <86736305+JarvisG495@users.noreply.github.com>

* added-syntactic-complexity (#18)

* added-syntactic-complexity-feature

Added syntactic complexity features, i.e., average and maximum parse tree depth for both Context and Questions.

* fixed-lint

* add metadata support to RAITextInsights (#19)

* fix feature metadata serialization logic in RAITextInsights which was causing exceptions in error analysis (#22)

* add text_column parameter to RAITextInsights to allow user to specify the text columns to differentiate from metadata (#24)

* release responsibleai-text 0.1.3 (#21)

* fix responsibleai-text linting and move directory to
responsible-ai-toolbox

* Add loading spinner for causal policy tab (#2121)

* Add loading spinner for causal policy tab

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* Address code review comments

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

---------

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* Refactor- Add datasetCohorts to ModelAssessementContext && create datasetCohort && add compositeFilter in DatasetCohort (#2119)

* refactor

Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>

* address comments

Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>

---------

Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>

* remove console log (#2125)

Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>

* Update msdata-rai-widgets-onelocbuild.yml for Azure Pipelines

* fix build failures due to lint errors for onelocbuild yml (#2137)

* Skipping python 3.7 tests on MACOS (#2129)

* [WIP] Debugging _bz2 failures

* Update CI-python.yml

* Update CI-python.yml

* Update CI-python.yml

* Update CI-python.yml

* Update CI-python.yml

* Update CI-python.yml

* `rai_test_utils`: Convert all namespaces in `__all__` list as strings (#2128)

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* User Flows / Architectures

* [Object Detection] DFD Documentation (#2138)

* dfd

* yarn lint

* [Object Detection] Explanation Documentation (#2136)

* docs for expl

* fixing name

* docs correcting image

* yarn lintfix

* Update docs/explanation-object-detection-README.md

Co-authored-by: Advitya Gemawat <agemawat@microsoft.com>

* removing dpv2

---------

Co-authored-by: Advitya Gemawat <agemawat@microsoft.com>

* CanvasTools documentation

* isQA as prop

Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>

* update and refine

Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>

* remove state isQA

Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>

* clean

Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>

---------

Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>
Co-authored-by: Neutrinowo <86736305+JarvisG495@users.noreply.github.com>
Co-authored-by: Ruby Zhu <76190371+RubyZ10@users.noreply.github.com>
Co-authored-by: natalie-isak <123979655+natalie-isak@users.noreply.github.com>
Co-authored-by: tongy-msft <91754176+tongyu-microsoft@users.noreply.github.com>
Co-authored-by: Gaurav Gupta <47334368+gaugup@users.noreply.github.com>
Co-authored-by: Ilya Matiach <ilmat@microsoft.com>
Co-authored-by: Advitya Gemawat <agemawat@microsoft.com>
Co-authored-by: Sreeja Gaddamidi <37956427+sreeja-g@users.noreply.github.com>
Co-authored-by: Jarvis Gao <jarvisg495@gmail.com>
Co-authored-by: mehektulsyan <31842027+mehektulsyan@users.noreply.github.com>
Co-authored-by: akhil-2709 <aanthireddy@umass.edu>
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