A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.002"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.002" expanded="true" name="Process"> <process expanded="true" height="647" width="1016"> <operator activated="true" class="retrieve" compatibility="5.1.002" expanded="true" height="60" name="Retrieve" width="90" x="45" y="30"> <parameter key="repository_entry" value="//DataMining/DataSets/GoldLabelled"/> </operator> <operator activated="true" class="guess_types" compatibility="5.1.002" expanded="true" height="76" name="Guess Types" width="90" x="179" y="30"/> <operator activated="true" class="rename_by_replacing" compatibility="5.1.002" expanded="true" height="76" name="Rename by Replacing" width="90" x="380" y="30"> <parameter key="replace_what" value="\^"/> </operator> <operator activated="true" class="weight_by_user_specification" compatibility="5.1.002" expanded="true" height="76" name="Weight by User Specification (2)" width="90" x="514" y="30"> <parameter key="normalize_weights" value="false"/> <list key="name_regex_to_weights"> <parameter key="GDAXI" value="100.0"/> <parameter key="CD" value="100.0"/> </list> </operator> <operator activated="true" class="scale_by_weights" compatibility="5.1.002" expanded="true" height="76" name="Scale by Weights" width="90" x="648" y="30"/> <operator activated="true" class="retrieve" compatibility="5.1.002" expanded="true" height="60" name="Retrieve (2)" width="90" x="45" y="165"> <parameter key="repository_entry" value="//DataMining/DataSets/GoldUnlabelled"/> </operator> <operator activated="true" class="guess_types" compatibility="5.1.002" expanded="true" height="76" name="Guess Types (2)" width="90" x="179" y="165"/> <operator activated="true" class="rename_by_replacing" compatibility="5.1.002" expanded="true" height="76" name="Rename by Replacing (2)" width="90" x="380" y="165"> <parameter key="replace_what" value="\^"/> </operator> <operator activated="true" class="weight_by_user_specification" compatibility="5.1.002" expanded="true" height="76" name="Weight by User Specification" width="90" x="514" y="165"> <parameter key="normalize_weights" value="false"/> <list key="name_regex_to_weights"> <parameter key="GDAXI" value="100.0"/> <parameter key="CD" value="100.0"/> </list> </operator> <operator activated="true" class="scale_by_weights" compatibility="5.1.002" expanded="true" height="76" name="Scale by Weights (2)" width="90" x="648" y="165"/> <operator activated="true" class="x_validation" compatibility="5.0.000" expanded="true" height="112" name="Validation" width="90" x="782" y="30"> <description>A cross-validation evaluating a decision tree model.</description> <process expanded="true" height="654" width="466"> <operator activated="true" class="neural_net" compatibility="5.1.002" expanded="true" height="76" name="Neural Net" width="90" x="213" y="30"> <list key="hidden_layers"/> </operator> <connect from_port="training" to_op="Neural Net" to_port="training set"/> <connect from_op="Neural Net" from_port="model" 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" height="654" width="466"> <operator activated="true" class="apply_model" compatibility="5.0.000" expanded="true" height="76" name="Apply Model (2)" width="90" x="45" y="30"> <list key="application_parameters"/> </operator> <operator activated="true" class="performance" compatibility="5.0.000" expanded="true" height="76" name="Performance" width="90" x="179" y="30"/> <connect from_port="model" to_op="Apply Model (2)" to_port="model"/> <connect from_port="test set" to_op="Apply Model (2)" to_port="unlabelled data"/> <connect from_op="Apply Model (2)" 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> <operator activated="true" class="apply_model" compatibility="5.1.002" expanded="true" height="76" name="Apply Model" width="90" x="916" y="165"> <list key="application_parameters"/> </operator> <connect from_op="Retrieve" from_port="output" to_op="Guess Types" to_port="example set input"/> <connect from_op="Guess Types" from_port="example set output" to_op="Rename by Replacing" to_port="example set input"/> <connect from_op="Rename by Replacing" from_port="example set output" to_op="Weight by User Specification (2)" to_port="example set"/> <connect from_op="Weight by User Specification (2)" from_port="weights" to_op="Scale by Weights" to_port="weights"/> <connect from_op="Weight by User Specification (2)" from_port="example set" to_op="Scale by Weights" to_port="example set"/> <connect from_op="Scale by Weights" from_port="example set" to_op="Validation" to_port="training"/> <connect from_op="Retrieve (2)" from_port="output" to_op="Guess Types (2)" to_port="example set input"/> <connect from_op="Guess Types (2)" from_port="example set output" to_op="Rename by Replacing (2)" to_port="example set input"/> <connect from_op="Rename by Replacing (2)" from_port="example set output" to_op="Weight by User Specification" to_port="example set"/> <connect from_op="Weight by User Specification" from_port="weights" to_op="Scale by Weights (2)" to_port="weights"/> <connect from_op="Weight by User Specification" from_port="example set" to_op="Scale by Weights (2)" to_port="example set"/> <connect from_op="Scale by Weights (2)" from_port="example set" to_op="Apply Model" to_port="unlabelled data"/> <connect from_op="Validation" from_port="model" to_op="Apply Model" to_port="model"/> <connect from_op="Validation" from_port="averagable 1" to_port="result 2"/> <connect from_op="Apply Model" from_port="labelled data" 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"/> <portSpacing port="sink_result 3" spacing="0"/> </process> </operator></process>
but replaced the Neural Net with a SVM as I believe it is more accurate for what I am trying to model (eg FOREX)