tensorflow / tensorflow/tensorboard
Allow grouping of multiple runs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Is there a way to group multiple runs and display (for example), mean/median of their various success metrics? When conducting an experiment and trying to show that e.g. model A performs better than model B, on average, being able to do 5 instances of model A and 5 instances of model B, and plotting that as just two curves instead of 10, would be a handy tool. Based on some Googling there seems to be other people that would like this as well, and I can't find an option to do anything like that currently.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing TensorBoard's existing run and success-metric plotting behavior. Determine how multiple runs could be grouped and whether mean and median should be supported, then verify that five runs for each of two models can be displayed as two aggregated curves rather than ten individual curves.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100