htmresearch icon indicating copy to clipboard operation
htmresearch copied to clipboard

Confusion matrices for multilabel classification

Open BoltzmannBrain opened this issue 10 years ago • 0 comments

The confusion matrix (or now matrices) should reflect errors where actual and predicted labels are e.g. [2, 3, 7] and [3, 4], respectively; this example highlights mismatches between vector size and indices, but not necessarily incorrect classification (i.e. label 3).

The CM code is currently in the classification model base class.

BoltzmannBrain avatar Sep 21 '15 16:09 BoltzmannBrain