missing s
Browse files
run.py
CHANGED
@@ -24,7 +24,7 @@ if __name__ == "__main__":
|
|
24 |
for x in issue["predicates"]
|
25 |
if ("minimum" in x and "maximum" in x)
|
26 |
]
|
27 |
-
issue_explanation = "Feature
|
28 |
|
29 |
if len(predicate_strings) > 0:
|
30 |
issue_explanation = (
|
|
|
24 |
for x in issue["predicates"]
|
25 |
if ("minimum" in x and "maximum" in x)
|
26 |
]
|
27 |
+
issue_explanation = "Feature Importances:\n" + issue["explanation"]
|
28 |
|
29 |
if len(predicate_strings) > 0:
|
30 |
issue_explanation = (
|