How can we see the threshold chosen by the auto model classification model for final confusion mtx
The auto model we created uses GBTree and produces a confusion matrix. We would like to see what threshold it had used for creating this matrix. Is there a way to view the threshold used?
Tagged:
0
Best Answers
-
kypexin Moderator, RapidMiner Certified Analyst, MemberPosts:290UnicornHi@unm
(If I am mistaken, let the gurus correct me)
In general, threshold choice is a separate problem to be solved and is dependant on many factors, but in real life - mostly business metrics.
Most binary classifiers are capable of producing two types of predictions, one is 1/0 (True/False, Yes/No) and the other is a probability of a certain class. By default, the threshold is always in the middle - which means, "< 0.5 = class1" and "> 0.5 = class2". This is how any confusion matrix in RapidMiner is built (this includes Auto Model as well), in case you didn't explicitly used in your process, for example, SET THRESHOLD and APPLY THRESHOLD operators, in order to move the threshold in a desired direction (higher / lower).
7 -
Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635Unicorn你可以找到/验证阈值by sorting the prediction score and seeing at which value the switch in prediction occurs. It is almost certain that the algorithm is simply using the default of 0.50 but as@kypexinsays you can also modify that with additional operators in RapidMiner.6
Answers
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts