How to make confusion matrix normalized by default?

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

image

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
Screen Shot 2023-08-31 at 12.52.09 PM

Thanks! It tells me to create a report to save my changes. I assume this default can’t be changed in the project workspace, but only if I add this modified chart to a report?

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?