Skip to content

Commit

Permalink
name update region_perturbation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annahedstroem authored Feb 23, 2024
1 parent 279fb38 commit a14c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantus/metrics/faithfulness/region_perturbation.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class RegionPerturbation(Metric[List[float]]):
- evaluation_category: What property/ explanation quality that this metric measures.
"""

name = "Region-Perturbation"
name = "Region Perturbation"
data_applicability = {DataType.IMAGE}
model_applicability = {ModelType.TORCH, ModelType.TF}
score_direction = ScoreDirection.LOWER
Expand Down

0 comments on commit a14c109

Please sign in to comment.