A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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="648" width="1036"> <operator activated="true" class="retrieve" compatibility="5.2.008" expanded="true" height="60" name="Retrieve" width="90" x="53" y="419"> <parameter key="repository_entry" value="../data/yc_ts"/> </operator> <operator activated="true" class="normalize" compatibility="5.2.008" expanded="true" height="94" name="Normalize" width="90" x="112" y="210"/> <operator activated="true" class="principal_component_analysis" compatibility="5.2.008" expanded="true" height="94" name="PCA" width="90" x="179" y="75"> <parameter key="dimensionality_reduction" value="fixed number"/> <parameter key="number_of_components" value="3"/> </operator> <operator activated="true" class="series:windowing" compatibility="5.2.000" expanded="true" height="76" name="Windowing" width="90" x="313" y="75"> <parameter key="horizon" value="1"/> <parameter key="window_size" value="2"/> </operator> <operator activated="true" class="set_role" compatibility="5.2.008" expanded="true" height="76" name="Set Role" width="90" x="447" y="30"> <parameter key="name" value="pc_1-0"/> <parameter key="target_role" value="label"/> <list key="set_additional_roles"> <parameter key="pc_2-0" value="label2"/> <parameter key="pc_3-0" value="label3"/> </list> </operator> <operator activated="true" class="select_attributes" compatibility="5.2.008" expanded="true" height="76" name="Select Attributes" width="90" x="514" y="210"> <parameter key="attributes" value="pc_1-0|pc_1-1|Dátum"/> </operator> <operator activated="true" class="vector_linear_regression" compatibility="5.2.008" expanded="true" height="76" name="Vector Linear Regression" width="90" x="648" y="165"/> <connect from_op="Retrieve" from_port="output" to_op="Normalize" to_port="example set input"/> <connect from_op="Normalize" from_port="example set output" to_op="PCA" to_port="example set input"/> <connect from_op="PCA" from_port="example set output" to_op="Windowing" to_port="example set input"/> <connect from_op="Windowing" from_port="example set output" to_op="Set Role" to_port="example set input"/> <connect from_op="Set Role" 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="Vector Linear Regression" to_port="training set"/> <connect from_op="Vector Linear Regression" from_port="model" 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>