Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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