"Filter Examples doesn't work"

LBWoodLBWood Member Posts: 3 Contributor I
edited June 2019 in Help
I'm new at this. I just want to do a very simple thing. I want to use the Filter Examples operator to remove examples that have a value of 0 for one attribute. The attribute is an integer. It doesn't seem to be working and I don't know what I'm doing wrong. I'd appreciate some suggestions. It must be something very simple.
Tagged:

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,993 RM Engineering
    Hi,

    you simply click on the "Add Filters..." button after adding the 'Filter Examples' operator to your process. Make sure to select "invert filter". Then just set the filter up like in the screenshot below:

    image

    If you are not using RapidMiner Studio 6 but the old version 5 instead, you can use the following attribute_value_filter:

    Data!=0
    Regards,
    Marco
Sign In or Register to comment.