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
Need AUC for data which has label with polynomial value
varunmandalapu1
Member Posts: 2 Learner III
Hello,
I attached my data set with 205 Attributed in which Label is the last column named as Label. My label has 4 distinct values C1, C2, C3 & C4. I applied cross validation with Decision tree in training and Apply model and Performance in testing. The output has Accuracy and Kappa, but there is no AUC in the output. For AUC, Can I get AUC for polynomical value. Please suggest.
Tagged:
0
Best Answer
-
Thomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn
Ah I read your post closer, to get AUC you need a max of two classes. You can't have four.
1
Answers
Please post your XML using the </> code button above.
Usually this is related to the type of Performance operator you use.
If you want AUC, you will need to reformulate your existing polynominal label into a series of binominals: e.g., C1 vs not- C1, C2 vs not-C2, etc. Then you will get 4 different AUCs, one for each predicted class. Unfortunately RapidMiner won't do this automatically for you, but it is definitely possible to do on your own.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Hi,
you can build this with polynominal by binominal Classification and Remember-Recall.
Best,
Martin
Dortmund, Germany