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

Gd multi class #309

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ah-ansari
Copy link

This is an extension of the Gradient-based method to handle the multi class case (for tensorflow2 only).

The method is added as a separate class, DiceTensorFlow2Multi.
It can be used by specifying method="multi":
exp = dice_ml.Dice(d, m, method="multi")

@codecov-commenter
Copy link

codecov-commenter commented Jun 27, 2022

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0.29940% with 333 lines in your changes missing coverage. Please review.

Project coverage is 65.12%. Comparing base (2eb8e54) to head (f9518a1).
Report is 222 commits behind head on main.

Files Patch % Lines
..._ml/explainer_interfaces/dice_tensorflow2_multi.py 0.00% 331 Missing ⚠️
dice_ml/dice.py 33.33% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #309      +/-   ##
==========================================
- Coverage   71.37%   65.12%   -6.26%     
==========================================
  Files          26       27       +1     
  Lines        3462     3796     +334     
==========================================
+ Hits         2471     2472       +1     
- Misses        991     1324     +333     
Flag Coverage Δ
unittests 65.12% <0.29%> (-6.26%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants