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
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 RapidMiner Certified Analyst, Member Posts: 291 UnicornHi @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 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornYou can find/verify the threshold 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 @kypexin says you can also modify that with additional operators in RapidMiner.6
Answers
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts