dilyabareeva / quanda

A toolkit for quantitative evaluation of data attribution methods.
https://quanda.readthedocs.io
MIT License
33 stars 0 forks source link

Slight explainer fixes #197

Closed aski02 closed 1 month ago

aski02 commented 1 month ago

Changes:

  1. Changed replace_nan variable in CaptumSimilarity from bool to int.
  2. Set default loss function for TracInCP to a reduction=none method.
  3. Added default loss function for TracInCPFast.
  4. Updated relevant docstrings accordingly.