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

Adding insertion and deletion metrics #76

Merged
merged 17 commits into from
Jun 29, 2023
Merged

Conversation

rpytel1
Copy link
Collaborator

@rpytel1 rpytel1 commented Apr 12, 2023

Description

Introducing Deletion and Insertion metric to FoXAI.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • Test A
  • Test B

Checklist:

  • I have updated all related pyproject.toml files.
  • I have updated lock files.
  • I have set an Assignee and Reviewers.
  • I have labeled the PR correctly.
  • I have performed a self-review of my own code.
  • I have covered my code and changes with unit tests.
  • I have annotated types as extensively as possible.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • All code references and dependencies will work.

@rpytel1 rpytel1 self-assigned this Apr 12, 2023
@rpytel1 rpytel1 added the enhancement New feature or request label Apr 12, 2023
@rpytel1 rpytel1 added this to the version 0.6 milestone Apr 12, 2023
This was linked to issues Apr 12, 2023
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@adamwawrzynski adamwawrzynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
foxai/metrics/metrics.py Outdated Show resolved Hide resolved
rpytel1 and others added 9 commits May 9, 2023 09:56
Co-authored-by: adamwawrzynski <adamwawrzynski@wp.pl>
Co-authored-by: adamwawrzynski <adamwawrzynski@wp.pl>
Co-authored-by: adamwawrzynski <adamwawrzynski@wp.pl>
Co-authored-by: adamwawrzynski <adamwawrzynski@wp.pl>
Co-authored-by: adamwawrzynski <adamwawrzynski@wp.pl>
Co-authored-by: adamwawrzynski <adamwawrzynski@wp.pl>
Co-authored-by: adamwawrzynski <adamwawrzynski@wp.pl>
Co-authored-by: adamwawrzynski <adamwawrzynski@wp.pl>
@rpytel1
Copy link
Collaborator Author

rpytel1 commented May 9, 2023

After we finish review of this PR, we need to discuss whether it can be merged or perhaps #75 should be merged first as it has quite some breaking changes with other PRs.

@rpytel1 rpytel1 force-pushed the feature/del_insert_metrics branch from 0dd11dd to b2706e9 Compare May 10, 2023 08:18
@rpytel1 rpytel1 force-pushed the feature/del_insert_metrics branch from b2706e9 to 02b0197 Compare May 10, 2023 11:57
@rpytel1 rpytel1 merged commit 76278fe into main Jun 29, 2023
4 checks passed
@rpytel1 rpytel1 deleted the feature/del_insert_metrics branch June 29, 2023 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add Deletion metric [Feature] Add Insertion metric
3 participants