A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.0.002"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.0.002" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="retrieve" compatibility="6.0.002" expanded="true" height="60" name="Retrieve Sonar" width="90" x="112" y="30"> <parameter key="repository_entry" value="//Samples/data/Sonar"/> </operator> <operator activated="true" class="x_validation" compatibility="5.1.002" expanded="true" height="112" name="Validation" width="90" x="246" y="30"> <description>A cross-validation evaluating a decision tree model.</description> <process expanded="true"> <operator activated="true" class="materialize_data" compatibility="6.0.002" expanded="true" height="76" name="Materialize Data" width="90" x="45" y="120"/> <operator activated="true" class="principal_component_analysis" compatibility="6.0.002" expanded="true" height="94" name="PCA" width="90" x="179" y="30"/> <operator activated="true" class="decision_tree" compatibility="6.0.002" expanded="true" height="76" name="Decision Tree" width="90" x="313" y="120"/> <operator activated="true" class="group_models" compatibility="6.0.002" expanded="true" height="94" name="Group Models" width="90" x="447" y="30"/> <connect from_port="training" to_op="Materialize Data" to_port="example set input"/> <connect from_op="Materialize Data" from_port="example set output" to_op="PCA" to_port="example set input"/> <connect from_op="PCA" from_port="example set output" to_op="Decision Tree" to_port="training set"/> <connect from_op="PCA" from_port="preprocessing model" to_op="Group Models" to_port="models in 1"/> <connect from_op="Decision Tree" from_port="model" to_op="Group Models" to_port="models in 2"/> <connect from_op="Group Models" from_port="model out" to_port="model"/> <portSpacing port="source_training" spacing="0"/> <portSpacing port="sink_model" spacing="0"/> <portSpacing port="sink_through 1" spacing="0"/> </process> <process expanded="true"> <operator activated="true" class="materialize_data" compatibility="6.0.002" expanded="true" height="76" name="Materialize Data (2)" width="90" x="45" y="75"/> <operator activated="true" class="apply_model" compatibility="6.0.002" expanded="true" height="76" name="Apply Model" width="90" x="246" y="30"> <list key="application_parameters"/> </operator> <operator activated="true" class="performance" compatibility="6.0.002" expanded="true" height="76" name="Performance" width="90" x="380" y="30"/> <connect from_port="model" to_op="Apply Model" to_port="model"/> <connect from_port="test set" to_op="Materialize Data (2)" to_port="example set input"/> <connect from_op="Materialize Data (2)" from_port="example set output" to_op="Apply Model" to_port="unlabelled data"/> <connect from_op="Apply Model" from_port="labelled data" to_op="Performance" to_port="labelled data"/> <connect from_op="Performance" from_port="performance" to_port="averagable 1"/> <portSpacing port="source_model" spacing="0"/> <portSpacing port="source_test set" spacing="0"/> <portSpacing port="source_through 1" spacing="0"/> <portSpacing port="sink_averagable 1" spacing="0"/> <portSpacing port="sink_averagable 2" spacing="0"/> </process> </operator> <connect from_op="Retrieve Sonar" from_port="output" to_op="Validation" to_port="training"/> <connect from_op="Validation" from_port="averagable 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>