Not able to see metrics exported by mlpipeline-metrics.json #2954
lucasg1
started this conversation in
Pipeline Editor/ Kubeflow Pipelines + Apache Airflow
Replies: 1 comment 7 replies
-
|
Hi @lucasg1 ! As far as I know the only place where you can see these metrics is in the Experiments/runs view: I had to look it up because it's been a while: https://www.kubeflow.org/docs/components/pipelines/v1/sdk/output-viewer/#introduction |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I have a notebook that is creating the mlpipeline-metrics.json file as follows (just like the documentation):
But the thing is that I can't see the metrics at the Runs tab, I can only see that there is a Output Artifact called mlpipeline-metrics.json but I can see them anywhere:
Run output tab with nothing in it:
In this same pipeline I'm creating a confusion matrix which I can see only in Visualizations tab clicking on the specific pipeline step, but not in the Run Output (should it be shown at the Run Output tab?):
I'm pasting here some screenshots so it's easier to understand and also the log file from the last pipeline step, appreciate any help.
Obs: the variables val_acc and val_loss are defined:

Log file: log.txt
The mlpipeline-metrics.json final file just in case:
mlpipeline-metrics.json.txt
Beta Was this translation helpful? Give feedback.
All reactions