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
Delete Attribute Within Range
Dear Rapidminer Community
I wish to delete certain attribute (column) which the value does not meet the predefined range. For example I have three attributes and want to retain the attribute that only have a value greater than 10 (in this case only column A)
A 1.0 | B 1.0 | C 2.0 |
2.0 | 2.0 | 1.0 |
11.0 | 3.0 | 0.0 |
5.0 | 4.0 | 3.0 |
Thank you.
0
Answers
Cesar
You have to use :
- Loop Attributes operator (to automate the process with your 300 attributes)
- a Branch operator (to perform "IF/ELSE" statements).
Please check the process in attached file and please adapt it to your use case...
Hope this helps,
Regards,
Lionel
Are all your attributes numeric ??? It seems that some of your attributes are nominal.
In this case , it is impossible to use the "<" comparaison sign in the "condition value" parameter.
In order we can understand what is going on, please share your data and your process..
Regards,
Lionel