IngoRMAdministrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University ProfessorPosts: 1,751 RM Founder
Hi Neil,
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:
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