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
Binomial Classification Question
Ghostrider
Member Posts: 60 Contributor II
in Help
Say I'm trying to do binomial classification. I know that if I try to classify every single example, my accuracy won't be too good. But what matters is that the examples which have high classification confidence are correctly classified. So I don't need to know the classification for all examples, I just need to know which examples the learning algorithm can classify with a high level of confidence. Is there a learning algorithm in RapidMiner that supports this?
0
Answers
yes, actually all classification schemes in RapidMiner deliver also the confidences when their model is applied to new data. There are even some post-processing operators which can be used for rescaling those confidences so that they better match actual probabilities and there also operators for filtering out the uncertain cases (which is often very useful in practice).
Cheers,
Ingo