Hi everyone
I want to ask please
Why the total for each column not equal to 100 in confusion matrix is this normal ?
Hi everyone
I want to ask please
Why the total for each column not equal to 100 in confusion matrix is this normal ?
Hello @Bayan_khalid,
The columns show the predicted values while the rows show the actual value.
If you sum the rows, you should obtain 100% (note that we round the percentage for better visibility so maybe not exactly 100%).
Feel free to search for “Understand confusion matrix” on your search engine, here is a good explanation for example: Understanding Confusion Matrix | by Sarang Narkhede | Towards Data Science
Best,
Louis