Performance metric for multi-class classification | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Performance metric for multi-class classification

Hi all I've just trained a multi-class classification model with random forest. I have split train-test sets. Apart from Area Under Curve (AUC), what other performance metrics can I use to diagnose/improve the model (?) There are 24 levels for my target variable, I don't think confusion matrix is a good measure (?) Thanks

25th Jan 2020, 2:41 AM
Jin
Jin - avatar
1 Answer
0
Have you tried this : https://sebastianraschka.com/faq/docs/multiclass-metric.html This is the first result when you google your subject.
21st Apr 2020, 2:40 PM
Arvind Singh Rawat
Arvind Singh Rawat - avatar