A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.4.000"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.4.000" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="text:create_document" compatibility="6.4.001" expanded="true" height="60" name="Create Document" width="90" x="45" y="165"> <parameter key="text" value="PlayerId|Age|TouchDownsLastThreePlayDays|Preferred System|...|GameID|GameDate|GameRuns|GamePass|GameWasMoM 1|24|1|Running with the oval ball|Dancing|12|24-01-2015|9|12|TRUE 1|24|1|Running with the oval ball|Dancing|14|26-03-2015|1|2|FALSE 2|29|7|Keynesian|Meditation|12|24-01-2015|3|5|FALSE "/> </operator> <operator activated="true" class="text:write_document" compatibility="6.4.001" expanded="true" height="76" name="Write Document" width="90" x="179" y="165"/> <operator activated="true" class="read_csv" compatibility="6.4.000" expanded="true" height="60" name="Read CSV" width="90" x="246" y="255"> <parameter key="column_separators" value="|"/> <list key="annotations"/> <list key="data_set_meta_data_information"> <parameter key="0" value="PlayerID.true.nominal.id"/> <parameter key="1" value="Age.true.nominal.attribute"/> <parameter key="2" value="TouchDownsLastThreePlayDays.true.nominal.attribute"/> <parameter key="3" value="Preferred System.true.nominal.attribute"/> <parameter key="4" value="\.\.\..true.nominal.attribute"/> <parameter key="5" value="GameID.true.nominal.attribute"/> <parameter key="6" value="GameDate.true.nominal.attribute"/> <parameter key="7" value="GameRuns.true.nominal.attribute"/> <parameter key="8" value="GamePass.true.nominal.attribute"/> <parameter key="9" value="GameWasMoM.true.nominal.label"/> </list> </operator> <operator activated="true" class="loop_values" compatibility="6.4.000" expanded="true" height="76" name="Loop Values" width="90" x="313" y="120"> <parameter key="attribute" value="PlayerID"/> <process expanded="true"> <operator activated="true" class="filter_examples" compatibility="6.4.000" expanded="true" height="94" name="Filter Examples" width="90" x="112" y="30"> <list key="filters_list"> <parameter key="filters_entry_key" value="PlayerID.equals.%{loop_value}"/> </list> </operator> <operator activated="true" class="parallel_decision_tree" compatibility="6.4.000" expanded="true" height="76" name="Decision Tree" width="90" x="246" y="120"/> <connect from_port="example set" to_op="Filter Examples" to_port="example set input"/> <connect from_op="Filter Examples" from_port="example set output" to_op="Decision Tree" to_port="training set"/> <connect from_op="Decision Tree" from_port="model" to_port="out 1"/> <portSpacing port="source_example set" spacing="0"/> <portSpacing port="sink_out 1" spacing="0"/> <portSpacing port="sink_out 2" spacing="0"/> </process> </operator> <connect from_op="Create Document" from_port="output" to_op="Write Document" to_port="document"/> <connect from_op="Write Document" from_port="file" to_op="Read CSV" to_port="file"/> <connect from_op="Read CSV" from_port="output" to_op="Loop Values" to_port="example set"/> <connect from_op="Loop Values" from_port="out 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>