File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed vertexai/resources/preview/ml_monitoring
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -121,7 +121,7 @@ def _visualize_feature_attribution(feature_attribution_output: str) -> None:
|
121 | 121 | import tensorflow as tf
|
122 | 122 |
|
123 | 123 | 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)) |
125 | 125 |
|
126 | 126 |
|
127 | 127 | def _feature_drift_stats_output_path(output_directory: str, job_id: str) -> (str, str):
|
|
You can’t perform that action at this time.
0 commit comments