pytorch_geometric icon indicating copy to clipboard operation
pytorch_geometric copied to clipboard

request to add a fidelity metric

Open AslanDing opened this issue 11 months ago • 1 comments

Fidelity is a critical metric for explainable graph neural networks. In this request, we implemented robust fidelity(ICLR 24)

AslanDing avatar Mar 04 '24 21:03 AslanDing

Codecov Report

Attention: Patch coverage is 95.86207% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 89.28%. Comparing base (d491f43) to head (ab64379). Report is 33 commits behind head on master.

Files Patch % Lines
torch_geometric/explain/metric/robust_fidelity.py 95.83% 6 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9016      +/-   ##
==========================================
- Coverage   89.86%   89.28%   -0.59%     
==========================================
  Files         468      469       +1     
  Lines       30048    30188     +140     
==========================================
- Hits        27003    26952      -51     
- Misses       3045     3236     +191     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 04 '24 21:03 codecov[bot]