after training an image classification model using AutoML Vision, the "Evaluate" tab gives access to model performance, specifically to the confusion matrix. My dataset has over 100 labels, but the confusion matrix is only displayed as a 10x10 matrix. My questions:
does the confusion matrix only display the worst performances (above a certain threshold for example) or is this limited to a 10x10 representation regardless of performance?
Is there a way to access the entire confusion matrix?
Thanks a lot!