-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 metrics visualization #5668
Comments
b/186482243 |
/assign @zijianjoy |
Do we visualize HTML, Markdown, Tensorboard in the new visualization tab? |
Yes, they are tracked in a different issue in P1. |
We might need to update documentation https://www.kubeflow.org/docs/components/pipelines/sdk/output-viewer/ |
That's a good point! Note, the update work item is already tracked in #5666 (comment). |
… property. Issue #5668 (#5731) * feat(frontend): MetricsTab for NodeDetail, ROC Curve from MLMD custom property * add back test renderer * remove debug tool * address nit comments * more comment address * merge metrics to visualization * error boundary, revert banner change, more testing, data validation * attempt to use actual function * clear queryclient * address comments * address comments * address comments
Definition of |
Hello Yuan @Bobgy , what is the goal of this item?
Does it mean we check the status of |
@zijianjoy I just figured out moving custom properties to |
#5781) * feat(frontend): Shows ConfusionMatrix in Metrics Tab * adjust uI * remove comment * definition description * moving wrapper * runtype check
…5668 (#5811) * feat(frontend) Support Scalar metrics in V2 compatible mode * remove unused * Update frontend/src/components/viewers/MetricsVisualizations.tsx Co-authored-by: Yuan (Bob) Gong <[email protected]> * Update frontend/src/components/viewers/MetricsVisualizations.tsx Co-authored-by: Yuan (Bob) Gong <[email protected]> * Update frontend/src/components/viewers/MetricsVisualizations.tsx Co-authored-by: Yuan (Bob) Gong <[email protected]> * Update frontend/src/components/viewers/MetricsVisualizations.tsx Co-authored-by: Yuan (Bob) Gong <[email protected]> * fix adjustmnet * address comment Co-authored-by: Yuan (Bob) Gong <[email protected]>
All is done |
components can output metrics artifacts that are rendered in UI.
Sample pipeline: https://github.com/kubeflow/pipelines/blob/89364315e96ca0e14106ef178336f72265a8e91a/samples/test/metrics_visualization_v2.py
TODOs:
add MLMD state verification of this pipeline:
assert run.status == 'Succeeded'
pipelines/samples/test/metrics_visualization_v2_test.py
Line 21 in 8936431
Also suggest trying to write new UI code in recent best practices and try to separate them from existing components. We want to take a gradual approach to modernize the UI codebase.
The text was updated successfully, but these errors were encountered: