-
Notifications
You must be signed in to change notification settings - Fork 113
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
Implement visualizing plots in experiment tracking #953
Comments
Plan of action
Plots at the topWe also want to plots to appear at the top of the tracking area. They should go into their own accordion as well, as shown here in the design: We'll have three groups: Plots, Metrics, and JSON. Our type GroupedDataset {
groupedDatasetType: String
dataset: TrackingDataset[]
}
type TrackingDataset {
datasetName: String
datasetType: String
data: JSONObject
} |
Don't we still want |
@AntonyMilneQB yes. Updated. Thank you. |
Description
This ticket focuses on the implementation of the design work created in #938.
The backend will need to recognize the versioned plots (Matplotlib and Plotly Datasets) and the frontend will need to display them, with the behavior outlined in the Figma files:
Checklist
The text was updated successfully, but these errors were encountered: