Python Forum
misclassification rate calculation for multi class label
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
misclassification rate calculation for multi class label
#1
I have a confusion matrix with 4 labels and the results were as below

[[ 81 4 41 0]
[ 10 10 6 1]
[ 7 0 392 0]
[ 4 2 8 5]]

Now i wish to calculate the misclassification rate but I am not sure how to do this in Python. Would appreciate your help to show me how to code this part.

Thank you.
Reply
#2
see: https://stats.stackexchange.com/question...lculate-it
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Monthly pollution rate RbaPhoenix 4 2,694 Mar-28-2020, 04:01 PM
Last Post: ibreeden

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020