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

fix categorical what-if in RAI dashboard #1225

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Conversation

imatiach-msft
Copy link
Contributor

@imatiach-msft imatiach-msft commented Feb 14, 2022

Description

Fix categorical what-if in RAI dashboard

Fixes user issue:
#1138

There were multiple problems, including a missing function implementation and also a notebook example which created a model that was too simple and didn't show any change in the predicted value for different inputs.

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

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

Documentation:

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

@codecov-commenter
Copy link

codecov-commenter commented Feb 14, 2022

Codecov Report

Merging #1225 (945daff) into main (810b861) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1225   +/-   ##
=======================================
  Coverage   67.19%   67.19%           
=======================================
  Files          91       91           
  Lines        4393     4393           
=======================================
  Hits         2952     2952           
  Misses       1441     1441           
Flag Coverage Δ
unittests 67.19% <ø> (ø)

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 810b861...945daff. Read the comment docs.

@imatiach-msft imatiach-msft force-pushed the ilmat/fix-cat-whatif branch 2 times, most recently from bef8c1e to 1cbf951 Compare February 15, 2022 14:44
1 similar comment
@imatiach-msft imatiach-msft merged commit 7488326 into main Feb 16, 2022
@imatiach-msft imatiach-msft deleted the ilmat/fix-cat-whatif branch February 16, 2022 03:22
gaugup added a commit that referenced this pull request Feb 27, 2022
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.

4 participants