Questions tagged [confusion-matrix]

A confusion matrix is a contingency table of correct and incorrect classifications used to evaluate the performance of a classification algorithm in machine learning.

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…
1 2 3
…
74
75