A confusion matrix is a contingency table of correct and incorrect classifications used to evaluate the performance of a classification algorithm in machine learning.
Questions tagged [confusion-matrix]
1111 questions
-5
votes
1 answer
interpreting the confusion matrix
i need to create a classification model to predict the class of certain event - 1, 2 or 3. I tried two models so far: multiclass decision tree & multiclass neural network. Below is the accuracy score and confusion matrix for each of them.
multiclass…

WJ Zhao
- 61
- 1
- 6