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
"Can I filter a dataset by the values of an attribute?"
Hola,
Say I have an exampleset like this:
[tt]
ID Name Job
1 Neil Researcher
2 Ralf BizDev
3 Ingo Grandmaster
4 Haddock Researcher
[/tt]
Can I filter the exampleset in Rapidminer for only Job=Researcher?
If so, how?
Thanks
Neil
Say I have an exampleset like this:
[tt]
ID Name Job
1 Neil Researcher
2 Ralf BizDev
3 Ingo Grandmaster
4 Haddock Researcher
[/tt]
Can I filter the exampleset in Rapidminer for only Job=Researcher?
If so, how?
Thanks
Neil
Tagged:
0
Answers
yes, that's possible with the operator "Filter Examples". The parameter "condition class" has to be set to "attribute_value_filter". Then you can specify an expression like "Job = Researcher" for the parameter named "parameter string".
Here is an example working on one of the sample data sets: Hope that helps. Cheers,
Ingo
Some other things I found:
* spaces are allowed in value
* you can use the | operator for "or"
* attribute and value are both case sensitive