Generate Attributes has unexpected behavior with zero examples (or not?)
New Altair Community Member
Updated by Jocelyn
In the example below, the expressions in the Generate Attributes operator have errors, but RM gives no error/warning message if the number of examples in the ExampleSet happens to be 0. Is this intended?
Isak
<?xml version="1.0" encoding="UTF-8" standalone="no"?>Thanks,
<process version="5.2.008">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="5.2.008" expanded="true" name="Process">
<process expanded="true" height="659" width="1059">
<operator activated="true" class="generate_data_user_specification" compatibility="5.2.008" expanded="true" height="60" name="Generate Data by User Specification" width="90" x="108" y="30">
<list key="attribute_values">
<parameter key="a" value="1"/>
</list>
<list key="set_additional_roles"/>
</operator>
<operator activated="true" class="filter_examples" compatibility="5.2.008" expanded="true" height="76" name="Filter Examples" width="90" x="246" y="30">
<parameter key="invert_filter" value="true"/>
</operator>
<operator activated="true" class="generate_attributes" compatibility="5.2.008" expanded="true" height="76" name="Generate Attributes" width="90" x="380" y="30">
<list key="function_descriptions">
<parameter key="b" value="nonExistantAttribute+1"/>
<parameter key="c" value="))()(A<<$>++"/>
</list>
</operator>
<connect from_op="Generate Data by User Specification" from_port="output" to_op="Filter Examples" to_port="example set input"/>
<connect from_op="Filter Examples" from_port="example set output" to_op="Generate Attributes" to_port="example set input"/>
<connect from_op="Generate Attributes" from_port="example set output" to_port="result 1"/>
<portSpacing port="source_input 1" spacing="0"/>
<portSpacing port="sink_result 1" spacing="0"/>
<portSpacing port="sink_result 2" spacing="0"/>
</process>
</operator>
</process>
Isak
Find more posts tagged with
Sort by:
1 - 2 of
21
Example: