Hey there community,
I am logging a lot of single values that I want to aggregate into a single chart in wandb, but unfortunately the default is that these values all get their own chart, so I have to tediously move them all to the “hidden panels”. They are all named after a schema, which I would like to exclude from the chart section with a regex, but I could not yet find an option to do so.
Is logging like this just bad practice, should I pre-aggregate it? Is there an efficient way to remove more panels with a single click? How to approach this issue?
Hope someone can help me out here, thanks!