You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: