🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

No attributes to filter on (Filter Examples)

User: "lediankol"
New Altair Community Member
Updated by Jocelyn

Hello guys!

I have a problem with using Filter Examples. I am using a data that is already in rapidminer ("Repository/Samples/data/Iris"). After putting data in the process I put the Filter Examples and connect them. Then in the parameters I press "Add Filters" but in the left box there are no attributes shown. 

Here is my XML

<?xml version="1.0" encoding="UTF-8"?><process version="8.1.000">
<operator activated="true" class="retrieve" compatibility="8.1.000" expanded="true" height="68" name="Retrieve Iris" width="90" x="45" y="34">
<parameter key="repository_entry" value="//Samples/data/Iris"/>
</operator>
</process>
<?xml version="1.0" encoding="UTF-8"?><process version="8.1.000">
<operator activated="true" class="filter_examples" compatibility="8.1.000" expanded="true" height="103" name="Filter Examples" width="90" x="246" y="34">
<parameter key="parameter_expression" value=""/>
<parameter key="condition_class" value="custom_filters"/>
<parameter key="invert_filter" value="false"/>
<list key="filters_list"/>
<parameter key="filters_logic_and" value="true"/>
<parameter key="filters_check_metadata" value="true"/>
</operator>
</process>

Can somebody help with this issue?

Thank you in advance for your time.

 

Best regards,

Ledian

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer

    Usually this is simply a problem of metadata not propagating so RapidMiner can't pre-fill the attribute names.  You can always type the name of the attribute directly and it will work.  Or you can check the option to "synchronize meta data with real data" which is under the "Process" heading in the top menu bar.