Skip to content

Commit

Permalink
Merge pull request #1500 from Giskard-AI/feature/gsk-1916-the-transfo…
Browse files Browse the repository at this point in the history
…rmation-push-are-hard-to-understand-we-should

Show name of transformations performed in CTA
  • Loading branch information
mattbit authored Oct 25, 2023
2 parents e3a25de + 959c7cb commit a5369b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions giskard/push/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,4 @@ def __init__(self, value, feature, transformation_info: TransformationInfo):
else:
self.tests = [test_metamorphic_invariance]
self.test_params = {"transformation_function": self.transformation_functions[0]}
self.push_title = (
f"""Perturbing `{self.feature}` into "{self.value_perturbed[0]}" makes the prediction change"""
)
self.push_title = f"""Perturbing `{self.feature}` ({self.transformation_functions[0].meta.display_name}) into "{self.value_perturbed[0]}" makes the prediction change"""

0 comments on commit a5369b5

Please sign in to comment.