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
"[solved] Routing? branching? sorting?"
Hello
I'm a complete newbie to rapidminer, I'm trying to find out if I can use it for my needs.
My goal is to "route" a row, based on a column's value. For example, in a people database, lines for males go a first database, females to a second database.
How can I acheive that?
TIA
greg
I'm a complete newbie to rapidminer, I'm trying to find out if I can use it for my needs.
My goal is to "route" a row, based on a column's value. For example, in a people database, lines for males go a first database, females to a second database.
How can I acheive that?
TIA
greg
Tagged:
0
Answers
that's quite easy with RapidMiner, just use the Filter Examples operator. For an example, copy the text below into the XML view of your RapidMiner instance and press the green button on top (beware, that will overwrite your current process).
Instead of the Store operators at the end you could use the Write Database operators.
Best,
Marius
BTW, what is the "branch" operator for?
TIA
greg
you could actually also build the process with the Branch operator - RapidMiner is about choices and possibilities If its condition is fulfilled, it executes the first subprocess, otherwise the second one.
BTW, what does "TIA" mean?
Best,
Marius
I'm currently evaluating Rapidminer as an alternative to writing scripts to handle list of users. Right now I find rapidminer harder to use, but of course it's because I don't know it yet. I tried talend for the same purpose some times ago and gave up on it.
I guess as all beginners, I'm looking for starting material, tutorials, books, etc. The only tutorials I found as very specific and didn't help me much.
They are cases where I just cannot see how to do it in rapidminer... for example, I want to remove duplicates based on a criteria, how can I find out how to do that?
TIA means "thanks in advance"
greg
Best,
Marius