Need AUC for data which has label with polynomial value

varunmandalapu1varunmandalapu1 MemberPosts:2Contributor I
edited April 2020 inHelp

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:

最佳答案

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,761Unicorn
    Solution Accepted

    Ah I read your post closer, to get AUC you need a max of two classes. You can't have four.

    sgenzer

Answers

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,761Unicorn

    Please post your XML using the code button above.

    Usually this is related to the type of Performance operator you use.

    varunmandalapu1
  • varunmandalapu1varunmandalapu1 MemberPosts:2Contributor I



    <输出/ >


    <运营商激活= " true " class = "过程”兼容ibility="8.0.001" expanded="true" name="Process">





































  • Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635Unicorn

    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.

    Brian T.
    Lindon Ventures
    Data Science Consulting from Certified RapidMiner Experts
    sgenzer
  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts:3,388RM Data Scientist

    Hi,

    you can build this with polynominal by binominal Classification and Remember-Recall.

    Best,

    Martin

    - Head of Data Science Services at RapidMiner -
    Dortmund, Germany
    sgenzer
Sign InorRegisterto comment.