A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.008"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.008" expanded="true" name="Process"> <process expanded="true" height="533" width="705"> <operator activated="true" class="read_csv" compatibility="5.1.008" expanded="true" height="60" name="Read Train Data" width="90" x="45" y="30"> <parameter key="csv_file" value="/home/marcin/temp/forum-question/train.csv"/> <parameter key="column_separators" value="\s+"/> <parameter key="first_row_as_names" value="false"/> <list key="annotations"> <parameter key="0" value="Name"/> </list> <list key="data_set_meta_data_information"> <parameter key="0" value="id.true.integer.id"/> <parameter key="1" value="label.true.integer.label"/> <parameter key="2" value="a.true.real.attribute"/> <parameter key="3" value="b.true.real.attribute"/> <parameter key="4" value="c.true.real.attribute"/> <parameter key="5" value="d.true.real.attribute"/> <parameter key="6" value="e.true.real.attribute"/> <parameter key="7" value="f.true.real.attribute"/> </list> </operator> <operator activated="true" class="read_csv" compatibility="5.1.008" expanded="true" height="60" name="Read Test Data" width="90" x="45" y="120"> <parameter key="csv_file" value="/home/marcin/temp/forum-question/test.csv"/> <parameter key="column_separators" value="\s+"/> <parameter key="first_row_as_names" value="false"/> <list key="annotations"> <parameter key="0" value="Name"/> </list> <list key="data_set_meta_data_information"> <parameter key="0" value="id.true.integer.id"/> <parameter key="1" value="label.true.integer.label"/> <parameter key="2" value="a.true.real.attribute"/> <parameter key="3" value="b.true.real.attribute"/> <parameter key="4" value="c.true.real.attribute"/> <parameter key="5" value="d.true.real.attribute"/> <parameter key="6" value="e.true.real.attribute"/> <parameter key="7" value="f.true.real.attribute"/> </list> </operator> <operator activated="true" class="loop_parameters" compatibility="5.1.008" expanded="true" height="94" name="Learn Model With Different Parameters" width="90" x="246" y="30"> <list key="parameters"> <parameter key="SVM.kernel_type" value="radial,polynomial"/> <parameter key="SVM.C" value="0.01,0.1"/> </list> <process expanded="true" height="533" width="547"> <operator activated="true" class="support_vector_machine" compatibility="5.1.008" expanded="true" height="112" name="SVM" width="90" x="112" y="30"> <parameter key="kernel_type" value="polynomial"/> <parameter key="C" value="0.1"/> </operator> <operator activated="true" class="apply_model" compatibility="5.1.008" expanded="true" height="76" name="Apply Model" width="90" x="179" y="255"> <list key="application_parameters"/> </operator> <operator activated="true" class="multiply" compatibility="5.1.008" expanded="true" height="94" name="Multiply" width="90" x="313" y="75"/> <operator activated="true" class="performance" compatibility="5.1.008" expanded="true" height="76" name="Performance" width="90" x="447" y="30"/> <connect from_port="input 1" to_op="SVM" to_port="training set"/> <connect from_port="input 2" to_op="Apply Model" to_port="unlabelled data"/> <connect from_op="SVM" from_port="model" to_op="Apply Model" to_port="model"/> <connect from_op="Apply Model" from_port="labelled data" to_op="Multiply" to_port="input"/> <connect from_op="Multiply" from_port="output 1" to_op="Performance" to_port="labelled data"/> <connect from_op="Multiply" from_port="output 2" to_port="result 1"/> <connect from_op="Performance" from_port="performance" to_port="performance"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="source_input 2" spacing="0"/> <portSpacing port="source_input 3" spacing="0"/> <portSpacing port="sink_performance" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator> <connect from_op="Read Train Data" from_port="output" to_op="Learn Model With Different Parameters" to_port="input 1"/> <connect from_op="Read Test Data" from_port="output" to_op="Learn Model With Different Parameters" to_port="input 2"/> <connect from_op="Learn Model With Different Parameters" from_port="result 1" 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>