Threshold to convert probability to binary value in multi label classification
Hi, First of all thanks for the great work. it is really useful and runs smooth. I managed to run the model for my data and here is what i have got,

I have 54 labels in total and it is a multi label classification. Now as an output, i have the probabilities for each class in my output dataset. I have two questions,
- How do we actually find the threshold value to convert probability to binary value ( 0 or 1) for each class?
- Can we calculate classification matrix for each class from this?
And if I my understanding is right, 0.9691836689659876 is the AUC score. Is that right?
Yes 0.9691836689659876 is the AUC score.
You can use 0.5 as the threshold for using 0 or 1. Thats whats the accuracy_thresh metric does by default.
Thank you. What is eval_accuracy_thresh? How do I interpret that value? And is there a way to build classification matrix? Or find out TP,FP,TN,FN values?
Hi. Is it possible to print AUC score for each class label?
Could you please share Databunch and learner code
Hi,
Could you please share notebook files
Hi. Is it possible to print AUC score for each class label?
I also have same question and would like to know if the library can support to output the AUC of each class. Thanks.
Hi. Is it possible to print AUC score for each class label?
I also have same question and would like to know if the library can support to output the AUC of each class. Thanks.
Me too. Bro. Have you solved this problem? Could you share same tips to me? A lot of THANKS in advance.