How can I record result description?

KHKKHK MemberPosts:7Contributor I



The Find threshold operator is an operator that automatically finds the appropriate threshold.

I wanted to store this threshold in Log and print it out with the results of the model, but in Log I couldn't get the threshold found by the Find threshold operator.

So, I want to get the contents of the description of the Find threshold, but I don't know how yet.

Please help.

KHK

Best Answer

Answers

  • KHKKHK MemberPosts:7Contributor I
    @mschmitz

    Thank you for your answer.


    I haven't been able to find an operator with that role, but it seems that I came up with a solution of my own by combining operators included in converters.

    Thanks again.

    KHK
  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts:3,389RM Data Scientist
    Hi@KHK,
    great to hear. which operators did you use?

    ~Martin
    - Head of Data Science Services at RapidMiner -
    Dortmund, Germany
  • KHKKHK MemberPosts:7Contributor I
    edited October 2020
    @mschmitz


    Fundamentally, I didn't need to print the thresholds for every model's equation created.

    So we adopted a method to see the threshold for the result of learning data with the equation by obtaining the equation id obtained as the log result of the best model created by attaching the threshold to model operator after the find threshold operator.

    It may seem cumbersome, but this wasn't a problem as it went hand in hand with another process of interpreting the model.

    Thanks for your attention!

    KHK
  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts:3,389RM Data Scientist
    Hi@KHK,
    thanks! I checked it and you are right, converters does not help here. We may add it in future. In case someone stumbles upon this thread, here is a script to convert the threshold into a document. That helps you to at least parse it if you need it.

    Best,
    Martin






    <宏/ >











    <参数键= " first_class" value="negative"/>
















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