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
creating sets with specific attributes
Hello everyone!
Im new to the forum and just started to use Rapidminer 5.3. this week. I was previously working with SPSS Modeler and now trying to figure out how to do the same things with Rapidminer.
My first question would be: how can I create sets with specific "attributes" or ranges? So for example, I have a table of users ID's and their purchases in dollars from the last months. I would like to set it up so, that users who spent less than $100 is one group, the ones who spend more than $100 another group.
I think this is really basic stuff, but I cant seem to find the right node to do this in the program. Any help will be greatly appreciated!
Cheers!
Im new to the forum and just started to use Rapidminer 5.3. this week. I was previously working with SPSS Modeler and now trying to figure out how to do the same things with Rapidminer.
My first question would be: how can I create sets with specific "attributes" or ranges? So for example, I have a table of users ID's and their purchases in dollars from the last months. I would like to set it up so, that users who spent less than $100 is one group, the ones who spend more than $100 another group.
I think this is really basic stuff, but I cant seem to find the right node to do this in the program. Any help will be greatly appreciated!
Cheers!
0
Answers
you can use a chain of two Filter Examples attributes. The first one selects the users with purchase > 100. Its upper output port puts out the filtered data, the lower one the original (complete) data. This can be passed to the second Filter Examples operator, that then selects the users with purchase < 100.
Best regards,
Marius