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.
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