-
Notifications
You must be signed in to change notification settings - Fork 14
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
Non-scalar metrics: categories, sequences, scatterplots etc #6
Comments
It touches a really important point: scalar metrics are not good enough. There are a few use cases that people have asked a solution for:
What makes it hard to do right is the huge number of use cases and ways users expect the aggregation to be made. For instance some want sequential metrics, per regions of interest, and for the aggregation want the last frame only... I am unsure about what a generic API should look like, and the status quo is decent. Right now, users generate plots to show this data, e.g. plotly graphs, as visualizations. But better support would mean showing the metrics "as they should be" in the table views or in the output cards. Related: I also want to enable more "dynamic" metrics definitions in
|
Thanks. |
I really like the idea of aggregating metric from different runs (not exclusive to having more complex metrics!) into custom visualizations. I thought once about offering users some config like Another direction could be giving users a hook to create themselves the aggregated vizs for a while batch after it finishes, like Using different output types (single/aggregated) could work too. The ergonomics would be more complex but we could to something with the WIP pipeline feature...
|
By the way, some aspects overlaps a bit with "pipelines". Here is a WIP spec, feel free to discuss it here - I may open an separate issue when we start implementing it |
I think it may be really cool if we had Scatterplot metrics (were the variables consists of the numerical metrics and maybe also some numerical inputs).
The text was updated successfully, but these errors were encountered: