Closed Zadagu closed 1 year ago
Hello @Zadagu ! I think you can already do partially what you request by using the selected
option to the confusion matrix. Although that still creates a square matrix, it allows you to select a subset of categories.
Does that help?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Hi, I would like to upload non square confusion matrixes.
Why do I need it? I have more than 100 classes and I want to focus on some key classes, which tend to be confused. I create a matrix containing all classes and take the rows and columns for the ones i'm interested in. This sub matrix will be extended by a "remaining" column, which is a sum over all other columns. so i get a m by m+1 matrix which I would like to log.
What needs to be done?
The to_json method of ConfusionMatrix throws an error, when dimensions doesn't match:
The init function of ConfusionMatrix should use the maximum number of lines and columns, when checking the size of the column labels.
Kind regards, Zadagu