Confusion matrix colour and count based on different variables
Hi, I'm working on a confusion matrix using the graph builder. I have 2 columns one is Known class (y-axis) an the other Predicted class (x-axis). I want the numbers inside the boxes to show the number of samples in each box. As shown in picture below. However, instead of the colour gradient map, I would like to have the main diagonal (True Positives) be one colour and the rest of the boxes a dif...