Right now I need to click the normalized checkbox every time I want to see confusion matrixes normalized. When I refresh the page the change is gone. How can I set this as default? There doesn’t seem to be an option in the wandb.plot.confusion_matrix
to configure it
Hi @fant, if you edit the underlying Vega code you update line 127 from "value": false,
to "value": true,
this will set the default to true
You should be able to detach the confusion matrix Vega spec, make the change, and then save it as a new preset.
Hi @fant, I just wanted to follow up and make sure this answered your question?
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.