A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.006"> <context> <input> <location>ProcessApplic</location> <location>Model</location> </input> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.006" expanded="true" name="Process"> <process expanded="true" height="612" width="710"> <operator activated="true" class="apply_model" compatibility="5.1.006" expanded="true" height="76" name="Apply Model" width="90" x="246" y="210"> <list key="application_parameters"/> </operator> <operator activated="true" class="store" compatibility="5.1.006" expanded="true" height="60" name="Store" width="90" x="447" y="165"> <parameter key="repository_entry" value="LabelledData"/> </operator> <connect from_port="input 1" to_op="Apply Model" to_port="unlabelled data"/> <connect from_port="input 2" to_op="Apply Model" to_port="model"/> <connect from_op="Apply Model" from_port="labelled data" to_op="Store" to_port="input"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="source_input 2" spacing="0"/> <portSpacing port="source_input 3" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> </process> </operator></process>
May 20, 2011 10:25:12 AM INFO: Process //RapidMinerLocalRepository/Process/3_ApplyModel startsMay 20, 2011 10:26:57 AM SEVERE: Process failed: Cannot store data in repository at entry 'LabelledData'. Reason: Cannot store data at 'U:\RapidMinerRepository\Process\LabelledData.ioo': java.util.ConcurrentModificationException.May 20, 2011 10:26:57 AM SEVERE: Here: Process[1] (Process) subprocess 'Main Process' +- Apply Model[1] (Apply Model) ==> +- Store[1] (Store)
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.006"> <context> <input> <location>ProcessApplic</location> <location>Model</location> </input> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.006" expanded="true" name="Process"> <process expanded="true" height="612" width="710"> <operator activated="true" class="apply_model" compatibility="5.1.006" expanded="true" height="76" name="Apply Model" width="90" x="112" y="165"> <list key="application_parameters"/> </operator> <operator activated="true" class="rename" compatibility="5.1.006" expanded="true" height="76" name="Rename (2)" width="90" x="246" y="210"> <parameter key="old_name" value="confidence(inside)"/> <parameter key="new_name" value="confidence"/> <list key="rename_additional_attributes"/> </operator> <operator activated="true" class="select_attributes" compatibility="5.1.006" expanded="true" height="76" name="Select Attributes" width="90" x="447" y="255"> <parameter key="attribute_filter_type" value="single"/> <parameter key="attribute" value="prediction(LabelT)"/> <parameter key="invert_selection" value="true"/> <parameter key="include_special_attributes" value="true"/> </operator> <operator activated="true" class="store" compatibility="5.1.006" expanded="true" height="60" name="Store" width="90" x="581" y="210"> <parameter key="repository_entry" value="LabelledData"/> </operator> <connect from_port="input 1" to_op="Apply Model" to_port="unlabelled data"/> <connect from_port="input 2" to_op="Apply Model" to_port="model"/> <connect from_op="Apply Model" from_port="labelled data" to_op="Rename (2)" to_port="example set input"/> <connect from_op="Rename (2)" from_port="example set output" to_op="Select Attributes" to_port="example set input"/> <connect from_op="Select Attributes" from_port="example set output" to_op="Store" to_port="input"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="source_input 2" spacing="0"/> <portSpacing port="source_input 3" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> </process> </operator></process>