dani2112 commited on
Commit
64017fc
·
1 Parent(s): 469c90d

change text

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -24,11 +24,11 @@ if __name__ == "__main__":
24
  for x in issue["predicates"]
25
  if ("minimum" in x and "maximum" in x)
26
  ]
27
- issue_explanation = "Explanation:\n" + issue["explanation"]
28
 
29
  if len(predicate_strings) > 0:
30
  issue_explanation = (
31
- issue_explanation + "\n\nValue Ranges:\n" + "; ".join(predicate_strings)
32
  )
33
 
34
  data_issue = DataIssue(
 
24
  for x in issue["predicates"]
25
  if ("minimum" in x and "maximum" in x)
26
  ]
27
+ issue_explanation = "Feature Importance:\n\n" + issue["explanation"]
28
 
29
  if len(predicate_strings) > 0:
30
  issue_explanation = (
31
+ issue_explanation + "\n\nFeature Ranges:\n" + "; ".join(predicate_strings)
32
  )
33
 
34
  data_issue = DataIssue(