Skip to content

Commit

Permalink
Remove data appplications in infidelity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annahedstroem authored Jan 23, 2024
1 parent c32da2b commit 0ef57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantus/metrics/faithfulness/infidelity.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Infidelity(Metric[List[float]]):
"""

name = "Infidelity"
data_applicability = {DataType.IMAGE, DataType.TIMESERIES, DataType.TABULAR}
data_applicability = {DataType.IMAGE}
model_applicability = {ModelType.TORCH, ModelType.TF}
score_direction = ScoreDirection.LOWER
evaluation_category = EvaluationCategory.FAITHFULNESS
Expand Down

0 comments on commit 0ef57b6

Please sign in to comment.