An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
<?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="512" width="955"> <operator activated="true" class="generate_data" compatibility="5.1.002" expanded="true" height="60" name="Generate Data" width="90" x="45" y="30"> <parameter key="target_function" value="sum"/> </operator> <operator activated="true" class="add_noise" compatibility="5.1.002" expanded="true" height="94" name="Add Noise" width="90" x="45" y="120"> <parameter key="label_noise" value="0.0"/> <parameter key="default_attribute_noise" value="0.05"/> <list key="noise"/> </operator> <operator activated="true" class="linear_regression" compatibility="5.1.002" expanded="true" height="94" name="Linear Regression" width="90" x="45" y="255"> <parameter key="feature_selection" value="none"/> </operator> <operator activated="true" class="apply_model" compatibility="5.1.002" expanded="true" height="76" name="Apply Model" width="90" x="246" y="255"> <list key="application_parameters"/> </operator> <operator activated="true" class="rename" compatibility="5.1.002" expanded="true" height="76" name="Rename" width="90" x="380" y="255"> <parameter key="old_name" value="prediction(label)"/> <parameter key="new_name" value="pred"/> <list key="rename_additional_attributes"/> </operator> <operator activated="true" class="generate_attributes" compatibility="5.1.002" expanded="true" height="76" name="Generate Attributes" width="90" x="514" y="255"> <list key="function_descriptions"> <parameter key="generatedPerformance" value="pred-(att1+att2+att3+att4+att5)"/> </list> <parameter key="use_standard_constants" value="false"/> </operator> <operator activated="true" class="extract_performance" compatibility="5.1.002" expanded="true" height="76" name="Performance" width="90" x="648" y="255"> <parameter key="performance_type" value="statistics"/> <parameter key="attribute_name" value="generatedPerformance"/> <parameter key="optimization_direction" value="minimize"/> </operator> <connect from_op="Generate Data" from_port="output" to_op="Add Noise" to_port="example set input"/> <connect from_op="Add Noise" from_port="example set output" to_op="Linear Regression" to_port="training set"/> <connect from_op="Linear Regression" from_port="model" to_op="Apply Model" to_port="model"/> <connect from_op="Linear Regression" from_port="exampleSet" to_op="Apply Model" to_port="unlabelled data"/> <connect from_op="Apply Model" from_port="labelled data" to_op="Rename" to_port="example set input"/> <connect from_op="Rename" from_port="example set output" to_op="Generate Attributes" to_port="example set input"/> <connect from_op="Generate Attributes" from_port="example set output" to_op="Performance" to_port="example set"/> <connect from_op="Performance" from_port="performance" 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>
awchisholm wrote:HelloFor fun, I had a go at an artificial example.Andrew