aws-samples / eks-kubeflow-workshop

Kubeflow workshop on EKS. Mainly focus on AWS integration examples. Please go check kubeflow website http://kubeflow.org for other examples
Apache License 2.0
96 stars 56 forks source link

Add example for visualizing pipeline metrics #48

Closed PatrickXYS closed 4 years ago

PatrickXYS commented 4 years ago

Kubeflow Pipelines supports the export of scalar metrics.

We can view the uploaded metrics as a visualization in the Runs page for a particular experiment in the Kubeflow Pipelines UI.

https://www.kubeflow.org/docs/pipelines/sdk/pipelines-metrics/

PatrickXYS commented 4 years ago

Since the PR is merged, I'll close this issue.