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

Building high-precision classifier with RapidMiner

leonpleonp Member Posts: 2 Learner III
edited November 2018 in Help

Supposedly, I need to build classifier with high precision and low recall. Which operator should I use in RapidMiner? For example, ApplyModel operator doesn't support any intervention in threshold? It's also unclear how the same ApplyModel operator works with models of different modeling: NeuralNetworks, SVN, etc.

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist

    Hi leonp,

     

    Apply model creates (in case of binary classification) three new attributes, the prediction and two confidences. If you want to optimize on the threshold you can use the dedicated operators like Create Threshold, Apply Threshold. There are also further operators working on the confidences e.g. Select Recall and Find Threshold.

     

    ~Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.