You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature will expose metrics information in the Jobs page of the UI. It should be a new tab alongside overview. This issue is scoped to metrics for a single job. Displaying metrics across multiple jobs in an experiment is a future feature.
It should have a table of metrics from /api/v1/jobs/{id}/metrics:
[
{
"name": "string",
"value": 0
}
]
And it should be possible to select a metric to see it's history: /api/v1/jobs/{id}/metrics/{name}/snapshots
This feature will expose metrics information in the Jobs page of the UI. It should be a new tab alongside overview. This issue is scoped to metrics for a single job. Displaying metrics across multiple jobs in an experiment is a future feature.
It should have a table of metrics from
/api/v1/jobs/{id}/metrics
:And it should be possible to select a metric to see it's history:
/api/v1/jobs/{id}/metrics/{name}/snapshots
Start by mocking up ideas for how this could look in the UI.
Look at plotly (https://plotly.com/javascript/) to handle plotting.
Blocked by:
The text was updated successfully, but these errors were encountered: