Hello!
I have been having a tough time with Vega. I am trying to plot ROC curves per-class, with a custom tooltip. For the tooltip, I want to show the value of ROC thresholds for each class, and I don’t want to use the WandB wandb.plot.roc_curve
function because I want to accumulate statistics over several batches.
I’ve made some progress in customizing my vega plot, but not much. I can’t seem to properly point my plot to the vega specification (no custom plot can be plotted). I can’t even find the vega specification ids that I’ve created in reports!
Is it or would it be possible to upload Vega specs along with the table? This would let us dynamically change the vega plots easily (for e.g. custom tooltips), along with many other benefits (unambiguous vega plot ID, etc). Or maybe I am barking up the completely wrong tree, and this is easier. Either way, I am curious!
Thanks