The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Re:-AUC,ROC,Precision,Recall
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @guptasha
To get an AUC, you need to have a ROC curve. ROC curve is plotted for Binary classification. In the case of multiple class classification, you can get multiple ROC curves when you do one vs all classes type classification. This can be done in rapidminer using Polynomial to Binomial operator. Once you get AUC's for all classes, then you can average them for final AUC of Multiclass.
Recall and Precision can be found directly with multi-classification, using performance (classification) operator. In this operator, you have weighted mean recall and weighted mean precision options to choose.
Similar discussion here
https://community.rapidminer.com/discussion/55258/specificity-sensitivity-and-auc-measures-via-rm-v9-1#latest
ThanksRegards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
8