-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
We want to automate clustering of classes together to try to improve classification accuracy with a hierarchical model.
To do this, we will run cross-validation and get predictions, compute the confusion matrix, and cluster the confusion matrix into "larger squares".
So we need a function which, given a confusion matrix, clusters it appropriately.
Reactions are currently unavailable