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.

Two classification models in one process?

rorasroras Member Posts: 3 Learner III
edited April 2020 in Help

Hello RM Community,

 

I've been lurking around the forums for quite some time now and I am still learning this new tool. I just wanted to ask if it is possible to run two classification models (e.g. k-nn and decision tree) in one process? If yes, then is it possible to get separate performance results for each? 

 

Sorry if it's a newbie question. 

 

Thanks in advance!

Rem

Tagged:

Answers

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn

    Absolutely, you can run them both in parallel by using a Mulitply Data operator and simply having two streams in your process using the same data inputs.  You can then compare the output.  This is very commonly done in RapidMiner.

    You can also combine multiple models together using ensemble solutions like Vote, which allows you to combine the predictions from multiple models.

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.