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

Implement list() method causal manager #1178

Merged
merged 3 commits into from
Jan 27, 2022
Merged

Conversation

gaugup
Copy link
Contributor

@gaugup gaugup commented Jan 26, 2022

Description

Implement list() method causal manager

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 Jan 26, 2022

Codecov Report

Merging #1178 (0f91fb8) into main (efcfe07) will increase coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1178      +/-   ##
==========================================
+ Coverage   67.62%   67.76%   +0.14%     
==========================================
  Files          90       90              
  Lines        4275     4291      +16     
==========================================
+ Hits         2891     2908      +17     
+ Misses       1384     1383       -1     
Flag Coverage Δ
unittests 67.76% <100.00%> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...i/responsibleai/managers/counterfactual_manager.py 94.15% <ø> (ø)
responsibleai/responsibleai/_internal/constants.py 100.00% <100.00%> (ø)
...bleai/responsibleai/_tools/causal/causal_config.py 100.00% <100.00%> (ø)
...onsibleai/responsibleai/managers/causal_manager.py 95.90% <100.00%> (+1.21%) ⬆️

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 efcfe07...0f91fb8. Read the comment docs.

Signed-off-by: Gaurav Gupta <[email protected]>
@gaugup gaugup enabled auto-merge (squash) January 27, 2022 11:22
@gaugup gaugup merged commit 39a7ff8 into main Jan 27, 2022
@gaugup gaugup deleted the gaugup/AddListMethodCausalManager branch January 27, 2022 17:35
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.

RAIInsights.causal.list() returns None after computing causal results
4 participants