File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _visualize_feature_attribution(feature_attribution_output: str) -> None:
121121
import tensorflow as tf
122122

123123
with tf.io.gfile.GFile(feature_attribution_output, "r") as f:
124-
return json.loads(f.read())
124+
print(json.dumps(json.loads(f.read()), indent=4))
125125

126126

127127
def _feature_drift_stats_output_path(output_directory: str, job_id: str) -> (str, str):

0 commit comments

Comments
 (0)