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

Model overview: add box plot in the regression case #1532

Merged
merged 17 commits into from
Dec 3, 2022

Conversation

romanlutz
Copy link
Contributor

Description

Box plots are so far only there in the binary classification case, but this PR adds a box plot for regression, too! It supports error, predicted y and true y.

image

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@codecov-commenter
Copy link

codecov-commenter commented Jul 1, 2022

Codecov Report

Merging #1532 (74560e6) into main (b733264) will increase coverage by 5.71%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1532      +/-   ##
==========================================
+ Coverage   82.82%   88.54%   +5.71%     
==========================================
  Files          55       96      +41     
  Lines        2935     5490    +2555     
==========================================
+ Hits         2431     4861    +2430     
- Misses        504      629     +125     
Flag Coverage Δ
unittests 88.54% <ø> (+5.71%) ⬆️

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

Impacted Files Coverage Δ
...ai/responsibleai/_tools/causal/causal_constants.py 100.00% <0.00%> (ø)
...tabalanceanalysis/distribution_balance_measures.py 100.00% <0.00%> (ø)
responsibleai/responsibleai/exceptions.py 100.00% <0.00%> (ø)
...sponsibleai/responsibleai/managers/base_manager.py 95.23% <0.00%> (ø)
...eai/responsibleai/databalanceanalysis/constants.py 100.00% <0.00%> (ø)
...onsibleai/responsibleai/managers/causal_manager.py 95.51% <0.00%> (ø)
...ai/responsibleai/_tools/error_analysis/__init__.py 100.00% <0.00%> (ø)
responsibleai/responsibleai/_interfaces.py 100.00% <0.00%> (ø)
...ibleai/responsibleai/managers/explainer_manager.py 89.55% <0.00%> (ø)
...ponsibleai/responsibleai/modelanalysis/__init__.py 100.00% <0.00%> (ø)
... and 31 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@romanlutz romanlutz enabled auto-merge (squash) December 1, 2022 02:59
@romanlutz romanlutz merged commit 4bdf3bc into main Dec 3, 2022
@romanlutz romanlutz deleted the romanlutz/box_plot_regression branch December 3, 2022 04:34
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