aim
aim copied to clipboard
Add more descriptive Colours/Legend to runs list
🚀 Feature
Add more descriptive coloring to runs list - for example fill Grouping column with whole color and/or add more descriptive legend to /metrics section. Legend could be configurable through templating, for example python string formatting like '{metric.name}:{hparams.ds}'.format(**run)
Motivation
Very hard to link a specific run in the Run table and the metric plot when comparing many runs in a single plot (>10)
Pitch
I would like to have a more descriptive legend so I can easily see which curve on a plot belongs to which run
+1
However, I'd love to see an overlayed legend on the graph that shows the group params (matching the colors). Something like this:
@piojanu definitely +1 for your example.
Currently I need to go down to the list to see the legends, and it's really hard to map them back:
It would be amazing if there was a legend that showed the colour and linestyle for the different groups.
Hey @gerardsolutions,
Added chart legends to Metrics explorer. Have been shipped with the v3.15.0 release.
To upgrade Aim version please run pip install aim --upgrade
.
@gerardsolutions @vakker @piojanu the feature has been released with Aim v3.15. Closing this issue. Please feel free to reopen or submit a new one if it works not as expected.